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

/external/chromium/chrome/browser/chromeos/login/
H A Downership_status_checker.cc33 &OwnershipStatusChecker::Core::ReportResult,
56 &OwnershipStatusChecker::Core::ReportResult,
60 void OwnershipStatusChecker::Core::ReportResult( function in class:chromeos::OwnershipStatusChecker::Core
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc147 ReportResult(fname, text, success);
151 void URLLoaderHandler::ReportResult(const std::string& fname, function in class:URLLoaderHandler
155 printf("URLLoaderHandler::ReportResult(Ok).\n");
157 printf("URLLoaderHandler::ReportResult(Err). %s\n", text.c_str());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc89 ReportResult(EnrollmentStatus::ForFetchError(
124 ReportResult(EnrollmentStatus::ForStatus(
146 ReportResult(EnrollmentStatus::ForRegistrationError(client_->status()));
148 ReportResult(EnrollmentStatus::ForFetchError(client_->status()));
169 ReportResult(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS));
175 ReportResult(EnrollmentStatus::ForStoreError(store_->status(),
200 ReportResult(EnrollmentStatus::ForValidationError(validator->status()));
308 ReportResult(EnrollmentStatus::ForStatus(
313 ReportResult(EnrollmentStatus::ForStatus(
319 ReportResult(EnrollmentStatu
337 void EnrollmentHandlerChromeOS::ReportResult(EnrollmentStatus status) { function in class:policy::EnrollmentHandlerChromeOS
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation.cc64 void SessionManagerOperation::ReportResult( function in class:chromeos::SessionManagerOperation
119 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
136 ReportResult(DeviceSettingsService::STORE_NO_POLICY);
142 ReportResult(DeviceSettingsService::STORE_INVALID_POLICY);
185 ReportResult(status);
215 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED);
240 ReportResult(DeviceSettingsService::STORE_KEY_UNAVAILABLE);
293 ReportResult(DeviceSettingsService::STORE_POLICY_ERROR);
305 ReportResult(DeviceSettingsService::STORE_OPERATION_FAILED);
/external/chromium_org/chrome_frame/test/
H A Dhttp_negotiate_unittest.cc241 STDMETHOD(ReportResult)(HRESULT hr, DWORD err, LPCWSTR result) { function in class:TestInternetProtocolSink
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc104 // Balanced in ReportResult()
115 ReportResult(std::string(), error_);
160 ReportResult(std::string(), error_);
179 ReportResult(gaia_id, std::string());
192 void PushMessagingGetChannelIdFunction::ReportResult( function in class:extensions::PushMessagingGetChannelIdFunction
238 ReportResult(gaia_id, std::string());
263 ReportResult(std::string(), error_text);
269 ReportResult(std::string(), error_text);
/external/chromium_org/chrome_frame/
H A Dprotocol_sink_wrap.cc152 STDMETHODIMP ProtocolSinkWrap::ReportResult(HRESULT result, DWORD error, function in class:ProtocolSinkWrap
154 DVLOG(1) << "ProtocolSinkWrap::ReportResult: result: " << result
158 HRESULT hr = prot_data_->ReportResult(delegate_, result, error, result_text);
509 HRESULT ProtData::ReportResult(IInternetProtocolSink* delegate, HRESULT result, function in class:ProtData
511 // We may receive ReportResult without ReportData, if the connection fails
514 DVLOG(1) << "ReportResult received but renderer type is yet unknown.";
521 hr = delegate->ReportResult(result, error, result_text);
633 prot_sink->ReportResult(S_OK, 0, NULL);

Completed in 184 milliseconds