/external/chromium_org/base/message_loop/ |
message_pump_x11.h | 65 // Internal function. Called by the glib source dispatch function. Processes 102 virtual bool Dispatch(const NativeEvent& event) OVERRIDE; 112 // Dispatch calls can cause addition of new dispatchers as we iterate
|
/external/chromium_org/ipc/ |
ipc_channel_reader.h | 17 // It does the common input buffer management and message dispatch, while the 33 // Call to process messages received from the IPC connection and dispatch 79 // Performs post-dispatch checks. Called when all input buffers are empty,
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InspectorFrontendClientLocal.cpp | 55 void dispatch(const String& message) function in class:WebCore::InspectorBackendMessageQueue 89 // Dispatch can lead to the timer destruction -> schedule the next shot first. 125 m_messageQueue->dispatch(message);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
glapi.h | 33 * the current dispatch table (basically a struct full of function 36 * A per-thread current dispatch table and per-thread current context 140 _glapi_set_dispatch(struct _glapi_table *dispatch);
|
glapi_dispatch.c | 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
|
/external/clang/test/SemaTemplate/ |
instantiate-complete.cpp | 106 static true_t dispatch(U); 107 static false_t dispatch(...); 110 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
|
/external/mesa3d/src/mapi/glapi/ |
glapi.h | 33 * the current dispatch table (basically a struct full of function 36 * A per-thread current dispatch table and per-thread current context 140 _glapi_set_dispatch(struct _glapi_table *dispatch);
|
glapi_dispatch.c | 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 115 dispatch = { variable 129 if t in dispatch: 130 c = dispatch[t]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 115 dispatch = { variable 129 if t in dispatch: 130 c = dispatch[t]
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventDispatcher.cpp | 86 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mouseover, node->document().domWindow(), underlyingEvent)).dispatch(); 89 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mousedown, node->document().domWindow(), underlyingEvent)).dispatch(); 92 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mouseup, node->document().domWindow(), underlyingEvent)).dispatch(); 96 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::click, node->document().domWindow(), underlyingEvent)).dispatch(); 101 bool EventDispatcher::dispatch() function in class:WebCore::EventDispatcher 122 // Ensure that after event dispatch, the event's target object is the
|
/external/e2fsprogs/ext2ed/ |
blockbitmap_com.c | 66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */ 88 dispatch (buffer); 104 dispatch (buffer); 139 dispatch ("show"); /* Show the result */ 167 dispatch ("show");
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
tcp_socket_event_dispatcher.h | 19 // Dispatch events related to "sockets.tcp" sockets from callback on native 77 // Dispatch an extension event on to EventRouter instance on UI thread.
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
tcp_server_socket_event_dispatcher.h | 20 // Dispatch events related to "sockets.tcp" sockets from callback on native 84 // Dispatch an extension event on to EventRouter instance on UI thread.
|
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/ |
udp_socket_event_dispatcher.h | 19 // Dispatch events related to "sockets.udp" sockets from callback on native 76 // Dispatch an extension event on to EventRouter instance on UI thread.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
sync_file_system_custom_bindings.js | 89 'syncFileSystem.onFileStatusChanged', function(args, dispatch) { 106 dispatch([fileInfo]);
|
/external/chromium_org/chrome_frame/ |
bho.cc | 123 STDMETHODIMP Bho::BeforeNavigate2(IDispatch* dispatch, VARIANT* url, 132 if (dispatch) 133 web_browser2.QueryFrom(dispatch); 136 NOTREACHED() << "Can't find WebBrowser2 with given dispatch"; 160 STDMETHODIMP_(void) Bho::NavigateComplete2(IDispatch* dispatch, VARIANT* url) { 164 STDMETHODIMP_(void) Bho::DocumentComplete(IDispatch* dispatch, VARIANT* url) { 168 if (dispatch) 169 web_browser2.QueryFrom(dispatch);
|
/external/chromium_org/chrome_frame/ready_mode/internal/ |
ready_mode_web_browser_adapter.cc | 85 IDispatch* /*dispatch*/, VARIANT* url, VARIANT* /*flags*/, 95 IDispatch* /*dispatch*/, VARIANT* url) {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackQueue.cpp | 56 // dispatch() may cause recursion which steals this callback 59 m_queue[m_index++]->dispatch(m_element.get());
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebStorageEventDispatcher.h | 44 // Dispatch a local storage event to appropiate documents. 51 // Dispatch a session storage event to appropiate documents.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
tnl.h | 39 * more are currently hooked into dispatch directly by the module 52 * dispatch and/or driver callbacks.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_x11.h | 56 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE; 85 // Dispatch().
|
/external/chromium_org/ui/webui/resources/js/cr/ |
event_target.js | 65 * @param {!cr.event.Event} event The event to dispatch. 83 // Clone to prevent removal during dispatch
|
/external/mesa3d/src/mesa/tnl/ |
tnl.h | 39 * more are currently hooked into dispatch directly by the module 52 * dispatch and/or driver callbacks.
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
CustomDispatcherTest.java | 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { 65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
|