OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCommandLinePrefStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc
24
class
TestCommandLinePrefStore
: public CommandLinePrefStore {
26
explicit
TestCommandLinePrefStore
(CommandLine* cl)
62
virtual ~
TestCommandLinePrefStore
() {}
82
scoped_refptr<
TestCommandLinePrefStore
> store =
83
new
TestCommandLinePrefStore
(&cl);
107
scoped_refptr<
TestCommandLinePrefStore
> store =
108
new
TestCommandLinePrefStore
(&cl);
135
scoped_refptr<
TestCommandLinePrefStore
> store =
136
new
TestCommandLinePrefStore
(&cl);
141
scoped_refptr<
TestCommandLinePrefStore
> store2
[
all
...]
command_line_pref_store.h
27
friend class
TestCommandLinePrefStore
;
Completed in 149 milliseconds