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

  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc 33 &OwnershipStatusChecker::Core::ReportResult,
56 &OwnershipStatusChecker::Core::ReportResult,
60 void OwnershipStatusChecker::Core::ReportResult(
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc 147 ReportResult(fname, text, success);
151 void URLLoaderHandler::ReportResult(const std::string& fname,
155 printf("URLLoaderHandler::ReportResult(Ok).\n");
157 printf("URLLoaderHandler::ReportResult(Err). %s\n", text.c_str());
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 99 ReportResult(EnrollmentStatus::ForFetchError(
135 ReportResult(EnrollmentStatus::ForStatus(
152 ReportResult(EnrollmentStatus::ForRobotAuthFetchError(client_->status()));
154 ReportResult(EnrollmentStatus::ForRegistrationError(client_->status()));
156 ReportResult(EnrollmentStatus::ForFetchError(client_->status()));
169 ReportResult(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS));
175 ReportResult(EnrollmentStatus::ForStoreError(store_->status(),
210 ReportResult(EnrollmentStatus::ForValidationError(validator->status()));
263 ReportResult(
272 ReportResult(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.cc 68 void SessionManagerOperation::ReportResult(
127 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
144 ReportResult(DeviceSettingsService::STORE_NO_POLICY);
150 ReportResult(DeviceSettingsService::STORE_INVALID_POLICY);
209 ReportResult(status);
239 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED);
264 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
317 ReportResult(DeviceSettingsService::STORE_POLICY_ERROR);
329 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED);
  /external/chromium_org/chrome_frame/test/
http_negotiate_unittest.cc 241 STDMETHOD(ReportResult)(HRESULT hr, DWORD err, LPCWSTR result) {
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 100 // Balanced in ReportResult()
111 ReportResult(std::string(), error_);
162 ReportResult(std::string(), error_);
181 ReportResult(gaia_id, std::string());
196 void PushMessagingGetChannelIdFunction::ReportResult(
242 ReportResult(gaia_id, std::string());
267 ReportResult(std::string(), error_text);
273 ReportResult(std::string(), error_text);
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 155 STDMETHODIMP ProtocolSinkWrap::ReportResult(HRESULT result, DWORD error,
157 DVLOG(1) << "ProtocolSinkWrap::ReportResult: result: " << result
161 HRESULT hr = prot_data_->ReportResult(delegate_, result, error, result_text);
513 HRESULT ProtData::ReportResult(IInternetProtocolSink* delegate, HRESULT result,
515 // We may receive ReportResult without ReportData, if the connection fails
518 DVLOG(1) << "ReportResult received but renderer type is yet unknown.";
525 hr = delegate->ReportResult(result, error, result_text);
637 prot_sink->ReportResult(S_OK, 0, NULL);
    [all...]

Completed in 264 milliseconds