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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen_actor.h 49 // downloaded |terms_of_service| to the user.
50 virtual void OnLoadSuccess(const std::string& terms_of_service) = 0;
terms_of_service_screen.cc 134 std::string terms_of_service;
141 !source->GetResponseAsString(&terms_of_service)) {
146 actor_->OnLoadSuccess(terms_of_service);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.h 36 virtual void OnLoadSuccess(const std::string& terms_of_service) OVERRIDE;
terms_of_service_screen_handler.cc 89 const std::string& terms_of_service) {
91 terms_of_service_ = terms_of_service;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 503 std::string terms_of_service; local
505 test_dir.Append(kExistentTermsOfServicePath), &terms_of_service));
506 EXPECT_EQ(terms_of_service, content);

Completed in 67 milliseconds