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

  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.cc 110 virtual ComponentPatcher* CreateComponentPatcher() OVERRIDE;
203 ComponentPatcher* ChromeConfigurator::CreateComponentPatcher() {
component_updater_service.h 185 virtual ComponentPatcher* CreateComponentPatcher() = 0;
component_updater_service.cc 344 component_patcher_(config->CreateComponentPatcher()),
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 83 virtual ComponentPatcher* CreateComponentPatcher() OVERRIDE;
component_updater_service_unittest.cc 106 ComponentPatcher* TestConfigurator::CreateComponentPatcher() {
    [all...]

Completed in 40 milliseconds