Searched defs:TestConfigurator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/component_updater/test/
H A Dtest_configurator.h34 class TestConfigurator : public Configurator { class in namespace:component_updater
36 TestConfigurator(
39 virtual ~TestConfigurator();
84 DISALLOW_COPY_AND_ASSIGN(TestConfigurator);
H A Dtest_configurator.cc25 TestConfigurator::TestConfigurator( function in class:component_updater::TestConfigurator
36 TestConfigurator::~TestConfigurator() {
39 int TestConfigurator::InitialDelay() const {
43 int TestConfigurator::NextCheckDelay() {
55 int TestConfigurator::StepDelay() const {
59 int TestConfigurator::StepDelayMedium() {
63 int TestConfigurator::MinimumReCheckWait() const {
67 int TestConfigurator
[all...]

Completed in 54 milliseconds