Searched defs:PreferenceFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api.h166 // A base class to provide functionality common to the other *PreferenceFunction
168 class PreferenceFunction : public ChromeSyncExtensionFunction { class in namespace:extensions
172 virtual ~PreferenceFunction();
184 class GetPreferenceFunction : public PreferenceFunction {
195 class SetPreferenceFunction : public PreferenceFunction {
206 class ClearPreferenceFunction : public PreferenceFunction {
H A Dpreference_api.cc532 PreferenceFunction::~PreferenceFunction() { }
534 bool PreferenceFunction::ValidateBrowserPref(
536 PreferenceFunction::PermissionType permission_type,
579 pref_key, PreferenceFunction::PERMISSION_TYPE_READ, &browser_pref)) {
667 pref_key, PreferenceFunction::PERMISSION_TYPE_WRITE, &browser_pref)) {
740 pref_key, PreferenceFunction::PERMISSION_TYPE_WRITE, &browser_pref)) {

Completed in 115 milliseconds