OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_loop
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.cc
35
DCHECK(reply_thread_hint->
target_loop
());
37
reply_thread_hint->
target_loop
()->GetMessageLoopProxy());
/external/chromium_org/content/renderer/input/
input_event_filter.h
45
const scoped_refptr<base::MessageLoopProxy>&
target_loop
);
47
// The |handler| is invoked on the thread associated with |
target_loop
| to
input_event_filter.cc
46
const scoped_refptr<base::MessageLoopProxy>&
target_loop
)
50
target_loop_(
target_loop
),
/external/chromium_org/ppapi/shared_impl/
tracked_callback.h
114
MessageLoopShared*
target_loop
() const { return target_loop_.get(); }
function in class:ppapi::TrackedCallback
/external/chromium_org/net/disk_cache/blockfile/
stress_cache.cc
195
void RunSoon(base::MessageLoop*
target_loop
);
217
void RunSoon(base::MessageLoop*
target_loop
) {
219
target_loop
->PostDelayedTask(
/external/chromium_org/content/browser/
plugin_service_impl.cc
118
void ForwardCallback(base::MessageLoopProxy*
target_loop
,
121
target_loop
->PostTask(FROM_HERE, base::Bind(callback, plugins));
592
scoped_refptr<base::MessageLoopProxy>
target_loop
(
602
target_loop
, callback),
609
base::Unretained(this),
target_loop
, callback));
616
base::MessageLoopProxy*
target_loop
,
624
target_loop
->PostTask(FROM_HERE,
630
base::MessageLoopProxy*
target_loop
,
641
base::Bind(&ForwardCallback, make_scoped_refptr(
target_loop
), callback));
plugin_service_impl.h
184
void GetPluginsInternal(base::MessageLoopProxy*
target_loop
,
189
base::MessageLoopProxy*
target_loop
,
Completed in 1145 milliseconds