HomeSort by relevance Sort by last modified time
    Searched full:resultcallback (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator.h 24 typedef base::Callback<void(base::PlatformFileError result)> ResultCallback;
31 const ResultCallback& result_callback) = 0;
37 const ResultCallback& result_callback) = 0;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java 42 ValueCallback<Boolean> resultCallback, CancellationSignal cancellationSignal) {
47 if (resultCallback == null) {
48 throw new IllegalArgumentException("resultCallback cannot be null");
54 resultCallback.onReceiveValue(false);
57 mResultCallback = resultCallback;
  /external/chromium_org/chromeos/dbus/
permission_broker_client.h 30 // The ResultCallback is used for both the RequestPathAccess and
33 typedef base::Callback<void(bool)> ResultCallback;
48 const ResultCallback& callback) = 0;
60 const ResultCallback& callback) = 0;
permission_broker_client.cc 32 const ResultCallback& callback) OVERRIDE {
47 const ResultCallback& callback) OVERRIDE {
62 void OnResponse(const ResultCallback& callback, dbus::Response* response) {
93 const ResultCallback& callback) OVERRIDE {
100 const ResultCallback& callback) OVERRIDE {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 22 const fileapi::CopyOrMoveFileValidator::ResultCallback&
29 const fileapi::CopyOrMoveFileValidator::ResultCallback&
supported_audio_video_checker.h 32 const ResultCallback& result_callback) OVERRIDE;
42 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
supported_image_type_validator.h 29 const ResultCallback& result_callback) OVERRIDE;
40 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
av_scanning_file_validator.h 26 const ResultCallback& result_callback) OVERRIDE;
safe_audio_video_checker.h 30 const fileapi::CopyOrMoveFileValidator::ResultCallback& callback);
65 const fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
supported_image_type_validator.cc 58 const fileapi::CopyOrMoveFileValidator::ResultCallback& callback)
82 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
106 const ResultCallback& result_callback) {
av_scanning_file_validator.cc 64 const ResultCallback& result_callback) {
safe_audio_video_checker.cc 21 const fileapi::CopyOrMoveFileValidator::ResultCallback& callback)
supported_audio_video_checker.cc 68 const fileapi::CopyOrMoveFileValidator::ResultCallback& result_callback) {
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.h 34 typedef base::Callback<void(const zip_analyzer::Results&)> ResultCallback;
37 const ResultCallback& result_callback);
69 const ResultCallback callback_;
  /external/chromium_org/win8/test/
ui_automation_client.h 32 // the named window. Otherwise, initialization has failed and ResultCallback
39 typedef base::Callback<void(HRESULT, std::vector<string16>)> ResultCallback;
51 const ResultCallback& result_callback);
  /external/chromium_org/chrome/common/extensions/api/
bluetooth.idl 112 callback ResultCallback = void ();
194 static void addProfile(Profile profile, ResultCallback callback);
198 static void removeProfile(Profile profile, ResultCallback callback);
213 ResultCallback callback);
228 ResultCallback callback);
234 optional ResultCallback callback);
258 optional ResultCallback callback);
268 optional ResultCallback callback);
273 optional ResultCallback callback);
sync_file_system.idl 131 callback ResultCallback = void ();
152 optional ResultCallback callback);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditController.js 45 * @param {function(string, !Array.<!WebInspector.AuditCategoryResult>)} resultCallback
47 _executeAudit: function(categories, resultCallback)
68 resultCallback(mainResourceURL, results)
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 198 base::Bind(&NetworkingPrivateSetPropertiesFunction::ResultCallback,
212 void NetworkingPrivateSetPropertiesFunction::ResultCallback() {
362 &NetworkingPrivateVerifyDestinationFunction::ResultCallback,
370 void NetworkingPrivateVerifyDestinationFunction::ResultCallback(
403 &NetworkingPrivateVerifyAndEncryptCredentialsFunction::ResultCallback,
411 void NetworkingPrivateVerifyAndEncryptCredentialsFunction::ResultCallback(
442 &NetworkingPrivateVerifyAndEncryptDataFunction::ResultCallback,
450 void NetworkingPrivateVerifyAndEncryptDataFunction::ResultCallback(
networking_private_api.h 97 void ResultCallback();
203 void ResultCallback(bool result);
224 void ResultCallback(const std::string& result);
246 void ResultCallback(const std::string& result);
  /packages/apps/Email/tests/src/com/android/email/activity/
FindParentMailboxTaskTest.java 286 ResultCallback result = new ResultCallback();
301 private static class ResultCallback
302 implements MailboxListFragment.FindParentMailboxTask.ResultCallback {
  /external/chromium_org/content/public/test/
test_utils.cc 54 void ResultCallback(const base::Value* result);
64 void ScriptCallback::ResultCallback(const base::Value* result) {
131 base::Bind(&ScriptCallback::ResultCallback, base::Unretained(&observer)));
  /external/chromium_org/net/dns/
mdns_client_impl.h 182 const MDnsTransaction::ResultCallback& callback) OVERRIDE;
241 const MDnsTransaction::ResultCallback& callback,
284 MDnsTransaction::ResultCallback callback_;
mdns_client.h 63 ResultCallback;
144 const MDnsTransaction::ResultCallback& callback) = 0;
  /external/chromium/net/proxy/
proxy_resolver_mac.cc 37 void ResultCallback(void* client, CFArrayRef proxies, CFErrorRef error) {
107 ResultCallback,

Completed in 953 milliseconds

1 2