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

  /external/chromium/chrome/browser/chromeos/cros/
mock_update_library.h 24 MOCK_METHOD1(SetReleaseTrack, void(const std::string&));
update_library.h 75 virtual void SetReleaseTrack(const std::string& track) = 0;
update_library.cc 55 void SetReleaseTrack(const std::string& track) {
127 void SetReleaseTrack(const std::string& track) { }
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 33 void SetReleaseTrack(const ListValue* args);
about_page_handler.cc 262 web_ui_->RegisterMessageCallback("SetReleaseTrack",
263 NewCallback(this, &AboutPageHandler::SetReleaseTrack));
305 void AboutPageHandler::SetReleaseTrack(const ListValue* args) {
312 chromeos::CrosLibrary::Get()->GetUpdateLibrary()->SetReleaseTrack(channel);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 503 void TestingAutomationProvider::SetReleaseTrack(DictionaryValue* args,
516 update_library->SetReleaseTrack(track);
testing_automation_provider.h     [all...]
testing_automation_provider.cc     [all...]

Completed in 131 milliseconds