Searched defs:ReportResult (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc148 ReportResult(fname, text, success);
152 void URLLoaderHandler::ReportResult(const std::string& fname, function in class:URLLoaderHandler
156 printf("URLLoaderHandler::ReportResult(Ok).\n");
158 printf("URLLoaderHandler::ReportResult(Err). %s\n", text.c_str());
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl.cc117 ReportResult(
159 ReportResult(download_state, result, attachment_data);
190 void AttachmentDownloaderImpl::ReportResult( function in class:syncer::AttachmentDownloaderImpl
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc111 ReportResult(EnrollmentStatus::ForFetchError(
158 ReportResult(EnrollmentStatus::ForStatus(
175 ReportResult(EnrollmentStatus::ForRobotAuthFetchError(client_->status()));
177 ReportResult(EnrollmentStatus::ForRegistrationError(client_->status()));
179 ReportResult(EnrollmentStatus::ForFetchError(client_->status()));
192 ReportResult(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS));
205 ReportResult(EnrollmentStatus::ForStoreError(store_->status(),
219 ReportResult(
264 ReportResult(EnrollmentStatus::ForValidationError(validator->status()));
317 ReportResult(
438 void EnrollmentHandlerChromeOS::ReportResult(EnrollmentStatus status) { function in class:policy::EnrollmentHandlerChromeOS
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation.cc71 void SessionManagerOperation::ReportResult( function in class:chromeos::SessionManagerOperation
120 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
137 ReportResult(DeviceSettingsService::STORE_NO_POLICY);
143 ReportResult(DeviceSettingsService::STORE_INVALID_POLICY);
207 ReportResult(status);
237 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED);
255 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
265 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
275 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
283 ReportResult(DeviceSettingsServic
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc159 void StreamObserver::ReportResult(const std::string& measurement, function in class:webrtc::StreamObserver
169 ReportResult("ramp-up-total-sent", total_sent_, "bytes");
170 ReportResult("ramp-up-padding-sent", padding_sent_, "bytes");
171 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent_, "bytes");
172 ReportResult("ramp-up-total-packets-sent", total_packets_sent_, "packets");
173 ReportResult("ramp-up-padding-packets-sent",
176 ReportResult("ramp-up-rtx-packets-sent",
179 ReportResult("ramp-up-time",
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc111 // Balanced in ReportResult()
119 ReportResult(std::string(), error_);
132 ReportResult(std::string(), error_);
192 ReportResult(std::string(), error_);
211 ReportResult(gaia_id, std::string());
218 void PushMessagingGetChannelIdFunction::ReportResult( function in class:extensions::PushMessagingGetChannelIdFunction
264 ReportResult(gaia_id, std::string());
289 ReportResult(std::string(), error_text);
295 ReportResult(std::string(), error_text);

Completed in 130 milliseconds