Home | History | Annotate | Download | only in options

Lines Matching refs:ListValue

71   void HandleInitialize(const ListValue* args);
74 // preference names passed as the |args| parameter (ListValue). It passes
77 void HandleFetchPrefs(const ListValue* args);
81 void HandleObservePrefs(const ListValue* args);
88 void HandleSetBooleanPref(const ListValue* args);
89 void HandleSetIntegerPref(const ListValue* args);
90 void HandleSetDoublePref(const ListValue* args);
91 void HandleSetStringPref(const ListValue* args);
92 void HandleSetListPref(const ListValue* args);
94 void HandleSetPref(const ListValue* args, Value::ValueType type);
100 void HandleClearPref(const ListValue* args);
105 void HandleUserMetricsAction(const ListValue* args);