Searched defs:dispatch (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
H A DIDBEventDispatcher.cpp39 bool IDBEventDispatcher::dispatch(Event* event, Vector<RefPtr<EventTarget> >& eventTargets) function in class:WebCore::IDBEventDispatcher
H A DStorageEventDispatcher.cpp41 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame) function in class:WebCore::StorageEventDispatcher
/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DMainThreadQt.cpp46 void dispatch();
54 void MainThreadInvoker::dispatch() function in class:WTF::MainThreadInvoker
67 QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection);
/external/webkit/Source/WebKit/chromium/src/
H A DStorageEventDispatcherChromium.cpp46 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, function in class:WebCore::StorageEventDispatcher
/external/webkit/Source/WebCore/dom/
H A DContainerNodeAlgorithms.h88 static void dispatch(GenericNode*) function in struct:WebCore::Private::NodeRemovalDispatcher
96 static void dispatch(GenericNode* node) function in struct:WebCore::Private::NodeRemovalDispatcher
139 NodeRemovalDispatcher<GenericNode, ShouldDispatchRemovalNotification<GenericNode>::value>::dispatch(n);
/external/chromium/third_party/libevent/
H A Devent-internal.h43 int (*dispatch)(struct event_base *, void *, struct timeval *); member in struct:eventop
/external/webkit/Source/WebCore/inspector/
H A DInjectedScriptSource.js131 dispatch: function(methodName, args)
H A DCodeGeneratorInspector.pm591 void ${backendClassName}::dispatch(const String& message)
800 dispatch: function(message) label
839 console.error("Protocol Error: Attempted to dispatch an unimplemented method '" + messageObject.method + "'");
844 console.error("Protocol Error: Attempted to dispatch an unspecified method '" + messageObject.method + "'");
1021 push(@backendHead, " void dispatch(const String& message);");
/external/webkit/Source/WebCore/page/
H A DFrameActionScheduler.cpp45 // Only dispatch events to nodes that are in the document
87 dispatch();
91 void FrameActionScheduler::dispatch() function in class:WebCore::FrameActionScheduler
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp109 void DocumentWriter::begin(const KURL& url, bool dispatch, SecurityOrigin* origin) argument
147 m_frame->loader()->didBeginDocument(dispatch);
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp115 void Command::dispatch() { function in class:android::WDS::Command
/external/bluetooth/glib/glib/
H A Dgmain.h84 gboolean (*dispatch) (GSource *source, member in struct:_GSourceFuncs
H A Dgmain.c962 * called from the source's dispatch function.
1087 * source is blocked until the dispatch function returns.
1480 g_main_dispatch_free (gpointer dispatch) argument
1482 g_slice_free (GMainDispatch, dispatch);
1491 GMainDispatch *dispatch = g_static_private_get (&depth_private); local
1492 if (!dispatch)
1494 dispatch = g_slice_new0 (GMainDispatch);
1495 g_static_private_set (&depth_private, dispatch, g_main_dispatch_free);
1498 return dispatch;
1620 GMainDispatch *dispatch local
1636 GMainDispatch *dispatch = get_dispatch (); local
2375 g_main_context_iterate(GMainContext *context, gboolean block, gboolean dispatch, GThread *self) argument
[all...]
/external/chromium/base/win/
H A Dscoped_variant.cc40 ScopedVariant::ScopedVariant(IDispatch* dispatch) { argument
42 Set(dispatch);
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java313 MockResponse response = dispatch(request);
400 private MockResponse dispatch(RecordedRequest request) throws InterruptedException { method in class:MockWebServer
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker.py529 def dispatch(self, file_path, handle_style_error, min_confidence): member in class:CheckerDispatcher
759 checker = self._dispatcher.dispatch(file_path,
H A Dchecker_unittest.py318 checker = self._dispatcher.dispatch(file_path=path,
370 """Tests dispatch() method of CheckerDispatcher class."""
372 def dispatch(self, file_path): member in class:CheckerDispatcherDispatchTest
373 """Call dispatch() with the given file path."""
376 checker = dispatcher.dispatch(file_path,
383 checker = self.dispatch(file_path)
388 checker = self.dispatch(file_path)
431 checker = self.dispatch(file_path)
453 checker = self.dispatch(file_path)
463 checker = self.dispatch(file_pat
707 def dispatch(self, file_path, style_error_handler, min_confidence): member in class:StyleProcessor_CodeCoverageTest.MockDispatcher
[all...]
/external/antlr/src/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java176 dispatch(event);
252 protected void dispatch(String line) { method in class:RemoteDebugEventSocketListener
/external/chromium/chrome/browser/accessibility/
H A Daccessibility_win_browsertest.cc114 CComPtr<IDispatch> dispatch; local
115 HRESULT hr = parent->get_accChild(CreateI4Variant(V_I4(var)), &dispatch);
117 return CComQIPtr<IAccessible>(dispatch).Detach();
/external/e2fsprogs/ext2ed/
H A Dmain.c190 * function, dispatch, to analyze it. We use the readline library
262 /* And call dispatch to do the actual job */
263 quit=dispatch (command_line);
328 /* And call dispatch to do the actual job */
329 quit=dispatch (command_line);
349 * command name can dispatch to different functions. The overriding
358 int dispatch (char *command_line) function
460 * definition which was used in dispatch.
/external/valgrind/main/VEX/pub/
H A Dlibvex.h521 translation). 'dispatch' must be NULL.
527 void* dispatch; member in struct:__anon10715
576 the address specified in the .dispatch field of VexTranslateArgs.
595 On entry, guest state pointer is r31. .dispatch must be NULL.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h420 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
421 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
419 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) argument
/external/clang/lib/AST/
H A DDumpXML.cpp67 void dispatch(Decl *D) { function in struct:__anon2735::XMLDeclVisitor
72 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \
74 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \
75 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \
83 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \
84 DISPATCH(dispatch##BASE##Attrs, BASE); \
88 void dispatch##DERIVED##DeclChildren(DERIVED##Decl *D) { \
89 DISPATCH(dispatch##BASE##Children, BASE); \
93 void dispatch##DERIVED##DeclAsContext(DERIVED##Decl *D) { \
94 DISPATCH(dispatch##BAS
122 void dispatch(Type *T) { function in struct:__anon2735::XMLTypeVisitor
311 void dispatch(const TemplateArgument &A) { function in struct:__anon2735::XMLDumper
351 void dispatch(const TemplateArgumentLoc &A) { function in struct:__anon2735::XMLDumper
384 void dispatch(Decl *D) { function in struct:__anon2735::XMLDumper
507 void dispatch(CXXCtorInitializer *Init) { function in struct:__anon2735::XMLDumper
885 void dispatch(TypeLoc TL) { function in struct:__anon2735::XMLDumper
889 void dispatch(QualType T) { function in struct:__anon2735::XMLDumper
1017 void dispatch(Stmt *S) { function in struct:__anon2735::XMLDumper
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js396 WebInspector.socket.onmessage = function(message) { InspectorBackend.dispatch(message.data); }
543 // tests require that each command was dispatch within individual timeout callback, so we don't batch them.
547 WebInspector.dispatch = function(message) {
550 InspectorBackend.dispatch(messagesToDispatch.shift());
556 WebInspector.dispatch(messageObject);
/external/dbus/dbus/
H A Ddbus-connection.c112 * <li><b>dispatch</b> means to drain the incoming queue by invoking application-provided message handlers</li>
118 * In an application with a main loop, the read/write/dispatch
133 * you to set a function to be used to monitor the dispatch status.
137 * all the details of dispatch and watch/timeout monitoring.
174 * You may dispatch the unprocessed incoming message queue even if the
186 * Also, if you dispatch or pop messages from multiple threads, it
191 * It's recommended to dispatch from a single thread.
286 DBusDispatchStatusFunction dispatch_status_function; /**< Function on dispatch status changes */
290 DBusDispatchStatus last_dispatch_status; /**< The last dispatch status we reported to the application. */
303 dbus_bool_t dispatch_acquired; /**< Someone has dispatch pat
3610 _dbus_connection_read_write_dispatch(DBusConnection *connection, int timeout_milliseconds, dbus_bool_t dispatch) argument
[all...]

Completed in 1858 milliseconds

12