HomeSort by relevance Sort by last modified time
    Searched defs:OAuth2LoginManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 38 OAuth2LoginManager::OAuth2LoginManager(Profile* user_profile)
51 OAuth2LoginManager::~OAuth2LoginManager() {
54 void OAuth2LoginManager::AddObserver(OAuth2LoginManager::Observer* observer) {
58 void OAuth2LoginManager::RemoveObserver(
59 OAuth2LoginManager::Observer* observer) {
63 void OAuth2LoginManager::RestoreSession(
75 SetSessionRestoreState(OAuth2LoginManager::SESSION_RESTORE_PREPARING)
    [all...]
oauth2_login_manager.h 28 class OAuth2LoginManager : public KeyedService,
80 explicit OAuth2LoginManager(Profile* user_profile);
81 virtual ~OAuth2LoginManager();
83 void AddObserver(OAuth2LoginManager::Observer* observer);
84 void RemoveObserver(OAuth2LoginManager::Observer* observer);
253 DISALLOW_COPY_AND_ASSIGN(OAuth2LoginManager);

Completed in 44 milliseconds