HomeSort by relevance Sort by last modified time
    Searched full:handled (Results 176 - 200 of 6171) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/android/
intercept_download_resource_throttle.h 19 // handled by Chrome or passsed to the Android Download Manager.
  /external/chromium_org/chrome/browser/chromeos/
xinput_hierarchy_changed_event_listener.cc 109 bool handled = false; local
116 handled = true;
123 handled = true;
127 return handled;
  /external/chromium_org/chrome/browser/extensions/
crx_installer_error.h 15 // Typed errors that need to be handled specially by clients.
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_accelerators_gtk.cc 11 // Listing of the accelerators that are either handled or forwarded by
  /external/chromium_org/chrome_frame/test/net/
test_automation_resource_message_filter.cc 29 bool handled = false; local
35 handled = true;
56 handled = AutomationResourceMessageFilter::OnMessageReceived(message);
58 return handled;
  /external/chromium_org/chromeos/dbus/
dbus_client.h 16 // Interface for all DBus clients handled by DBusThreadManager. It restricts
  /external/chromium_org/content/browser/frame_host/
debug_urls.h 18 // Returns whether the given url is either a debugging url handled in the
  /external/chromium_org/content/browser/loader/
resource_message_delegate.h 24 // receive the message _after_ the ResourceDispatcherHost has handled it.
  /external/chromium_org/content/common/device_orientation/
device_motion_messages.h 21 // synchronization is handled.
device_orientation_messages.h 19 // synchronization is handled.
  /external/chromium_org/content/common/
gamepad_messages.h 19 // handled. The number of Starts should match the number of Stops.
swapped_out_messages.cc 20 // Handled by RenderWidget.
27 // Handled by RenderView.
54 // be handled by the browser.
61 // Note that synchronous messages that are not handled will receive an
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 119 bool handled = true; local
123 IPC_MESSAGE_UNHANDLED(handled = false)
125 DCHECK(handled);
126 return handled;
  /external/chromium_org/ppapi/host/
instance_message_filter.h 26 // message was handled. On false, the PpapiHost will forward the message to
message_filter_host.h 21 // purpose of passing messages onto a message filter to be handled on another
  /external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.cc 114 bool handled = true;
124 IPC_MESSAGE_UNHANDLED(handled = false)
126 DCHECK(handled);
127 return handled;
  /external/chromium_org/remoting/host/
desktop_process.cc 63 bool handled = true; local
66 IPC_MESSAGE_UNHANDLED(handled = false)
69 CHECK(handled) << "Received unexpected IPC type: " << message.type();
70 return handled;
  /external/chromium_org/tools/gyp/test/mac/
gyptest-objc-arc.py 8 Verifies that ARC objc settings are handled correctly.
  /external/chromium_org/tools/gyp/test/win/
gyptest-macro-projectname.py 8 Make sure macro expansion of $(ProjectName) is handled.
gyptest-macro-targetname.py 8 Make sure macro expansion of $(TargetName) and $(TargetDir) are handled.
gyptest-macro-vcinstalldir.py 8 Make sure macro expansion of $(VCInstallDir) is handled, and specifically
  /external/chromium_org/ui/events/
event_dispatcher.cc 54 if (!event->handled() && !details.dispatcher_destroyed)
116 if (event->handled())
120 // even if the event has already been handled (i.e. return result has
127 if (event->handled())
  /external/chromium_org/ui/views/controls/
single_split_view_listener.h 18 // Returns false if the layout has been handled by the listener, returns
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 30 // If a RawKeyDown event was handled as a shortcut key, then we're done
  /external/libffi/testsuite/libffi.call/
return_sl.c 2 Purpose: Check if long as return type is handled correctly.

Completed in 523 milliseconds

1 2 3 4 5 6 78 91011>>