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

<<11121314151617181920>>

  /external/chromium_org/chrome/common/extensions/api/
streams_private.json 13 "description": "Fired when a resource is fetched which matches a mime type handled by this extension. The resource request is cancelled, and the extension is expected to handle the request. The event is restricted to a small number of white-listed extensions.",
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
file_handlers.html 5 to specify what types of files the app can handle. An app can have multiple <code>file_handlers</code>, with each one having an identifier, a list of MIME types and/or a list of file extensions that can be handled, and
  /external/chromium_org/chrome/common/
ntp_logging_events.h 34 // The visuals of that tile are handled externally by the page itself.
  /external/chromium_org/chrome/test/chromedriver/net/
sync_websocket.h 42 // handled by ReceiveNextMessage.
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 156 BOOL& handled) { // NO_LINT
167 BOOL& handled) { // NO_LINT
168 handled = FALSE;
177 BOOL& handled) { // NO_LINT
  /external/chromium_org/content/browser/renderer_host/input/
touchpad_tap_suppression_controller_aura.cc 53 // Mouse downs are not handled by gesture event filter; so, they are
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 51 bool handled = true; local
67 IPC_MESSAGE_UNHANDLED(handled = false)
69 DCHECK(handled);
72 return handled;
gpu_video_encode_accelerator_host.cc 41 bool handled = true; local
53 IPC_MESSAGE_UNHANDLED(handled = false)
55 DCHECK(handled);
58 return handled;
  /external/chromium_org/content/renderer/input/
input_handler_proxy_client.h 24 // handled input event out to the client.
  /external/chromium_org/extensions/common/
event_matcher.h 20 // MatchNonURLCriteria() - URL matching is handled by EventFilter.
  /external/chromium_org/ipc/
ipc_listener.h 20 // handled.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ioctl.h 23 * handler should return the number of bytes written/handled, or -errno
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 20 * A reference counted object. RefObjects should only be handled by ScopedRef
  /external/chromium_org/net/url_request/
protocol_intercept_job_factory.h 24 // NULL) the URLRequest is forwarded to the |job_factory_| to be handled there.
url_request_job_factory.h 35 // protocols handled by MaybeCreateJob(). Only called when registered with
  /external/chromium_org/ppapi/host/
resource_host.cc 30 // First see if the message is handled off-thread by message filters.
  /external/chromium_org/ppapi/proxy/
ppp_instance_proxy.cc 90 // This should never get called. Out-of-process document loads are handled
138 bool handled = true;
150 IPC_MESSAGE_UNHANDLED(handled = false)
152 return handled;
  /external/chromium_org/remoting/webapp/
cs_oauth2_trampoline.js 6 // it ends in /rel/{extension-id}. This distinction is handled by the manifest;
  /external/chromium_org/third_party/icu/source/i18n/
regexst.h 46 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
README 14 (b) be handled by default using the default DSO_METHOD's converter
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSToolFile.py 36 extensions: extensions handled by the rule.
  /external/chromium_org/tools/gyp/test/mac/
gyptest-copies.py 8 Verifies that 'copies' with app bundles are handled correctly.
gyptest-objc-gc.py 8 Verifies that GC objc settings are handled correctly.
gyptest-rpath.py 8 Verifies that LD_DYLIB_INSTALL_NAME and DYLIB_INSTALL_NAME_BASE are handled
gyptest-xcode-gcc-clang.py 8 Verifies that xcode-style GCC_... settings that require clang are handled

Completed in 1080 milliseconds

<<11121314151617181920>>