OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAuthError
(Results
1 - 12
of
12
) sorted by null
/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
();
profile_sync_service.cc
554
void ProfileSyncService::
OnAuthError
() {
870
// succeeds, calling
OnAuthError
(NONE), or b) the user clicks the button,
[
all
...]
/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/chrome/browser/sync/engine/
syncapi.h
776
virtual void
OnAuthError
(const GoogleServiceAuthError& auth_error) = 0;
[
all
...]
syncapi.cc
[
all
...]
syncapi_unittest.cc
616
MOCK_METHOD1(
OnAuthError
, void(const GoogleServiceAuthError&)); // NOLINT
[
all
...]
Completed in 4233 milliseconds