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

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc57 bool choose_what_to_sync,
91 bool choose_what_to_sync,
101 choose_what_to_sync_(choose_what_to_sync),
328 bool choose_what_to_sync = false; local
329 dict->GetBoolean("chooseWhatToSync", &choose_what_to_sync);
335 choose_what_to_sync && (source != signin::SOURCE_SETTINGS);
386 signin_scoped_device_id, choose_what_to_sync,
82 InlineSigninHelper( base::WeakPtr<InlineLoginHandlerImpl> handler, net::URLRequestContextGetter* getter, Profile* profile, const GURL& current_url, const std::string& email, const std::string& password, const std::string& session_index, const std::string& signin_scoped_device_id, bool choose_what_to_sync, bool confirm_untrusted_signin) argument

Completed in 120 milliseconds