HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 151 - 175 of 3482) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.h 29 // Callbacks from the page.
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 13 // Callbacks for the TemplateURLFetcher.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller.h 13 // This delegate receives callbacks from the InstantOptInController when the OK
  /external/chromium/chrome/browser/ui/gtk/
repost_form_warning_gtk.h 34 // Callbacks
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 33 // Javascript callbacks to whitelist/unwhitelist user.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsIoThreadClient.java 11 * Delegate for handling callbacks. All methods are called on the IO thread.
  /external/chromium_org/base/test/
power_monitor_test_base.cc 50 // PowerObserver callbacks.
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_service.cc 141 std::vector<RefreshPolicyCallback> callbacks; local
142 callbacks.swap(refresh_callbacks_);
145 for (std::vector<RefreshPolicyCallback>::iterator callback(callbacks.begin());
146 callback != callbacks.end();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 28 // Javascript callbacks to whitelist/unwhitelist user.
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h 30 // Register our handler to get callbacks from javascript.
  /external/chromium_org/chrome/renderer/extensions/
render_view_observer_natives.h 17 // Native functions for JS to run callbacks upon RenderView events.
  /external/chromium_org/content/child/indexed_db/
proxy_webidbcursor_impl_unittest.cc 37 WebIDBCallbacks* callbacks,
41 callbacks_.reset(callbacks);
45 WebIDBCallbacks* callbacks,
48 callbacks_.reset(callbacks);
  /external/chromium_org/content/test/data/npapi/
plugin_thread_async_call.html 21 Tests that a plugin can schedule async callbacks.<P>
  /external/chromium_org/content/test/plugin/
plugin_thread_async_call_test.h 16 // This class tests scheduling and unscheduling of async callbacks using
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h 16 // An interface that defines the callbacks for consumers to which
  /external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.cpp 68 void LocalFileSystemClient::openFileSystem(ScriptExecutionContext* context, WebCore::FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType, long long size, OpenFileSystemMode openMode)
73 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystemType>(type), size, openMode == CreateFileSystemIfNotPresent, new WebFileSystemCallbacksImpl(callbacks));
76 void LocalFileSystemClient::deleteFileSystem(ScriptExecutionContext* context, WebCore::FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
81 webFrame->client()->deleteFileSystem(webFrame, static_cast<WebFileSystemType>(type), new WebFileSystemCallbacksImpl(callbacks));
  /external/chromium_org/tools/json_schema_compiler/test/
json_schema_compiler_tests.gyp 16 'callbacks.json',
  /external/clang/lib/Lex/
PPCallbacks.cpp 1 //===--- PPCallbacks.cpp - Callbacks for Preprocessor actions ---*- C++ -*-===//
  /external/libselinux/src/
load_policy.c 17 #include "callbacks.h"
  /external/libvpx/libvpx/
usage_dx.dox 23 determined by calling vpx_codec_get_caps(). Callbacks are available in both
24 frame-based and slice-based variants. Frame based callbacks conform to the
26 frame has been decoded. Slice based callbacks conform to the signature of
35 slice based decoding callbacks provide substantial speed gains to the
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 29 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/base/core/java/android/accessibilityservice/
package.html 9 receives callbacks by the system when {@link android.view.accessibility.AccessibilityEvent}s
  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 20 * System private API for Bluetooth service callbacks.
  /frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl 21 * API for package data change related callbacks from the Package Manager.
IPackageDeleteObserver.aidl 21 * API for deletion callbacks from the Package Manager.

Completed in 756 milliseconds

1 2 3 4 5 67 8 91011>>