HomeSort by relevance Sort by last modified time
    Searched refs:check_for_https_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 44 static void set_check_for_https(bool check) { check_for_https_ = check; }
64 static bool check_for_https_; member in class:chromeos::AccountScreen
account_screen.cc 86 bool AccountScreen::check_for_https_ = true; member in class:chromeos::AccountScreen
119 } else if (check_for_https_ && !source->GetURL().SchemeIsSecure()) {

Completed in 1073 milliseconds