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

  /external/chromium_org/chrome/browser/ui/webui/
components_ui.h 27 static void OnDemandUpdate(const std::string& component_id);
components_ui.cc 125 ComponentsUI::OnDemandUpdate(component_id);
155 void ComponentsUI::OnDemandUpdate(const std::string& component_id) {
158 cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
  /external/chromium_org/components/component_updater/
component_updater_service.h 221 virtual ComponentUpdateService::Status OnDemandUpdate(
component_updater_service.cc 149 virtual Status OnDemandUpdate(const std::string& component_id) OVERRIDE;
522 ComponentUpdateService::Status CrxUpdateService::OnDemandUpdate(
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 142 return cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
464 #define MAYBE_OnDemandUpdate OnDemandUpdate
    [all...]

Completed in 1136 milliseconds