OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandLinePrefStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc
24
const
CommandLinePrefStore
::StringSwitchToPreferenceMapEntry
25
CommandLinePrefStore
::string_switch_map_[] = {
39
const
CommandLinePrefStore
::PathSwitchToPreferenceMapEntry
40
CommandLinePrefStore
::path_switch_map_[] = {
44
const
CommandLinePrefStore
::BooleanSwitchToPreferenceMapEntry
45
CommandLinePrefStore
::boolean_switch_map_[] = {
73
const
CommandLinePrefStore
::IntegerSwitchToPreferenceMapEntry
74
CommandLinePrefStore
::integer_switch_map_[] = {
79
CommandLinePrefStore
::
CommandLinePrefStore
(const CommandLine* command_line
[
all
...]
command_line_pref_store.h
15
class
CommandLinePrefStore
: public ValueMapPrefStore {
17
explicit
CommandLinePrefStore
(const base::CommandLine* command_line);
20
virtual ~
CommandLinePrefStore
();
74
DISALLOW_COPY_AND_ASSIGN(
CommandLinePrefStore
);
Completed in 53 milliseconds