| /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/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/ |
| preference_validation_delegate.h | 27 const std::string& pref_path, 32 const std::string& pref_path,
|
| preference_validation_delegate.cc | 53 const std::string& pref_path, 62 incident->set_path(pref_path); 74 const std::string& pref_path, 84 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 | 23 const char* pref_path, 26 pref_path_(pref_path), 43 prefs->SetValue(pref_path(), list.release()); 46 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) { 281 const char* pref_path, 286 pref_path_(pref_path) { 310 const char* pref_path, 313 pref_path_(pref_path) { 393 const char* pref_path, 401 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...] |
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| configuration_policy_handler_chromeos.h | 62 const char* pref_path);
|
| /external/chromium_org/chrome/service/ |
| service_process.cc | 154 base::FilePath pref_path = local 157 pref_path, 158 JsonPrefStore::GetTaskRunnerForFile(pref_path, blocking_pool_.get())
|