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

  /external/chromium/base/
values_unittest.cc 41 DictionaryValue* new_bookmark = new DictionaryValue; local
42 new_bookmark->SetString("name", "Froogle");
43 new_bookmark->SetString("url", "http://froogle.com");
44 toolbar_bookmarks->Append(new_bookmark);
  /external/chromium_org/base/
values_unittest.cc 40 DictionaryValue* new_bookmark = new DictionaryValue; local
41 new_bookmark->SetString("name", "Froogle");
42 new_bookmark->SetString("url", "http://froogle.com");
43 toolbar_bookmarks->Append(new_bookmark);

Completed in 38 milliseconds