Home
last modified time | relevance | path

Searched refs:check_for_https_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Daccount_screen.h44 static void set_check_for_https(bool check) { check_for_https_ = check; } in set_check_for_https()
64 static bool check_for_https_; variable
Daccount_screen.cc86 bool AccountScreen::check_for_https_ = true; member in chromeos::AccountScreen
119 } else if (check_for_https_ && !source->GetURL().SchemeIsSecure()) { in LoadingStateChanged()