OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartAuthentication
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/google_apis/drive/
auth_service_interface.h
35
virtual void
StartAuthentication
(const AuthStatusCallback& callback) = 0;
dummy_auth_service.cc
20
void DummyAuthService::
StartAuthentication
(const AuthStatusCallback& callback) {
dummy_auth_service.h
29
virtual void
StartAuthentication
(const AuthStatusCallback& callback) OVERRIDE;
auth_service.h
45
virtual void
StartAuthentication
(const AuthStatusCallback& callback) OVERRIDE;
60
// Called when authentication request from
StartAuthentication
() is
request_sender.cc
49
auth_service_->
StartAuthentication
(
auth_service.cc
144
void AuthService::
StartAuthentication
(const AuthStatusCallback& callback) {
request_sender_unittest.cc
33
virtual void
StartAuthentication
(
/external/chromium_org/chrome/browser/chromeos/login/
login_performer.h
123
void
StartAuthentication
();
login_performer.cc
186
StartAuthentication
();
313
void LoginPerformer::
StartAuthentication
() {
/external/chromium/chrome/browser/chromeos/login/
login_performer.cc
203
StartAuthentication
();
260
StartAuthentication
();
267
StartAuthentication
();
463
void LoginPerformer::
StartAuthentication
() {
login_performer.h
147
void
StartAuthentication
();
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc
259
auth_service_->
StartAuthentication
(base::Bind(
/external/chromium_org/chrome/browser/drive/
gdata_wapi_service.cc
627
sender_->auth_service()->
StartAuthentication
(callback);
drive_api_service.cc
845
sender_->auth_service()->
StartAuthentication
(callback);
Completed in 463 milliseconds