/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_manager_impl.cc | 58 bool handled = true; local 64 IPC_MESSAGE_UNHANDLED(handled = false) 66 return handled;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_browser_connection.cc | 33 bool handled = true; 37 IPC_MESSAGE_UNHANDLED(handled = false) 39 return handled;
|
/external/chromium_org/content/renderer/ |
renderer_date_time_picker.cc | 75 bool handled = true; local 79 IPC_MESSAGE_UNHANDLED(handled = false) 81 return handled;
|
text_input_client_observer.cc | 30 bool handled = true; local 37 IPC_MESSAGE_UNHANDLED(handled = false) 39 return handled;
|
/external/chromium_org/content/renderer/service_worker/ |
embedded_worker_dispatcher.cc | 45 bool handled = true; local 49 IPC_MESSAGE_UNHANDLED(handled = false) 51 return handled;
|
/external/chromium_org/content/shell/browser/ |
shell_message_filter.cc | 46 bool handled = true; local 55 IPC_MESSAGE_UNHANDLED(handled = false) 58 return handled;
|
/external/chromium_org/content/shell/renderer/ |
shell_render_process_observer.cc | 88 bool handled = true; local 91 IPC_MESSAGE_UNHANDLED(handled = false) 94 return handled;
|
/external/chromium_org/ppapi/api/ |
ppp_input_event.idl | 23 * If the event was handled, it will not be forwarded to the web page or 24 * browser. If it was not handled, it will bubble according to the normal 54 * @return PP_TRUE if the event was handled, PP_FALSE if not. If you have
|
/external/chromium_org/ppapi/host/ |
resource_host.h | 41 // handled by these filters then the host's own message handler is run. True 42 // is always returned (the message will always be handled in some way). 66 // handled by the resource host's own message handler. This allows
|
/external/chromium_org/ppapi/proxy/ |
broker_dispatcher.cc | 34 bool handled = true; local 37 IPC_MESSAGE_UNHANDLED(handled = false) 39 return handled;
|
plugin_message_filter.cc | 40 bool handled = true; local 44 IPC_MESSAGE_UNHANDLED(handled = false) 46 return handled;
|
ppb_core_proxy.cc | 106 bool handled = true; local 114 IPC_MESSAGE_UNHANDLED(handled = false) 117 return handled;
|
ppp_input_event_proxy.cc | 91 bool handled = true; 97 IPC_MESSAGE_UNHANDLED(handled = false) 99 return handled;
|
ppp_messaging_proxy.cc | 82 bool handled = true; 86 IPC_MESSAGE_UNHANDLED(handled = false) 88 return handled;
|
/external/chromium_org/ui/events/ |
event_constants.h | 98 ER_UNHANDLED = 0, // The event hasn't been handled. The event can be 100 ER_HANDLED = 1 << 0, // The event has already been handled, but it can 102 ER_CONSUMED = 1 << 1, // The event has been handled, and it should not be
|
/external/chromium_org/win8/viewer/ |
metro_viewer_process_host.cc | 95 bool handled = true; local 102 IPC_MESSAGE_UNHANDLED(handled = false) 104 return handled ? true :
|
/packages/apps/Email/src/com/android/email/service/ |
PolicyService.java | 43 // ultimately handled, the complete stack trace is losk 60 // ultimately handled, the complete stack trace is losk 72 // ultimately handled, the complete stack trace is losk
|
/development/apps/Fallback/src/com/android/fallback/ |
Fallback.java | 24 * may possibly not otherwise be handled.
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.h | 20 // dialog, it will return immediately. The dialog is handled asynchronously.
|
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_accelerators_gtk.cc | 11 // Listing of the accelerators that are either handled or forwarded by
|
/external/chromium/chrome/browser/ui/views/ |
unhandled_keyboard_event_handler.h | 28 // If a RawKeyDown event was handled as a shortcut key, then we're done
|
/external/chromium_org/ash/system/tray/ |
tray_event_filter.cc | 96 // event was handled. 104 bool handled = false; local 107 handled |= (*iter)->ClickedOutsideBubble(); 109 return handled;
|
tray_event_filter.h | 38 // Returns true if the event is handled.
|
/external/chromium_org/ash/wm/gestures/ |
shelf_gesture_handler.h | 28 // appropriate. Returns true of the gesture has been handled and it should not
|
/external/chromium_org/base/test/ |
scoped_path_override.h | 17 // paths to ensure their overrides are properly handled and reverted when the
|