OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WaitableMessageLoopEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
test_helpers.h
34
class
WaitableMessageLoopEvent
{
36
WaitableMessageLoopEvent
();
37
~
WaitableMessageLoopEvent
();
62
DISALLOW_COPY_AND_ASSIGN(
WaitableMessageLoopEvent
);
test_helpers.cc
54
WaitableMessageLoopEvent
::
WaitableMessageLoopEvent
()
61
WaitableMessageLoopEvent
::~
WaitableMessageLoopEvent
() {}
63
base::Closure
WaitableMessageLoopEvent
::GetClosure() {
66
&
WaitableMessageLoopEvent
::OnCallback, base::Unretained(this),
70
PipelineStatusCB
WaitableMessageLoopEvent
::GetPipelineStatusCB() {
73
&
WaitableMessageLoopEvent
::OnCallback, base::Unretained(this)));
76
void
WaitableMessageLoopEvent
::RunAndWait() {
80
void
WaitableMessageLoopEvent
::RunAndWaitForStatus(PipelineStatus expected)
[
all
...]
Completed in 38 milliseconds