Home | History | Annotate | Download | only in extensions

Lines Matching refs:pref_key

304                                   const std::string& pref_key,
309 const std::string& pref_key,
315 const std::string& pref_key,
321 const std::string& pref_key,
325 // for |pref_key| *and* it is specific to incognito mode.
326 bool HasIncognitoPrefValue(const std::string& pref_key);
355 // Reads a boolean pref from |ext| with key |pref_key|.
356 // Return false if the value is false or |pref_key| does not exist.
358 const std::string& pref_key);
360 // Reads a boolean pref |pref_key| from extension with id |extension_id|.
362 const std::string& pref_key);
364 // Reads an integer pref from |ext| with key |pref_key|.
367 const std::string& pref_key,
370 // Reads an integer pref |pref_key| from extension with id |extension_id|.
372 const std::string& pref_key,
375 // Reads a list pref |pref_key| from extension with id | extension_id|.
377 const std::string& pref_key,
380 // Reads a list pref |pref_key| as a string set from the extension with
383 const std::string& pref_key,
386 // Adds the |added_values| to the value of |pref_key| for the extension
390 const std::string& pref_key,