Home | History | Annotate | Download | only in integration

Lines Matching refs:new_value

29 // profile with index |index| to |new_value|. Also changes its value in
31 void ChangeIntegerPref(int index, const char* pref_name, int new_value);
34 // profile with index |index| to |new_value|. Also changes its value in
36 void ChangeInt64Pref(int index, const char* pref_name, int64 new_value);
39 // profile with index |index| to |new_value|. Also changes its value in
41 void ChangeDoublePref(int index, const char* pref_name, double new_value);
44 // profile with index |index| to |new_value|. Also changes its value in
48 const std::string& new_value);
59 // profile with index |index| to |new_value|. Also changes its value in
63 const base::FilePath& new_value);
66 // profile with index |index| to |new_value|. Also changes its value in
70 const base::ListValue& new_value);