OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_loop_slot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc
47
CHECK(!PluginGlobals::Get()->
msg_loop_slot
());
73
base::ThreadLocalStorage::Slot* slot = globals->
msg_loop_slot
();
151
if (!globals->
msg_loop_slot
())
154
globals->
msg_loop_slot
()->Get());
170
if (!globals->
msg_loop_slot
())
172
return static_cast<const void*>(globals->
msg_loop_slot
()->Get()) ==
plugin_globals.h
111
base::ThreadLocalStorage::Slot*
msg_loop_slot
() {
function in class:ppapi::proxy::PluginGlobals
Completed in 142 milliseconds