Searched refs:ChromeSigninClient (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.cc48 ChromeSigninClient::ChromeSigninClient(Profile* profile) function in class:ChromeSigninClient
51 base::Bind(&ChromeSigninClient::UnregisterForCookieChangedNotification,
55 ChromeSigninClient::~ChromeSigninClient() {
66 bool ChromeSigninClient::ProfileAllowsSigninCookies(Profile* profile) {
73 bool ChromeSigninClient::SettingsAllowSigninCookies(
80 void ChromeSigninClient::SetSigninProcess(int process_id) {
92 void ChromeSigninClient::ClearSigninProcess() {
96 bool ChromeSigninClient
[all...]
H A Dchrome_signin_client_factory.cc12 "ChromeSigninClient",
30 ChromeSigninClient* client =
31 new ChromeSigninClient(static_cast<Profile*>(context));
H A Dchrome_signin_client.h18 class ChromeSigninClient : public SigninClient, class in inherits:SigninClient,content::NotificationObserver,content::RenderProcessHostObserver
22 explicit ChromeSigninClient(Profile* profile);
23 virtual ~ChromeSigninClient();
90 DISALLOW_COPY_AND_ASSIGN(ChromeSigninClient);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc802 if (!ChromeSigninClient::ProfileAllowsSigninCookies(profile))
906 if (!ChromeSigninClient::SettingsAllowSigninCookies(

Completed in 1208 milliseconds