OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostClosure
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_message_loop_shared.h
47
virtual void
PostClosure
(const tracked_objects::Location& from_here,
thread_aware_callback.cc
53
target_loop_->
PostClosure
(
tracked_callback.cc
176
target_loop_->
PostClosure
(FROM_HERE, callback_closure, 0);
/external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc
95
PostClosure
(info.from_here, info.closure, info.delay_ms);
127
PostClosure
(FROM_HERE,
144
PostClosure
(FROM_HERE, base::MessageLoop::QuitClosure(), 0);
176
void MessageLoopResource::
PostClosure
(
ppb_message_loop_proxy.h
62
virtual void
PostClosure
(const tracked_objects::Location& from_here,
Completed in 797 milliseconds