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

/external/chromium_org/ppapi/tests/
H A Dtest_utils.h38 // NestedEvent allows you to run a nested MessageLoop and wait for a particular
61 class NestedEvent { class
63 explicit NestedEvent(PP_Instance instance) function in class:NestedEvent
69 // Signal the NestedEvent. If Wait() has been called, quit the message loop.
72 // Signal the NestedEvent in |wait_ms| milliseconds. This can be called from
76 // Reset the NestedEvent so it can be used again.
86 NestedEvent(const NestedEvent&);
87 NestedEvent& operator=(const NestedEvent
[all...]

Completed in 59 milliseconds