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

  /external/chromium/chrome/browser/chromeos/cros/
update_library.cc 55 void SetReleaseTrack(const std::string& track) {
127 void SetReleaseTrack(const std::string& track) { }
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 503 void TestingAutomationProvider::SetReleaseTrack(DictionaryValue* args,
516 update_library->SetReleaseTrack(track);
  /external/chromium/chrome/browser/ui/webui/options/
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);

Completed in 490 milliseconds