Searched refs:SetList (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc27 static void SetList(List *l, ListItem *x = 0, function in namespace:__sanitizer
141 SetList(&l1, x);
144 SetList(&l1, x, y, z);
145 SetList(&l2, a, b, c);
150 SetList(&l1, x, y);
151 SetList(&l2);
/external/chromium/chrome/browser/prefs/
H A Dpref_member.cc169 prefs()->SetList(pref_name().c_str(), value->DeepCopy());
H A Dpref_service.h226 // SetList() takes ownership of |value|. Pass a copy of the ListValue to
228 void SetList(const char* path, ListValue* value);
H A Dpref_member_unittest.cc216 prefs.SetList(kListPref, list_value_ints); // takes ownership
H A Dpref_service.cc557 void PrefService::SetList(const char* path, ListValue* value) { function in class:PrefService

Completed in 42 milliseconds