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

1 2 3

  /external/chromium_org/net/quic/crypto/
strike_register_client.h 22 class NET_EXPORT_PRIVATE ResultCallback {
24 ResultCallback() {}
25 virtual ~ResultCallback() {}
35 DISALLOW_COPY_AND_ASSIGN(ResultCallback);
49 ResultCallback* cb) = 0;
local_strike_register_client.cc 31 StringPiece nonce, QuicWallTime now, ResultCallback* cb) {
42 // m_ must not be held when the ResultCallback runs.
local_strike_register_client.h 31 ResultCallback* cb) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
fake_permission_broker_client.cc 20 const ResultCallback& callback) {
28 const ResultCallback& callback) {
fake_permission_broker_client.h 22 const ResultCallback& callback) OVERRIDE;
26 const ResultCallback& callback) OVERRIDE;
permission_broker_client.h 26 // The ResultCallback is used for both the RequestPathAccess and
29 typedef base::Callback<void(bool)> ResultCallback;
43 const ResultCallback& callback) = 0;
55 const ResultCallback& callback) = 0;
permission_broker_client.cc 29 const ResultCallback& callback) OVERRIDE {
44 const ResultCallback& callback) OVERRIDE {
66 void OnResponse(const ResultCallback& callback, dbus::Response* response) {
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_asynchronous_factory.h 32 typedef base::Callback<void(scoped_ptr<PrivetHTTPClient>)> ResultCallback;
43 const ResultCallback& callback) = 0;
pwg_raster_converter.h 33 ResultCallback;
40 const ResultCallback& callback) = 0;
privet_http_asynchronous_factory.cc 42 const ResultCallback& callback) OVERRIDE;
49 const ResultCallback& callback,
64 ResultCallback callback_;
96 const ResultCallback& callback) {
105 const ResultCallback& callback,
pwg_raster_converter.cc 116 const PWGRasterConverter::ResultCallback& callback);
139 PWGRasterConverter::ResultCallback callback_;
156 const PWGRasterConverter::ResultCallback& callback) {
257 const ResultCallback& callback) OVERRIDE;
260 base::CancelableCallback<ResultCallback::RunType> callback_;
274 const ResultCallback& callback) {
  /external/chromium_org/net/quic/test_tools/
delayed_verify_strike_register_client.h 30 ResultCallback* cb) OVERRIDE;
45 ResultCallback* in_cb)
51 ResultCallback* cb;
  /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/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 20 const fileapi::CopyOrMoveFileValidator::ResultCallback&
27 const fileapi::CopyOrMoveFileValidator::ResultCallback&
supported_audio_video_checker.h 29 const ResultCallback& result_callback) OVERRIDE;
39 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
supported_image_type_validator.h 27 const ResultCallback& result_callback) OVERRIDE;
38 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
av_scanning_file_validator.h 24 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 56 const fileapi::CopyOrMoveFileValidator::ResultCallback& callback)
80 fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
104 const ResultCallback& result_callback) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java 41 ValueCallback<Boolean> resultCallback, CancellationSignal cancellationSignal) {
46 if (resultCallback == null) {
47 throw new IllegalArgumentException("resultCallback cannot be null");
62 resultCallback.onReceiveValue(false);
65 mResultCallback = resultCallback;
  /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/browser/extensions/api/networking_private/
networking_private_api.h 104 void ResultCallback();
125 void ResultCallback(const std::string& guid);
144 void ResultCallback(const base::ListValue& network_list);
288 void ResultCallback(bool result);
309 void ResultCallback(const std::string& result);
331 void ResultCallback(const std::string& result);
networking_private_api_nonchromeos.cc 161 base::Bind(&NetworkingPrivateSetPropertiesFunction::ResultCallback, this),
166 void NetworkingPrivateSetPropertiesFunction::ResultCallback() {
197 base::Bind(&NetworkingPrivateCreateNetworkFunction::ResultCallback, this),
209 void NetworkingPrivateCreateNetworkFunction::ResultCallback(
232 base::Bind(&NetworkingPrivateGetVisibleNetworksFunction::ResultCallback,
238 void NetworkingPrivateGetVisibleNetworksFunction::ResultCallback(
383 &NetworkingPrivateVerifyDestinationFunction::ResultCallback,
391 void NetworkingPrivateVerifyDestinationFunction::ResultCallback(bool result) {
434 &NetworkingPrivateVerifyAndEncryptDataFunction::ResultCallback,
442 void NetworkingPrivateVerifyAndEncryptDataFunction::ResultCallback(
    [all...]
  /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);

Completed in 388 milliseconds

1 2 3