Home
last modified time | relevance | path

Searched refs:NestedEvent (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_utils.h66 class NestedEvent {
68 explicit NestedEvent(PP_Instance instance) in NestedEvent() function
91 NestedEvent(const NestedEvent&);
92 NestedEvent& operator=(const NestedEvent&);
Dtest_utils.cc230 void NestedEvent::Wait() { in Wait()
243 void NestedEvent::Signal() { in Signal()
250 void NestedEvent::PostSignal(int32_t wait_ms) { in PostSignal()
257 void NestedEvent::Reset() { in Reset()
264 void NestedEvent::SignalOnMainThread() { in SignalOnMainThread()
271 void NestedEvent::SignalThunk(void* event, int32_t /* result */) { in SignalThunk()
272 static_cast<NestedEvent*>(event)->SignalOnMainThread(); in SignalThunk()
Dtest_flash_fullscreen.h37 NestedEvent fullscreen_event_;
38 NestedEvent normal_event_;
Dtest_fullscreen.h61 NestedEvent fullscreen_event_;
62 NestedEvent normal_event_;
Dtest_printing.h30 NestedEvent nested_event_;
Dtest_video_source.h32 NestedEvent event_;
Dtest_video_destination.h32 NestedEvent event_;
Dtest_media_stream_video_track.h32 NestedEvent event_;
Dtest_mouse_lock.h36 NestedEvent nested_event_;
Dtest_message_handler.h35 NestedEvent message_received_;
Dtest_message_loop.h44 NestedEvent main_loop_task_ran_;
Dtest_media_stream_audio_track.h39 NestedEvent event_;
Dtest_audio.h70 NestedEvent audio_callback_event_;
Dtest_message_handler.cc165 NestedEvent test_finished_event_;
166 NestedEvent destroy_event_;
Dtest_input_event.h61 NestedEvent nested_event_;
Dtest_url_loader.cc816 NestedEvent event(instance_->pp_instance()); in TestUntendedLoad()