HomeSort by relevance Sort by last modified time
    Searched refs:ResultCallback (Results 1 - 25 of 27) sorted by null

1 2

  /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/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;
copy_or_move_file_validator_unittest.cc 219 const ResultCallback& result_callback) OVERRIDE {
227 const ResultCallback& result_callback) OVERRIDE {
  /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_;
sandboxed_zip_analyzer.cc 28 const ResultCallback& result_callback)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
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_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_;
media_file_validator_factory.cc 22 const fileapi::CopyOrMoveFileValidator::ResultCallback&
29 const fileapi::CopyOrMoveFileValidator::ResultCallback&
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/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);
ui_automation_client.cc 46 UIAutomationClient::ResultCallback result_callback);
87 ResultCallback result_callback_;
186 UIAutomationClient::ResultCallback result_callback) {
607 const ResultCallback& result_callback) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
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);
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(
  /external/chromium_org/net/dns/
mdns_client.h 63 ResultCallback;
144 const MDnsTransaction::ResultCallback& callback) = 0;
mdns_client_impl.h 182 const MDnsTransaction::ResultCallback& callback) OVERRIDE;
241 const MDnsTransaction::ResultCallback& callback,
284 MDnsTransaction::ResultCallback callback_;
  /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/net/proxy/
proxy_resolver_mac.cc 37 void ResultCallback(void* client, CFArrayRef proxies, CFErrorRef error) {
107 ResultCallback,
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 48 void ResultCallback(void* client, CFArrayRef proxies, CFErrorRef error) {
113 pac_url_ref.get(), query_url_ref.get(), ResultCallback, &context));

Completed in 287 milliseconds

1 2