OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAuthError
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_actor.h
39
virtual void
OnAuthError
(const GoogleServiceAuthError& error) = 0;
enrollment_screen.h
43
virtual void
OnAuthError
(const GoogleServiceAuthError& error) OVERRIDE;
enrollment_screen.cc
102
void EnrollmentScreen::
OnAuthError
(
/external/chromium/chrome/browser/sync/
js_sync_manager_observer.h
35
virtual void
OnAuthError
(const GoogleServiceAuthError& auth_error);
profile_sync_service_mock.h
26
MOCK_METHOD0(
OnAuthError
, void());
js_sync_manager_observer.cc
59
void JsSyncManagerObserver::
OnAuthError
(
63
parent_router_->RouteJsEvent("
onAuthError
",
js_sync_manager_observer_unittest.cc
104
TEST_F(JsSyncManagerObserverTest,
OnAuthError
) {
110
RouteJsEvent("
onAuthError
",
113
sync_manager_observer_.
OnAuthError
(error);
profile_sync_service.h
192
virtual void
OnAuthError
();
/external/chromium_org/chrome/service/cloud_print/
job_status_updater.h
30
virtual void
OnAuthError
() = 0;
job_status_updater.cc
115
delegate_->
OnAuthError
();
printer_job_handler.h
76
virtual void
OnAuthError
() = 0;
140
virtual void
OnAuthError
() OVERRIDE;
cloud_print_connector.h
91
virtual void
OnAuthError
() OVERRIDE;
cloud_print_connector.cc
163
void CloudPrintConnector::
OnAuthError
() {
193
OnAuthError
();
printer_job_handler.cc
187
OnAuthError
();
216
void PrinterJobHandler::
OnAuthError
() {
220
delegate_->
OnAuthError
();
printer_job_handler_unittest.cc
297
MOCK_METHOD0(
OnAuthError
, void());
/external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc
35
MOCK_METHOD0(
OnAuthError
, void());
sync_backend_host.h
72
virtual void
OnAuthError
() = 0;
279
virtual void
OnAuthError
(const GoogleServiceAuthError& auth_error);
sync_backend_host.cc
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h
45
MOCK_METHOD0(
OnAuthError
, void());
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.h
68
virtual void
OnAuthError
() = 0;
cloud_print_requester.cc
270
delegate_->
OnAuthError
();
306
delegate_->
OnAuthError
();
printer.h
110
virtual void
OnAuthError
() OVERRIDE;
printer.cc
199
void Printer::
OnAuthError
() {
550
OnAuthError
();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc
385
controller_->
OnAuthError
(error);
/external/chromium/chrome/browser/sync/engine/
syncapi.h
776
virtual void
OnAuthError
(const GoogleServiceAuthError& auth_error) = 0;
[
all
...]
Completed in 259 milliseconds
1
2