HomeSort by relevance Sort by last modified time
    Searched defs:dispatcher (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/chromium_org/ppapi/proxy/
interface_proxy.h 19 class Dispatcher;
25 typedef InterfaceProxy* (*Factory)(Dispatcher* dispatcher);
29 Dispatcher* dispatcher() const { return dispatcher_; } function in class:ppapi::proxy::InterfaceProxy
38 // Creates the given interface associated with the given dispatcher. The
39 // dispatcher manages our lifetime.
40 InterfaceProxy(Dispatcher* dispatcher);
43 Dispatcher* dispatcher_
    [all...]
plugin_array_buffer_var.cc 83 ppapi::proxy::PluginDispatcher* dispatcher = local
85 if (!dispatcher)
89 dispatcher->Send(new PpapiHostMsg_SharedMemory_CreateSharedMemory(
plugin_resource_tracker.cc 59 PluginDispatcher* dispatcher = local
61 if (dispatcher) {
62 // The dispatcher can be NULL if the plugin held on to a resource after
65 dispatcher->Send(new PpapiHostMsg_PPBCore_ReleaseResource(
plugin_var_tracker.h 40 PP_Var ReceiveObjectPassRef(const PP_Var& var, PluginDispatcher* dispatcher);
46 PluginDispatcher* dispatcher);
58 void ReleaseHostObject(PluginDispatcher* dispatcher,
96 void DidDeleteDispatcher(PluginDispatcher* dispatcher);
119 // The dispatcher that sent us this object. This is used so we know how to
121 PluginDispatcher* dispatcher; member in struct:ppapi::proxy::PluginVarTracker::HostVar
171 PluginDispatcher* dispatcher);
ppp_input_event_proxy.cc 31 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance); local
32 if (!dispatcher) {
40 dispatcher->Send(new PpapiMsg_PPPInputEvent_HandleFilteredInputEvent(
43 dispatcher->Send(new PpapiMsg_PPPInputEvent_HandleInputEvent(
59 PPP_InputEvent_Proxy::PPP_InputEvent_Proxy(Dispatcher* dispatcher)
60 : InterfaceProxy(dispatcher),
62 if (dispatcher->IsPlugin()) {
64 dispatcher->local_get_interface()(PPP_INPUT_EVENT_INTERFACE));
77 if (!dispatcher()->IsPlugin()
    [all...]
ppp_instance_private_proxy.cc 23 Dispatcher* dispatcher = HostDispatcher::GetForInstance(instance); local
24 if (!dispatcher->permissions().HasPermission(PERMISSION_PRIVATE))
28 dispatcher->Send(new PpapiMsg_PPPInstancePrivate_GetInstanceObject(
30 return result.Return(dispatcher);
39 PPP_Instance_Private_Proxy::PPP_Instance_Private_Proxy(Dispatcher* dispatcher)
40 : InterfaceProxy(dispatcher),
42 if (dispatcher->IsPlugin()) {
44 dispatcher->local_get_interface()(PPP_INSTANCE_PRIVATE_INTERFACE))
    [all...]
ppp_mouse_lock_proxy.cc 19 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance); local
20 if (!dispatcher) {
21 // The dispatcher should always be valid.
26 dispatcher->Send(new PpapiMsg_PPPMouseLock_MouseLockLost(
40 PPP_MouseLock_Proxy::PPP_MouseLock_Proxy(Dispatcher* dispatcher)
41 : InterfaceProxy(dispatcher),
43 if (dispatcher->IsPlugin()) {
45 dispatcher->local_get_interface()(PPP_MOUSELOCK_INTERFACE));
58 if (!dispatcher()->IsPlugin()
    [all...]
ppp_text_input_proxy.cc 20 proxy::HostDispatcher* dispatcher = local
22 if (!dispatcher) {
23 // The dispatcher should always be valid.
28 dispatcher->Send(new PpapiMsg_PPPTextInput_RequestSurroundingText(
47 PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher)
48 : InterfaceProxy(dispatcher),
50 if (dispatcher->IsPlugin()) {
52 dispatcher->local_get_interface()(PPP_TEXTINPUT_DEV_INTERFACE));
60 if (!dispatcher()->IsPlugin()
    [all...]
proxy_object_var.h 19 // just stores the dispatcher and host var ID, and provides the interface for
23 ProxyObjectVar(proxy::PluginDispatcher* dispatcher,
32 proxy::PluginDispatcher* dispatcher() const { return dispatcher_; } function in class:ppapi::ProxyObjectVar
ppp_video_decoder_proxy.cc 63 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance); local
64 if (dispatcher) {
65 dispatcher->Send(
80 PPP_VideoDecoder_Proxy::PPP_VideoDecoder_Proxy(Dispatcher* dispatcher)
81 : InterfaceProxy(dispatcher),
83 if (dispatcher->IsPlugin()) {
85 dispatcher->local_get_interface()(PPP_VIDEODECODER_DEV_INTERFACE));
98 if (!dispatcher()->IsPlugin())
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 23 MediaCaptureDevicesDispatcher* dispatcher = local
27 dispatcher->GetAudioCaptureDevices() :
28 dispatcher->GetVideoCaptureDevices();
  /external/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 26 IndexedDBDispatcher* dispatcher = local
28 dispatcher->RequestIDBFactoryGetDatabaseNames(callbacks,
38 IndexedDBDispatcher* dispatcher = local
40 dispatcher->RequestIDBFactoryOpen(name,
51 IndexedDBDispatcher* dispatcher = local
53 dispatcher->RequestIDBFactoryDeleteDatabase(
webidbcursor_impl.cc 42 IndexedDBDispatcher* dispatcher = local
44 dispatcher->CursorDestroyed(ipc_cursor_id_);
49 IndexedDBDispatcher* dispatcher = local
57 dispatcher->RequestIDBCursorAdvance(
69 IndexedDBDispatcher* dispatcher = local
87 dispatcher->RequestIDBCursorPrefetch(
102 dispatcher->RequestIDBCursorContinue(IndexedDBKeyBuilder::Build(key),
197 IndexedDBDispatcher* dispatcher = local
199 dispatcher->RequestIDBCursorPrefetchReset(
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
FileCheckerCallable.java 35 ValidationCheckDispatcher dispatcher = new ValidationCheckDispatcher(context); local
36 dispatcher.registerCheck(new ContextTrackingValidationCheck());
37 NodeTraversal.traverse(new Compiler(), parseScript(context), dispatcher);
  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.cc 29 ServiceWorkerDispatcher* dispatcher = local
31 DCHECK(dispatcher);
32 dispatcher->AddServiceWorker(handle_ref_->handle_id(), this);
38 ServiceWorkerDispatcher* dispatcher =
40 if (dispatcher)
41 dispatcher->RemoveServiceWorker(handle_ref_->handle_id());
web_service_worker_provider_impl.cc 104 // Remove the script client, but only if the dispatcher is still there.
105 // (For cleanup path we don't need to bother creating a new dispatcher)
106 ServiceWorkerDispatcher* dispatcher = local
108 if (dispatcher)
109 dispatcher->RemoveScriptClient(provider_id_);
web_service_worker_registration_impl.cc 29 ServiceWorkerDispatcher* dispatcher = local
31 DCHECK(dispatcher);
32 dispatcher->AddServiceWorkerRegistration(handle_ref_->handle_id(), this);
36 ServiceWorkerDispatcher* dispatcher = local
38 if (dispatcher)
39 dispatcher->RemoveServiceWorkerRegistration(handle_ref_->handle_id());
  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.cc 31 GpuEventsDispatcher* dispatcher = local
33 dispatcher->AddProcessor(this);
41 GpuEventsDispatcher* dispatcher =
43 dispatcher->RemoveProcessor(this);
  /external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.cc 27 DomStorageDispatcher* dispatcher() { function in namespace:content::__anon12331
40 cached_area_(dispatcher()->
46 if (dispatcher())
47 dispatcher()->CloseCachedArea(connection_id_, cached_area_.get());
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher_browsertest.cc 46 MouseLockDispatcher* dispatcher() { return view()->mouse_lock_dispatcher(); } function in class:content::__anon12399::MouseLockDispatcherTest
84 EXPECT_FALSE(dispatcher()->IsMouseLockedTo(NULL));
85 EXPECT_FALSE(dispatcher()->IsMouseLockedTo(target_));
88 EXPECT_TRUE(dispatcher()->LockMouse(target_));
90 EXPECT_TRUE(dispatcher()->IsMouseLockedTo(target_));
93 dispatcher()->WillHandleMouseEvent(blink::WebMouseEvent());
96 dispatcher()->UnlockMouse(target_);
98 EXPECT_FALSE(dispatcher()->IsMouseLockedTo(target_));
101 EXPECT_TRUE(dispatcher()->LockMouse(target_));
103 EXPECT_FALSE(dispatcher()->IsMouseLockedTo(target_))
    [all...]
  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h 24 // This class wraps a dispatcher and has the same lifetime. A dispatcher has
57 ppapi::proxy::HostDispatcher* dispatcher() { return dispatcher_.get(); } function in class:content::HostDispatcherWrapper
  /external/chromium_org/extensions/renderer/
extension_helper.h 25 class Dispatcher;
45 ExtensionHelper(content::RenderView* render_view, Dispatcher* dispatcher);
51 Dispatcher* dispatcher() const { return dispatcher_; } function in class:extensions::ExtensionHelper
90 Dispatcher* dispatcher_;
  /external/chromium_org/mojo/system/
handle_table.h 21 class Dispatcher;
24 typedef std::vector<scoped_refptr<Dispatcher>> DispatcherVector;
33 // (valid) |MojoHandle|s to |Dispatcher|s. This is abstracted so that, e.g.,
45 // Gets the dispatcher for a given handle (which should not be
46 // |MOJO_HANDLE_INVALID|). Returns null if there's no dispatcher for the given
51 Dispatcher* GetDispatcher(MojoHandle handle);
53 // On success, gets the dispatcher for a given handle (which should not be
55 // result (and leaves |dispatcher| alone), namely
56 // |MOJO_RESULT_INVALID_ARGUMENT| if there's no dispatcher for the given
59 scoped_refptr<Dispatcher>* dispatcher)
126 scoped_refptr<Dispatcher> dispatcher; member in struct:mojo::system::HandleTable::Entry
    [all...]
  /external/chromium_org/ui/events/
event_handler.cc 17 EventDispatcher* dispatcher = dispatchers_.top(); local
19 dispatcher->OnHandlerDestroyed(this);
  /external/chromium_org/net/tools/quic/test_tools/
server_thread.cc 100 QuicDispatcher* dispatcher = QuicServerPeer::GetDispatcher(server()); local
101 if (dispatcher->session_map().empty()) {
105 QuicSession* session = dispatcher->session_map().begin()->second;

Completed in 608 milliseconds

1 2 3 4 5