HomeSort by relevance Sort by last modified time
    Searched refs:Dispatch (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/wx/
EventLoopWx.cpp 38 wxTheApp->Dispatch();
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.h 48 void Dispatch();
ssl_error_handler.cc 59 void SSLErrorHandler::Dispatch() {
ssl_manager.cc 47 &SSLCertErrorHandler::Dispatch));
182 // Dispatch by type.
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.h 51 virtual bool Dispatch(const MSG& msg);
user_data_dir_dialog.cc 91 bool UserDataDirDialog::Dispatch(const MSG& msg) {
  /external/chromium/base/
message_pump_glib.h 38 // Dispatcher is used during a nested invocation of Run to dispatch events.
40 // dispatch events (or invoke gtk_main_do_event), rather every event is
41 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
42 // Dispatcher to dispatch, or not, the event.
45 // from Dispatch.
51 virtual bool Dispatch(GdkEvent* event) = 0;
82 // Dispatch an available GdkEvent. Essentially this allows a subclass to do
129 // Dispatch() will be called.
message_pump_win.h 45 // Dispatcher is used during a nested invocation of Run to dispatch events.
47 // dispatch events (or invoke TranslateMessage), rather every message is
48 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
49 // Dispatcher to dispatch, or not, the event.
52 // from Dispatch.
58 virtual bool Dispatch(const MSG& msg) = 0;
126 // peek of the Windows message queue, followed by a dispatch of the peeked
message_pump_glib_unittest.cc 103 static gboolean Dispatch(GSource* source,
120 EventInjector::Dispatch,
message_pump_glib.cc 39 // GLib sources have four callbacks: Prepare, Check, Dispatch and Finalize.
41 // This function should return TRUE if it wants GLib to call its Dispatch, and
50 // making Check a second chance to tell GLib we are ready for Dispatch.
51 // Finally, GLib calls Dispatch for each source that is ready. If Dispatch
52 // returns FALSE, GLib will destroy the source. Dispatch calls may be recursive
67 // - *Does not* call dispatch on the sources.
72 // expected not to if gtk_events_pending returned true), and call dispatch.
101 // Only return TRUE if Dispatch should be called.
160 // This is needed to allow Run calls inside Dispatch
    [all...]
message_pump_win.cc 354 if (!state_->dispatcher->Dispatch(msg))
message_loop_unittest.cc     [all...]
  /external/oprofile/events/x86-64/family11h/
events 97 event:0xd0 counters:0,1,2,3 um:zero minimum:500 name:DECODER_EMPTY : Nothing to dispatch (decoder empty)
98 event:0xd1 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALLS : Dispatch stalls
99 event:0xd2 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_BRANCH_ABORT : Dispatch stall from branch abort to retire
100 event:0xd3 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_SERIALIZATION : Dispatch stall for serialization
101 event:0xd4 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_SEGMENT_LOAD : Dispatch stall for segment load
102 event:0xd5 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_REORDER_BUFFER_FULL : Dispatch stall for reorder buffer full
103 event:0xd6 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_RESERVATION_STATION_FULL : Dispatch stall when reservation stations are full
104 event:0xd7 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FPU_FULL : Dispatch stall when FPU is full
105 event:0xd8 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_LS_FULL : Dispatch stall when LS is full
106 event:0xd9 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_WAITING_FOR_ALL_QUIET : Dispatch stall when waiting for all to be quie
    [all...]
  /external/oprofile/events/x86-64/hammer/
events 92 event:0xd0 counters:0,1,2,3 um:zero minimum:500 name:DECODER_EMPTY : Nothing to dispatch (decoder empty)
93 event:0xd1 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALLS : Dispatch stalls
94 event:0xd2 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_BRANCH_ABORT : Dispatch stall from branch abort to retire
95 event:0xd3 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_SERIALIZATION : Dispatch stall for serialization
96 event:0xd4 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_SEGMENT_LOAD : Dispatch stall for segment load
97 event:0xd5 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_REORDER_BUFFER_FULL : Dispatch stall for reorder buffer full
98 event:0xd6 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_RESERVATION_STATION_FULL : Dispatch stall when reservation stations are full
99 event:0xd7 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FPU_FULL : Dispatch stall when FPU is full
100 event:0xd8 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_LS_FULL : Dispatch stall when LS is full
101 event:0xd9 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_WAITING_FOR_ALL_QUIET : Dispatch stall when waiting for all to be quie
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.h 196 virtual void Dispatch(Message *pmsg);
messagequeue.cc 177 // Get w/wait + timer scan / dispatch + socket / event multiplexer dispatch
371 void MessageQueue::Dispatch(Message *pmsg) {
thread.cc 492 Dispatch(&msg);
win32socketserver.cc 780 // Dispatch all the messages that are currently in our queue. If new messages
781 // are posted during the dispatch, they will be handled in the next Pump.
782 // We use max(1, ...) to make sure we try to dispatch at least once, since
788 message_queue_->Dispatch(&msg);
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 218 library->Dispatch(event);
225 void Dispatch(const chromeos::CryptohomeAsyncCallStatus& event) {
  /external/v8/tools/
logreader.js 118 * Returns whether a particular dispatch must be skipped.
120 * @param {!Object} dispatch Dispatch record.
121 * @return {boolean} True if dispatch must be skipped.
123 LogReader.prototype.skipDispatch = function(dispatch) {
129 * Does a dispatch of a log record.
135 // Obtain the dispatch.
140 var dispatch = this.dispatchTable_[command];
142 if (dispatch === null || this.skipDispatch(dispatch)) {
    [all...]

Completed in 196 milliseconds