Searched defs:SetReleaseTrack (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dupdate_library.cc55 void SetReleaseTrack(const std::string& track) { function in class:chromeos::UpdateLibraryImpl
127 void SetReleaseTrack(const std::string& track) { } function in class:chromeos::UpdateLibraryStubImpl
/external/chromium/chrome/browser/ui/webui/options/
H A Dabout_page_handler.cc262 web_ui_->RegisterMessageCallback("SetReleaseTrack",
263 NewCallback(this, &AboutPageHandler::SetReleaseTrack));
305 void AboutPageHandler::SetReleaseTrack(const ListValue* args) { function in class:AboutPageHandler
312 chromeos::CrosLibrary::Get()->GetUpdateLibrary()->SetReleaseTrack(channel);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc503 void TestingAutomationProvider::SetReleaseTrack(DictionaryValue* args, function in class:TestingAutomationProvider
516 update_library->SetReleaseTrack(track);

Completed in 789 milliseconds