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

  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 146 scoped_ptr<ComponentUpdateService> component_updater_; member in class:component_updater::ComponentUpdaterTest
component_updater_service_unittest.cc 170 component_updater_.reset(ComponentUpdateServiceFactory(test_config_));
171 test_config_->SetComponentUpdateService(component_updater_.get());
198 return component_updater_.get();
227 return component_updater_->RegisterComponent(*com);
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.h 288 scoped_ptr<ComponentUpdateService> component_updater_; member in class:BrowserProcessImpl
browser_process_impl.cc 794 if (!component_updater_.get()) {
803 component_updater_.reset(ComponentUpdateServiceFactory(configurator));
805 return component_updater_.get();
    [all...]

Completed in 46 milliseconds