Searched defs:GetBrowserSignin (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_api.cc59 BrowserSignin* GetBrowserSignin(Profile* profile) { function in namespace:__anon1289
63 return profile->GetBrowserSignin();
80 std::string username = GetBrowserSignin(profile)->GetSignedInUsername();
510 GetBrowserSignin(profile)->RequestSignin(tab,
/external/chromium/android/autofill/
H A Dprofile_android.h225 virtual BrowserSignin* GetBrowserSignin() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc522 virtual BrowserSignin* GetBrowserSignin() { function in class:OffTheRecordProfileImpl
523 return profile_->GetBrowserSignin();
H A Dprofile_impl.cc1381 BrowserSignin* ProfileImpl::GetBrowserSignin() { function in class:ProfileImpl

Completed in 92 milliseconds