Home | History | Annotate | Download | only in prefs

Lines Matching refs:Value

17 class Value;
36 // Sets a |value| for |key| in the store. |value| must be non-NULL. |flags| is
39 scoped_ptr<base::Value> value,
42 // Removes the value for |key|.
45 // Equivalent to PrefStore::GetValue but returns a mutable value.
47 base::Value** result) = 0;
49 // Triggers a value changed notification. This function needs to be called
51 // value. SetValue takes care of notifications itself. Note that
62 scoped_ptr<base::Value> value,