HomeSort by relevance Sort by last modified time
    Searched defs:ReportResult (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc 148 ReportResult(fname, text, success);
152 void URLLoaderHandler::ReportResult(const std::string& fname,
156 printf("URLLoaderHandler::ReportResult(Ok).\n");
158 printf("URLLoaderHandler::ReportResult(Err). %s\n", text.c_str());
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl.cc 117 ReportResult(
159 ReportResult(download_state, result, attachment_data);
190 void AttachmentDownloaderImpl::ReportResult(
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 111 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(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.cc 71 void SessionManagerOperation::ReportResult(
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(DeviceSettingsService::STORE_POLICY_ERROR)
    [all...]
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 159 void StreamObserver::ReportResult(const std::string& measurement,
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/
push_messaging_api.cc 111 // 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(
264 ReportResult(gaia_id, std::string());
289 ReportResult(std::string(), error_text);
295 ReportResult(std::string(), error_text);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
urlmon.h     [all...]

Completed in 389 milliseconds