HomeSort by relevance Sort by last modified time
    Searched refs:dispatcher (Results 101 - 125 of 448) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.h 28 extensions::Dispatcher* dispatcher,
42 const extensions::Dispatcher* dispatcher,
46 const extensions::Dispatcher* dispatcher,
  /external/chromium_org/content/child/service_worker/
web_service_worker_provider_impl.cc 77 // Remove the script client, but only if the dispatcher is still there.
78 // (For cleanup path we don't need to bother creating a new dispatcher)
79 ServiceWorkerDispatcher* dispatcher = local
81 if (dispatcher)
82 dispatcher->RemoveScriptClient(provider_id_);
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.h 45 const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher,
49 const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher,
54 const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher,
  /external/chromium_org/extensions/renderer/
dispatcher_delegate.h 20 class Dispatcher;
46 virtual void RegisterNativeHandlers(Dispatcher* dispatcher,
60 // the Dispatcher.
73 const extensions::Dispatcher* dispatcher,
81 const extensions::Dispatcher* dispatcher,
  /external/chromium_org/net/tools/quic/test_tools/
server_thread.cc 99 QuicDispatcher* dispatcher = QuicServerPeer::GetDispatcher(server()); local
100 if (dispatcher->session_map().empty()) {
104 QuicSession* session = dispatcher->session_map().begin()->second;
  /external/chromium_org/ppapi/proxy/
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_globals.cc 118 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance); local
119 if (dispatcher)
120 return dispatcher->GetInstanceAPI();
126 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance); local
127 if (dispatcher)
128 return dispatcher->GetResourceCreationAPI();
159 // the same as "send to everybody" which is what the dispatcher implements
plugin_array_buffer_var.cc 83 ppapi::proxy::PluginDispatcher* dispatcher = local
85 if (!dispatcher)
89 dispatcher->Send(new PpapiHostMsg_SharedMemory_CreateSharedMemory(
ppb_graphics_3d_proxy.cc 31 base::SharedMemoryHandle TransportSHMHandle(Dispatcher* dispatcher,
36 return dispatcher->ShareHandleWithRemote(source, false);
56 PluginDispatcher* dispatcher = PluginDispatcher::GetForResource(this); local
57 if (!dispatcher)
61 new PpapiCommandBufferProxy(host_resource(), dispatcher));
119 PPB_Graphics3D_Proxy::PPB_Graphics3D_Proxy(Dispatcher* dispatcher)
120 : InterfaceProxy(dispatcher),
132 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance) local
    [all...]
ppp_class_proxy.h 30 explicit PPP_Class_Proxy(Dispatcher* dispatcher);
35 static InterfaceProxy* Create(Dispatcher* dispatcher);
40 Dispatcher* dispatcher,
  /external/chromium_org/media/audio/
audio_manager_base.cc 49 scoped_refptr<AudioOutputDispatcher> dispatcher; member in struct:media::AudioManagerBase::DispatcherParams
57 explicit CompareByParams(const DispatcherParams* dispatcher)
58 : dispatcher_(dispatcher) {}
60 // We will reuse the existing dispatcher when:
62 // existing dispatcher are the same as the requested dispatcher.
64 // dispatcher are the same as the request dispatcher.
273 return new AudioOutputProxy((*it)->dispatcher.get());
278 scoped_refptr<AudioOutputDispatcher> dispatcher; local
    [all...]
  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 25 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
47 std::find(dispatcher_font_map_[dispatcher].begin(),
48 dispatcher_font_map_[dispatcher].end(),
50 if (it == dispatcher_font_map_[dispatcher].end()) {
52 dispatcher_font_map_[dispatcher].push_back(font_name);
70 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) {
76 it = dispatcher_font_map_.find(dispatcher);
  /external/chromium_org/mojo/embedder/
embedder.cc 143 scoped_refptr<system::Dispatcher> dispatcher(
148 MojoHandle h = core->AddDispatcher(dispatcher);
151 dispatcher->Close();
165 scoped_refptr<system::Dispatcher> dispatcher(
167 if (!dispatcher)
170 if (dispatcher->GetType() != system::Dispatcher::kTypePlatformHandle)
174 dispatcher.get())->PassPlatformHandle().Pass()
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 147 ctx->dispatcher().glActiveTexture(texture);
168 ctx->dispatcher().glAttachShader(globalProgramName,globalShaderName);
182 ctx->dispatcher().glBindAttribLocation(globalProgramName,index,name);
216 ctx->dispatcher().glBindFramebufferEXT(target,globalFrameBufferName);
238 ctx->dispatcher().glBindRenderbufferEXT(target,globalRenderBufferName);
269 ctx->dispatcher().glBindTexture(target,globalTextureName);
274 ctx->dispatcher().glBlendColor(red,green,blue,alpha);
280 ctx->dispatcher().glBlendEquation(mode);
286 ctx->dispatcher().glBlendEquationSeparate(modeRGB,modeAlpha);
292 ctx->dispatcher().glBlendFunc(sfactor,dfactor)
    [all...]
  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 99 // Initialize the IPC dispatcher array.
101 Dispatcher* dispatcher = NULL; local
103 dispatcher = new FilesystemDispatcher(this);
104 ipc_targets_[IPC_NTCREATEFILE_TAG] = dispatcher;
105 ipc_targets_[IPC_NTOPENFILE_TAG] = dispatcher;
106 ipc_targets_[IPC_NTSETINFO_RENAME_TAG] = dispatcher;
107 ipc_targets_[IPC_NTQUERYATTRIBUTESFILE_TAG] = dispatcher;
108 ipc_targets_[IPC_NTQUERYFULLATTRIBUTESFILE_TAG] = dispatcher;
110 dispatcher = new NamedPipeDispatcher(this)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
get_metadata_unittest.cc 30 // Fake event dispatcher implementation with extra logging capability. Acts as
112 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
122 base::Unretained(&dispatcher)));
126 ASSERT_EQ(1u, dispatcher.events().size());
127 extensions::Event* event = dispatcher.events()[0];
151 LoggingDispatchEventImpl dispatcher(false /* dispatch_reply */);
161 base::Unretained(&dispatcher)));
171 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
181 base::Unretained(&dispatcher)));
237 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */)
    [all...]
