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

  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 32 // (i.e. using_oauth_ is true).
189 using_oauth_ = value;
238 bool using_oauth_; member in class:chromeos::ParallelAuthenticator
parallel_authenticator.cc 193 using_oauth_(true) {
222 if (!using_oauth_) {
252 if (!using_oauth_) {
381 using_oauth_);
542 request_pending = using_oauth_ ?
558 using_oauth_ = false;
569 using_oauth_ = false;
575 using_oauth_ = false;
login_utils.cc 104 : using_oauth_(false),
195 bool using_oauth_; member in class:chromeos::LoginUtilsImpl
339 using_oauth_ = using_oauth;
441 if (using_oauth_) {

Completed in 45 milliseconds