Searched defs:ChromeSigninClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
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);
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...]

Completed in 88 milliseconds