open_file_unittest.cc 30 // Fake event dispatcher implementation with extra logging capability. Acts as
111 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
123 base::Unretained(&dispatcher)));
127 ASSERT_EQ(1u, dispatcher.events().size());
128 extensions::Event* event = dispatcher.events()[0];
163 LoggingDispatchEventImpl dispatcher(false /* dispatch_reply */);
175 base::Unretained(&dispatcher)));
184 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
196 base::Unretained(&dispatcher)));
213 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */)
    [all...]
read_directory_unittest.cc 30 // Fake event dispatcher implementation with extra logging capability. Acts as
119 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
129 base::Unretained(&dispatcher)));
133 ASSERT_EQ(1u, dispatcher.events().size());
134 extensions::Event* event = dispatcher.events()[0];
158 LoggingDispatchEventImpl dispatcher(false /* dispatch_reply */);
168 base::Unretained(&dispatcher)));
178 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
188 base::Unretained(&dispatcher)));
249 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */)
    [all...]
read_file_unittest.cc 33 // Fake event dispatcher implementation with extra logging capability. Acts as
118 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
131 base::Unretained(&dispatcher)));
135 ASSERT_EQ(1u, dispatcher.events().size());
136 extensions::Event* event = dispatcher.events()[0];
168 LoggingDispatchEventImpl dispatcher(false /* dispatch_reply */);
181 base::Unretained(&dispatcher)));
190 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */);
203 base::Unretained(&dispatcher)));
237 LoggingDispatchEventImpl dispatcher(true /* dispatch_reply */)
    [all...]
  /external/chromium_org/mojo/system/
dispatcher.cc 5 #include "mojo/system/dispatcher.h"
20 Dispatcher* dispatcher) {
21 return Dispatcher::HandleTableAccess::TryStartTransport(dispatcher);
26 // Dispatcher ------------------------------------------------------------------
29 DispatcherTransport Dispatcher::HandleTableAccess::TryStartTransport(
30 Dispatcher* dispatcher) {
31 DCHECK(dispatcher);
    [all...]
  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.cc 191 proxy::PluginDispatcher* dispatcher = local
197 if (!dispatcher->InitPluginWithChannel(this, base::kNullProcessId,
199 delete dispatcher;
202 // From here, the dispatcher will manage its own lifetime according to the
213 // The first parameter should be a plugin dispatcher ID.
220 std::map<uint32, proxy::PluginDispatcher*>::iterator dispatcher = local
222 if (dispatcher != plugin_dispatchers_.end())
223 dispatcher->second->OnMessageReceived(msg);
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.cc 52 void GinJavaMethodInvocationHelper::Init(DispatcherDelegate* dispatcher) {
55 // accessing |dispatcher|.
56 BuildObjectRefsFromListValue(dispatcher, arguments_.get());
62 DispatcherDelegate* dispatcher,
70 if (AppendObjectRef(dispatcher, *iter))
73 BuildObjectRefsFromListValue(dispatcher, *iter);
75 BuildObjectRefsFromDictionaryValue(dispatcher, *iter);
81 DispatcherDelegate* dispatcher,
89 if (AppendObjectRef(dispatcher, &iter.value()))
92 BuildObjectRefsFromListValue(dispatcher, &iter.value())
    [all...]
  /external/chromium_org/content/renderer/p2p/
host_address_request.cc 17 P2PSocketDispatcher* dispatcher)
18 : dispatcher_(dispatcher),
19 ipc_message_loop_(dispatcher->message_loop()),
  /external/chromium_org/third_party/WebKit/Source/core/events/
TouchEvent.cpp 128 bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
130 event()->eventPath().adjustForTouchEvent(dispatcher->node(), *event());
131 return dispatcher->dispatch();

Completed in 3553 milliseconds

1 2 3 45 6 7 8 91011>>