HomeSort by relevance Sort by last modified time
    Searched refs:pref_path (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chrome/common/
pref_names_util.cc 13 bool ParseFontNamePrefPath(const std::string& pref_path,
16 if (!StartsWithASCII(pref_path, kWebKitFontPrefPrefix, true))
20 size_t pos = pref_path.find('.', start);
21 if (pos == std::string::npos || pos + 1 == pref_path.length())
24 *generic_family = pref_path.substr(start, pos - start);
26 *script = pref_path.substr(pos + 1);
pref_names_util.h 12 // Extracts the generic family and script from font name pref path |pref_path|.
13 // For example, if |pref_path| is "webkit.webprefs.fonts.serif.Hang", returns
15 bool ParseFontNamePrefPath(const std::string& pref_path,
  /external/chromium_org/chrome/browser/prefs/
mock_validation_delegate.cc 24 MockValidationDelegate::GetEventForPath(const std::string& pref_path) const {
26 if (validations_[i].pref_path == pref_path)
33 const std::string& pref_path,
37 RecordValidation(pref_path,
44 const std::string& pref_path,
49 RecordValidation(pref_path,
56 const std::string& pref_path,
61 ValidationEvent(pref_path, value_state, reset_action, strategy));
mock_validation_delegate.h 26 : pref_path(path),
31 std::string pref_path; member in struct:MockValidationDelegate::ValidationEvent
48 const ValidationEvent* GetEventForPath(const std::string& pref_path) const;
52 const std::string& pref_path,
57 const std::string& pref_path,
65 void RecordValidation(const std::string& pref_path,
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preference_validation_delegate.h 26 // |value| (which may be NULL) at |pref_path|. |reset_action| indicates
30 const std::string& pref_path,
36 // |dict_value| (which may be NULL) at |pref_path|. |reset_action| indicates
40 const std::string& pref_path,
tracked_atomic_preference.cc 12 const std::string& pref_path,
17 : pref_path_(pref_path),
18 helper_(pref_path, reporting_id, reporting_ids_count, enforcement_level),
tracked_split_preference.cc 15 const std::string& pref_path,
20 : pref_path_(pref_path),
21 helper_(pref_path, reporting_id, reporting_ids_count, enforcement_level),
tracked_atomic_preference.h 23 TrackedAtomicPreference(const std::string& pref_path,
tracked_preference_helper.h 27 TrackedPreferenceHelper(const std::string& pref_path,
tracked_split_preference.h 25 // Constructs a TrackedSplitPreference. |pref_path| must be a dictionary pref.
26 TrackedSplitPreference(const std::string& pref_path,
tracked_preference_helper.cc 11 const std::string& pref_path,
15 : pref_path_(pref_path),
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_statistics_prefs.h 48 // Gets the int64 pref at |pref_path| from the |DataReductionProxyPrefMap|.
49 int64 GetInt64(const char* pref_path);
53 void SetInt64(const char* pref_path, int64 pref_value);
55 // Gets the pref list at |pref_path| from the |DataReductionProxyPrefMap|.
56 base::ListValue* GetList(const char* pref_path);
data_reduction_proxy_statistics_prefs.cc 77 int64 DataReductionProxyStatisticsPrefs::GetInt64(const char* pref_path) {
79 return pref_service_->GetInt64(pref_path);
81 DataReductionProxyPrefMap::iterator iter = pref_map_.find(pref_path);
85 void DataReductionProxyStatisticsPrefs::SetInt64(const char* pref_path,
88 pref_service_->SetInt64(pref_path, pref_value);
93 pref_map_[pref_path] = pref_value;
97 const char* pref_path) {
99 return ListPrefUpdate(pref_service_, pref_path).Get();
102 return list_pref_map_.get(pref_path);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_policy_handler.h 25 const char* pref_path,
36 const char* pref_path() const;
native_messaging_policy_handler.cc 21 const char* pref_path,
24 pref_path_(pref_path),
41 prefs->SetValue(pref_path(), list.release());
44 const char* NativeMessagingHostListPolicyHandler::pref_path() const { function in class:extensions::NativeMessagingHostListPolicyHandler
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
preference_validation_delegate.h 27 const std::string& pref_path,
32 const std::string& pref_path,
preference_validation_delegate.cc 51 const std::string& pref_path,
60 incident->set_path(pref_path);
72 const std::string& pref_path,
82 incident->set_path(pref_path);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_test_util.cc 34 base::FilePath pref_path = source_install_dir local
37 InitializeInstalledExtensionService(pref_path, source_install_dir);
  /external/chromium_org/chrome/browser/extensions/
policy_handlers.h 24 const char* pref_path,
35 const char* pref_path() const;
76 const char* pref_path);
extension_garbage_collector_unittest.cc 139 base::FilePath pref_path = local
142 InitializeInstalledExtensionService(pref_path, source_install_dir);
170 base::FilePath pref_path = local
173 InitializeInstalledExtensionService(pref_path, source_install_dir);
policy_handlers.cc 24 const char* pref_path,
27 pref_path_(pref_path),
44 prefs->SetValue(pref_path(), list.release());
47 const char* ExtensionListPolicyHandler::pref_path() const { function in class:extensions::ExtensionListPolicyHandler
192 const char* pref_path)
194 pref_path_(pref_path) {}
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.cc 49 const std::string pref_path = SigninStatusFieldToString( local
52 pref_path.c_str(),
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 164 const char* pref_path,
167 pref_path_(pref_path),
253 const char* pref_path,
258 pref_path_(pref_path) {
279 const char* pref_path,
284 pref_path_(pref_path) {
306 const char* pref_path,
309 pref_path_(pref_path) {
389 const char* pref_path,
397 pref_path_(pref_path),
    [all...]
configuration_policy_handler.h 148 const char* pref_path,
183 const char* pref_path,
222 const char* pref_path,
245 const char* pref_path,
307 const char* pref_path,
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc 233 std::string pref_path = GetFontNamePrefPath(params->details.generic_family, local
236 // Ensure |pref_path| really is for a registered per-script font pref.
238 GetProfile()->GetPrefs()->FindPreference(pref_path.c_str()));
241 extension_id(), pref_path.c_str(), kExtensionPrefsScopeRegular);
250 std::string pref_path = GetFontNamePrefPath(params->details.generic_family, local
255 prefs->FindPreference(pref_path.c_str());
267 GetProfile(), extension_id(), pref_path, kIncognito);
286 std::string pref_path = GetFontNamePrefPath(params->details.generic_family, local
289 // Ensure |pref_path| really is for a registered font pref.
291 GetProfile()->GetPrefs()->FindPreference(pref_path.c_str()))
    [all...]

Completed in 853 milliseconds

1 2