/external/chromium_org/chrome/browser/chromeos/policy/ |
D | enrollment_handler_chromeos.cc | 111 ReportResult(EnrollmentStatus::ForFetchError( in OnPolicyFetched() 158 ReportResult(EnrollmentStatus::ForStatus( in OnRegistrationStateChanged() 175 ReportResult(EnrollmentStatus::ForRobotAuthFetchError(client_->status())); in OnClientError() 177 ReportResult(EnrollmentStatus::ForRegistrationError(client_->status())); in OnClientError() 179 ReportResult(EnrollmentStatus::ForFetchError(client_->status())); in OnClientError() 192 ReportResult(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS)); in OnStoreLoaded() 205 ReportResult(EnrollmentStatus::ForStoreError(store_->status(), in OnStoreError() 219 ReportResult( in HandleStateKeysResult() 264 ReportResult(EnrollmentStatus::ForValidationError(validator->status())); in HandlePolicyValidationResult() 317 ReportResult( in OnOAuthError() [all …]
|
D | enrollment_handler_chromeos.h | 157 void ReportResult(EnrollmentStatus status);
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | session_manager_operation.cc | 71 void SessionManagerOperation::ReportResult( in ReportResult() function in chromeos::SessionManagerOperation 120 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE); in StorePublicKey() 137 ReportResult(DeviceSettingsService::STORE_NO_POLICY); in ValidateDeviceSettings() 143 ReportResult(DeviceSettingsService::STORE_INVALID_POLICY); in ValidateDeviceSettings() 207 ReportResult(status); in ReportValidatorStatus() 237 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED); in HandleStoreResult() 255 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE); in Run() 265 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE); in StartSigning() 275 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE); in StartSigning() 283 ReportResult(DeviceSettingsService::STORE_POLICY_ERROR); in StoreDeviceSettingsBlob() [all …]
|
D | session_manager_operation.h | 90 void ReportResult(DeviceSettingsService::Status status);
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | push_messaging_api.cc | 119 ReportResult(std::string(), error_); in RunAsync() 132 ReportResult(std::string(), error_); in RunAsync() 192 ReportResult(std::string(), error_); in OnGetTokenFailure() 211 ReportResult(gaia_id, std::string()); in StartGaiaIdFetch() 218 void PushMessagingGetChannelIdFunction::ReportResult( in ReportResult() function in extensions::PushMessagingGetChannelIdFunction 264 ReportResult(gaia_id, std::string()); in OnObfuscatedGaiaIdFetchSuccess() 289 ReportResult(std::string(), error_text); in OnObfuscatedGaiaIdFetchFailure() 295 ReportResult(std::string(), error_text); in OnObfuscatedGaiaIdFetchFailure()
|
D | push_messaging_api.h | 72 void ReportResult(const std::string& gaia_id,
|
/external/chromium_org/third_party/webrtc/video/ |
D | rampup_tests.cc | 159 void StreamObserver::ReportResult(const std::string& measurement, in ReportResult() function in webrtc::StreamObserver 169 ReportResult("ramp-up-total-sent", total_sent_, "bytes"); in TriggerTestDone() 170 ReportResult("ramp-up-padding-sent", padding_sent_, "bytes"); in TriggerTestDone() 171 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent_, "bytes"); in TriggerTestDone() 172 ReportResult("ramp-up-total-packets-sent", total_packets_sent_, "packets"); in TriggerTestDone() 173 ReportResult("ramp-up-padding-packets-sent", in TriggerTestDone() 176 ReportResult("ramp-up-rtx-packets-sent", in TriggerTestDone() 179 ReportResult("ramp-up-time", in TriggerTestDone()
|
D | rampup_tests.h | 62 void ReportResult(const std::string& measurement,
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
D | url_loader_handler.cc | 148 ReportResult(fname, text, success); in ReportResultAndDie() 152 void URLLoaderHandler::ReportResult(const std::string& fname, in ReportResult() function in URLLoaderHandler
|
D | url_loader_handler.h | 67 void ReportResult(const std::string& fname,
|
/external/chromium_org/sync/internal_api/attachments/ |
D | attachment_downloader_impl.cc | 117 ReportResult( in OnGetTokenFailure() 159 ReportResult(download_state, result, attachment_data); in OnURLFetchComplete() 190 void AttachmentDownloaderImpl::ReportResult( in ReportResult() function in syncer::AttachmentDownloaderImpl
|
/external/chromium_org/sync/internal_api/public/attachments/ |
D | attachment_downloader_impl.h | 66 void ReportResult(
|
/external/chromium_org/components/crash/tools/ |
D | crash_service.cc | 408 google_breakpad::ReportResult send_result in AsyncSendDump()
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | url-loading.rst | 249 calls ``ReportResult,`` which calls ``PostMessage`` to send the result back to
|