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

/external/chromium_org/ppapi/tests/
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...]

Completed in 932 milliseconds