Home
last modified time | relevance | path

Searched refs:command_line_prefs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_value_store.cc55 PrefStore* command_line_prefs, in PrefValueStore() argument
65 InitPrefStore(COMMAND_LINE_STORE, command_line_prefs); in PrefValueStore()
80 PrefStore* command_line_prefs, in CloneAndSpecialize() argument
94 if (!command_line_prefs) in CloneAndSpecialize()
95 command_line_prefs = GetPrefStore(COMMAND_LINE_STORE); in CloneAndSpecialize()
105 standalone_browser_prefs, command_line_prefs, user_prefs, in CloneAndSpecialize()
207 void PrefValueStore::UpdateCommandLinePrefStore(PrefStore* command_line_prefs) { in UpdateCommandLinePrefStore() argument
208 InitPrefStore(COMMAND_LINE_STORE, command_line_prefs); in UpdateCommandLinePrefStore()
H A Dpref_value_store.h85 PrefStore* command_line_prefs,
105 PrefStore* command_line_prefs,
167 void UpdateCommandLinePrefStore(PrefStore* command_line_prefs);