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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 84 terms_of_service_ = "";
91 terms_of_service_ = terms_of_service;
111 // If either |load_error_| or |terms_of_service_| is set, the download of the
117 else if (!terms_of_service_.empty())
118 CallJS("setTermsOfService", terms_of_service_);
134 if (terms_of_service_.empty())
terms_of_service_screen_handler.h 70 std::string terms_of_service_; member in class:chromeos::TermsOfServiceScreenHandler

Completed in 1223 milliseconds