OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportResult
(Results
1 - 14
of
14
) sorted by null
/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
...]
enrollment_handler_chromeos.h
143
void
ReportResult
(EnrollmentStatus status);
/external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc
33
&OwnershipStatusChecker::Core::
ReportResult
,
56
&OwnershipStatusChecker::Core::
ReportResult
,
60
void OwnershipStatusChecker::Core::
ReportResult
(
ownership_status_checker.h
46
void
ReportResult
(OwnershipService::Status status);
/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);
session_manager_operation.h
81
void
ReportResult
(DeviceSettingsService::Status status);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.h
67
void
ReportResult
(const std::string& fname,
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/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);
push_messaging_api.h
71
void
ReportResult
(const std::string& gaia_id,
/external/chromium_org/chrome_frame/
protocol_sink_wrap.h
93
STDMETHOD(
ReportResult
)(HRESULT result, DWORD error, LPCWSTR result_text);
113
HRESULT
ReportResult
(IInternetProtocolSink* delegate, HRESULT result,
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
...]
/external/chromium_org/chrome_frame/test/
http_negotiate_unittest.cc
241
STDMETHOD(
ReportResult
)(HRESULT hr, DWORD err, LPCWSTR result) {
/external/chromium_org/components/breakpad/tools/
crash_service.cc
408
google_breakpad::
ReportResult
send_result
Completed in 256 milliseconds