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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
core_oobe_actor.h 37 virtual void ReloadContent(const base::DictionaryValue& dictionary) = 0;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.h 79 virtual void ReloadContent(const base::DictionaryValue& dictionary) OVERRIDE;
core_oobe_handler.cc 195 void CoreOobeHandler::ReloadContent(const base::DictionaryValue& dictionary) {
196 CallJS("reloadContent", dictionary);
network_screen_handler.cc 192 self->core_oobe_actor_->ReloadContent(localized_strings);

Completed in 174 milliseconds