Home
last modified time | relevance | path

Searched refs:process_ (Results 1 – 4 of 4) sorted by relevance

/trunk/main/test/source/cpp/
H A Dofficeconnection.cxx54 OfficeConnection::OfficeConnection(): process_(0) {} in OfficeConnection()
103 envs == 0 ? 0 : 1, &process_)); in setUp()
127 if (process_ != 0) { in setUp()
131 osl_joinProcessWithTimeout(process_, &delay)); in setUp()
137 if (process_ != 0) { in tearDown()
154 CPPUNIT_ASSERT_EQUAL(osl_Process_E_None, osl_joinProcess(process_)); in tearDown()
159 osl_getProcessInfo(process_, osl_Process_EXITCODE, &info)); in tearDown()
161 osl_freeProcessHandle(process_); in tearDown()
/trunk/main/slideshow/source/engine/
H A Deventqueue.cxx173 process_(true); in forceEmpty()
180 process_(false); in process()
183 void EventQueue::process_( bool bFireAllEvents ) in process_() function in slideshow::internal::EventQueue
/trunk/main/test/inc/test/
H A Dofficeconnection.hxx56 oslProcess process_; member in test::OfficeConnection
/trunk/main/slideshow/source/inc/
H A Deventqueue.hxx142 void process_( bool bFireAllEvents );

Completed in 15 milliseconds