HomeSort by relevance Sort by last modified time
    Searched refs:GetBrowserSignin (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 59 BrowserSignin* GetBrowserSignin(Profile* profile) {
63 return profile->GetBrowserSignin();
80 std::string username = GetBrowserSignin(profile)->GetSignedInUsername();
510 GetBrowserSignin(profile)->RequestSignin(tab,
  /external/chromium/chrome/browser/profiles/
profile.cc 522 virtual BrowserSignin* GetBrowserSignin() {
523 return profile_->GetBrowserSignin();
profile.h 352 virtual BrowserSignin* GetBrowserSignin() = 0;
profile_impl.h 134 virtual BrowserSignin* GetBrowserSignin();
profile_impl.cc     [all...]
  /external/chromium/android/autofill/
profile_android.h 225 virtual BrowserSignin* GetBrowserSignin() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 208 return profile_->GetBrowserSignin()->GetSignedInUsername();

Completed in 127 milliseconds