Searched refs:NestedEvent (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_flash_fullscreen.h37 NestedEvent fullscreen_event_;
38 NestedEvent normal_event_;
H A Dtest_printing.h30 NestedEvent nested_event_;
H A Dtest_message_loop.h44 NestedEvent main_loop_task_ran_;
H A Dtest_mouse_lock.h36 NestedEvent nested_event_;
H A Dtest_video_destination.h32 NestedEvent event_;
H A Dtest_video_source.h32 NestedEvent event_;
H A Dtest_fullscreen.h61 NestedEvent fullscreen_event_;
62 NestedEvent normal_event_;
H A Dtest_utils.h43 // NestedEvent allows you to run a nested MessageLoop and wait for a particular
66 class NestedEvent { class
68 explicit NestedEvent(PP_Instance instance) function in class:NestedEvent
74 // Signal the NestedEvent. If Wait() has been called, quit the message loop.
77 // Signal the NestedEvent in |wait_ms| milliseconds. This can be called from
81 // Reset the NestedEvent so it can be used again.
91 NestedEvent(const NestedEvent&);
92 NestedEvent& operator=(const NestedEvent
[all...]
H A Dtest_utils.cc230 void NestedEvent::Wait() {
243 void NestedEvent::Signal() {
250 void NestedEvent::PostSignal(int32_t wait_ms) {
257 void NestedEvent::Reset() {
264 void NestedEvent::SignalOnMainThread() {
271 void NestedEvent::SignalThunk(void* event, int32_t /* result */) {
272 static_cast<NestedEvent*>(event)->SignalOnMainThread();
H A Dtest_audio.h65 NestedEvent audio_callback_event_;
H A Dtest_input_event.h58 NestedEvent nested_event_;
H A Dtest_url_loader.cc818 NestedEvent event(instance_->pp_instance());

Completed in 111 milliseconds