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

/external/chromium_org/ui/aura/
H A Denv.cc66 base::MessageLoop::Dispatcher* Env::GetDispatcher() { function in class:aura::Env
/external/chromium/base/
H A Dmessage_pump_glib.cc346 MessagePumpForUI::Dispatcher* MessagePumpForUI::GetDispatcher() { function in class:base::MessagePumpForUI
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.cc330 MessagePumpDispatcher* MessagePumpGlib::GetDispatcher() { function in class:base::MessagePumpGlib
/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.cc49 PluginDispatcher* GetDispatcher() const;
84 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Decode(
96 GetDispatcher()->Send(
103 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer(
112 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Flush(
122 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Reset(
129 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Destroy(
134 PluginDispatcher* VideoDecoder::GetDispatcher() const { function in class:ppapi::proxy::VideoDecoder
H A Dppapi_proxy_test.cc130 GetDispatcher()->OnMessageReceived(msg);
160 Dispatcher* PluginProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::PluginProxyTestHarness
425 Dispatcher* HostProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::HostProxyTestHarness
H A Dppb_file_ref_proxy.cc87 PluginDispatcher* GetDispatcher() const { function in class:ppapi::proxy::FileRef
150 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_GetParent(
157 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_MakeDirectory(
166 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_Touch(
173 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_Delete(
186 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_Rename(
197 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_Query(
208 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_ReadDirectoryEntries(
230 GetDispatcher()->Send(new PpapiHostMsg_PPBFileRef_GetAbsolutePath(
232 return result.Return(GetDispatcher());
[all...]
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.cc437 Dispatcher* dispatch = GetDispatcher(ipc->ipc_tag);
450 Dispatcher* dispatch = GetDispatcher(service);
634 Dispatcher* PolicyBase::GetDispatcher(int ipc_tag) { function in class:sandbox::PolicyBase

Completed in 216 milliseconds