Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 23 of 23) sorted by relevance

/external/webkit/WebCore/platform/wx/
DEventLoopWx.cpp38 wxTheApp->Dispatch(); in cycle()
/external/webkit/WebKit/chromium/src/
DDevToolsRPC.h337 class Class##Dispatch : public Noncopyable { \
339 Class##Dispatch() { } \
340 virtual ~Class##Dispatch() { } \
/external/chromium/base/
Dmessage_pump_glib.h50 virtual bool Dispatch(GdkEvent* event) = 0;
Dmessage_pump_win.h56 virtual bool Dispatch(const MSG& msg) = 0;
Dmessage_pump_glib_unittest.cc106 static gboolean Dispatch(GSource* source, in Dispatch() function in __anon5f76368e0111::EventInjector
123 EventInjector::Dispatch,
Dmessage_pump_glib.cc326 if (!message_pump->state_->dispatcher->Dispatch(event)) in EventDispatcher()
Dmessage_pump_win.cc360 if (!state_->dispatcher->Dispatch(msg)) in ProcessMessageHelper()
Dmessage_loop_unittest.cc1107 virtual bool Dispatch(const MSG& msg) { in Dispatch() function in __anonb47bed490111::DispatcherImpl
/external/e2fsprogs/lib/ss/
Dct_c.sed54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
/external/astl/include/
Dvector210 // and last are really iterators. Dispatch the call depending on
/external/webkit/WebCore/bridge/jni/
Djni_jsobject.mm149 // Dispatch JavaScript calls here.
/external/dbus/
DChangeLog3922 (demarshal_collection): Dispatch on collection type to either
3925 (marshal_collection): Dispatch collection type to either
14028 Dispatch messages sent to services.
14338 (connection_watch_callback): Dispatch messages.
/external/webkit/WebCore/
DChangeLog-2008-08-102365 Dispatch a network error if we can't access the new URL.
17967 (WebInspector.Resource.prototype.set url): Dispatch an event when
20370 Dispatch offline/online events to all frames.
20888 (WebInspector.Resource.prototype.set finished): Dispatch the finished event
43541 (WebCore::JavaScriptDebugServer::callEvent): Dispatch didEnterCallFrame.
43542 (WebCore::JavaScriptDebugServer::atStatement): Dispatch willExecuteStatement.
43543 (WebCore::JavaScriptDebugServer::returnEvent): Dispatch willLeaveCallFrame.
43544 (WebCore::JavaScriptDebugServer::exception): Dispatch exceptionWasRaised.
DChangeLog-2009-06-1617979 (WebCore::dispatchWindowEventToListeners): Dispatch the event to the given listeners.
28046 (WebCore::HTMLMediaElement::asyncEventTimerFired): Dispatch all pending events.
86111 …(WebInspector.SourceFrame.prototype.syntaxHighlightJavascript): Dispatch a "syntax highlighting co…
95078 Dispatch the "style property toggled" event.
95080 Dispatch the "style edited" event when the CSS text is restored.
95082 Dispatch the "style edited" event.
DChangeLog-2005-08-2324796 (-[KWQTextAreaTextView cut:]): Dispatch "before cut" and "cut" events.
24797 (-[KWQTextAreaTextView copy:]): Dispatch "before copy" and "copy" events.
24798 (-[KWQTextAreaTextView paste:]): Dispatch "before paste" and "paste" events.
41014 (KWQKHTMLPart::mayCut): Dispatch event to DHTML.
DChangeLog-2010-01-2949249 Dispatch resource load delegate functions for the media element.
65324 * loader/FrameLoader.cpp: (WebCore::FrameLoader::stopLoading): Dispatch pagehide event
65328 (WebCore::DOMWindow::dispatchAllPendingUnloadEvents): Dispatch pagehide right before unload.
65336 * history/CachedFrame.cpp: (WebCore::CachedFrame::restore): Dispatch pageshow for a page
65355 (WebCore::Document::implicitClose): Dispatch pageshow event right before load event.
DChangeLog-2003-10-2513821 Dispatch all pending image load events before dispatching the document load.
DChangeLog-2006-12-3145277 Dispatch any scheduled events when layout is done.
45654 Dispatch the node inserted events before attaching the nodes. This is what the
DChangeLog-2007-10-14764 … (WebCore::Document::finishedParsing): Dispatch the DOMContentLoaded event when parsing completes.
10385 (WebCore::KJSProxy::initScriptIfNeeded): Dispatch the window object
DChangeLog-2006-05-1037869 (HTMLScriptElementImpl::notifyFinished): Dispatch load and error events.
/external/webkit/WebKit/mac/
DChangeLog-2007-10-14536 …(-[WebView _dispatchDidReceiveIconFromWebFrame:]): Dispatch this delegate call as well as unregist…
18322 (-[WebScriptCallFrame exceptionRaised:sourceId:line:]): Dispatch through to delegate and
/external/webkit/WebKit/win/
DChangeLog-2009-06-1617810 Dispatch correct delegate methods.
/external/webkit/WebKitTools/
DChangeLog-2009-06-1610116 Dispatch a keyup to better match what happens when a key is physically pressed.