HomeSort by relevance Sort by last modified time
    Searched refs:SetList (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 26 static void SetList(List *l, ListItem *x = 0,
140 SetList(&l1, x);
143 SetList(&l1, x, y, z);
144 SetList(&l2, a, b, c);
149 SetList(&l1, x, y);
150 SetList(&l2);
  /external/chromium/chrome/browser/prefs/
pref_member.cc 169 prefs()->SetList(pref_name().c_str(), value->DeepCopy());
pref_service.h 226 // SetList() takes ownership of |value|. Pass a copy of the ListValue to
228 void SetList(const char* path, ListValue* value);
pref_member_unittest.cc 216 prefs.SetList(kListPref, list_value_ints); // takes ownership
pref_service.cc 557 void PrefService::SetList(const char* path, ListValue* value) {

Completed in 165 milliseconds