Searched defs:Dispatch (Results 1 - 22 of 22) sorted by path

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs255 Dispatch(@event);
335 protected virtual void Dispatch(string line) { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs312 Dispatch( @event );
417 protected virtual void Dispatch( string line ) method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc122 static gboolean Dispatch(GSource* source, function in class:base::__anon2371::EventInjector
139 EventInjector::Dispatch,
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox_extension.cc80 void Dispatch(blink::WebFrame* frame, const blink::WebString& script) { function in namespace:__anon5844
481 Dispatch(frame, script);
486 Dispatch(frame, kDispatchFocusChangedScript);
491 Dispatch(frame, kDispatchInputCancelScript);
496 Dispatch(frame, kDispatchInputStartScript);
501 Dispatch(frame, kDispatchKeyCaptureChangeScript);
506 Dispatch(frame, kDispatchMarginChangeEventScript);
512 Dispatch(frame, kDispatchMostVisitedChangedScript);
517 Dispatch(frame, kDispatchSubmitEventScript);
522 Dispatch(fram
[all...]
/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.cc60 void SSLErrorHandler::Dispatch() { function in class:content::SSLErrorHandler
/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.cc295 void ExtensionFunctionDispatcher::Dispatch( function in class:extensions::ExtensionFunctionDispatcher
/external/chromium_org/ipc/
H A Dipc_message.h150 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, function in class:IPC::Message
157 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, function in class:IPC::Message
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.cc281 void JingleThreadWrapper::Dispatch(rtc::Message* message) { function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc129 // Dispatch() will invoke the user supplied work function across
132 void ThreadPool::Dispatch(int num_tasks, WorkFunction work, void* data) { function in class:sdk_util::ThreadPool
/external/chromium_org/sync/internal_api/public/attachments/
H A Dtask_queue.h140 void Dispatch();
185 base::Bind(&TaskQueue::Dispatch, weak_ptr_factory_.GetWeakPtr());
261 void TaskQueue<T>::Dispatch() { function in class:syncer::TaskQueue
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h918 virtual void STDMETHODCALLTYPE Dispatch( function in struct:GalliumD3D11DeviceContext
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc380 void MessageQueue::Dispatch(Message *pmsg) { function in class:rtc::MessageQueue
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dflock_tool.py18 executor.Dispatch(args)
23 def Dispatch(self, args): member in class:FlockTool
H A Dmac_tool.py27 exit_code = executor.Dispatch(args)
36 def Dispatch(self, args): member in class:MacTool
H A Dwin_tool.py28 exit_code = executor.Dispatch(args)
64 def Dispatch(self, args): member in class:WinTool
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc219 Dispatch(&event);
244 Dispatch(&event);
312 Dispatch(&event);
336 Dispatch(&event);
359 Dispatch(&event);
384 void GestureInterpreterLibevdevCros::Dispatch(Event* event) { function in class:ui::GestureInterpreterLibevdevCros
395 Dispatch(&event);
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc53 uint32_t Dispatch(const PlatformEvent& event) { return DispatchEvent(event); } function in class:ui::TestPlatformEventSource
162 source()->Dispatch(*event);
168 source()->Dispatch(*event);
175 source()->Dispatch(*event);
189 source()->Dispatch(*event);
203 source()->Dispatch(*event);
211 source()->Dispatch(*event);
220 source()->Dispatch(*event);
226 source()->Dispatch(*event);
233 source()->Dispatch(*even
[all...]
/external/chromium_org/ui/events/test/
H A Devent_generator.cc144 Dispatch(&wheelev);
152 Dispatch(&mouseev);
159 Dispatch(&mouseev);
180 Dispatch(&mouseev);
210 Dispatch(&touchev);
222 Dispatch(&touchev);
236 Dispatch(&touchev);
252 Dispatch(&gesture);
261 Dispatch(&press);
266 Dispatch(
482 void EventGenerator::Dispatch(ui::Event* event) { function in class:ui::test::EventGenerator
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc50 uint32_t Dispatch(const ui::PlatformEvent& event) { function in class:views::__anon17044::TestPlatformEventSource
187 event_source_.Dispatch(key_event);
198 event_source_.Dispatch(&xevent);
202 dispatcher_client_.dispatcher()->Dispatch(msg);
205 event_source_.Dispatch(&event);
H A Dmenu_message_pump_dispatcher_win.cc23 uint32_t MenuMessagePumpDispatcher::Dispatch(const MSG& msg) { function in class:views::internal::MenuMessagePumpDispatcher
/external/chromium_org/v8/src/
H A Dcode-stubs.cc212 void CodeStub::Dispatch(Isolate* isolate, uint32_t key, void** value_out, function in class:v8::internal::CodeStub
245 Dispatch(isolate, key, value_out, &InitializeDescriptorDispatchedCall);
260 Dispatch(isolate, key, value_out, &GetCodeDispatchCall);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h918 virtual void STDMETHODCALLTYPE Dispatch( function in struct:GalliumD3D11DeviceContext

Completed in 1407 milliseconds