Searched refs:TestCommandLinePrefStore (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store_unittest.cc19 class TestCommandLinePrefStore : public CommandLinePrefStore { class in namespace:__anon1465
21 explicit TestCommandLinePrefStore(CommandLine* cl) function in class:__anon1465::TestCommandLinePrefStore
62 scoped_refptr<TestCommandLinePrefStore> store =
63 new TestCommandLinePrefStore(&cl);
87 scoped_refptr<TestCommandLinePrefStore> store =
88 new TestCommandLinePrefStore(&cl);
115 scoped_refptr<TestCommandLinePrefStore> store =
116 new TestCommandLinePrefStore(&cl);
121 scoped_refptr<TestCommandLinePrefStore> store2 =
122 new TestCommandLinePrefStore(
[all...]

Completed in 47 milliseconds