Home
last modified time | relevance | path

Searched refs:ReloadContent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
Dcore_oobe_actor.h40 virtual void ReloadContent(const base::DictionaryValue& dictionary) = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dterms_of_service_screen_handler.cc147 core_oobe_actor_->ReloadContent(localized_strings); in OnLanguageChangedCallback()
Dcore_oobe_handler.h82 virtual void ReloadContent(const base::DictionaryValue& dictionary) OVERRIDE;
Dnetwork_screen_handler.cc324 core_oobe_actor_->ReloadContent(localized_strings); in ReloadLocalizedContent()
Dcore_oobe_handler.cc219 void CoreOobeHandler::ReloadContent(const base::DictionaryValue& dictionary) { in ReloadContent() function in chromeos::CoreOobeHandler
/external/chromium_org/athena/content/
Dweb_activity.cc206 void ReloadContent() { in ReloadContent() function in athena::AthenaWebView
644 web_view_->ReloadContent(); in ReloadAndObserve()