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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 203 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1);
211 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2);
212 model->AddURLWithCreationTime(model->bookmark_bar_node(),
215 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1);
216 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2);
219 model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1);
220 model->AddURLWithCreationTime(model->bookmark_bar_node(), 2, url4_title,
222 model->AddURLWithCreationTime(model->mobile_node(), 0, url1_title, url1, t1);
223 model->AddURLWithCreationTime(model->mobile_node(), 1, unnamed_bookmark_title,
bookmark_model.h 362 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
bookmark_model.cc 616 return AddURLWithCreationTime(parent, index,
621 const BookmarkNode* BookmarkModel::AddURLWithCreationTime(
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 193 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1);
200 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2);
201 model->AddURLWithCreationTime(model->GetBookmarkBarNode(),
204 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1);
205 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2);
208 model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1);
209 model->AddURLWithCreationTime(model->GetBookmarkBarNode(), 2, url4_title,
bookmark_model.h 278 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
bookmark_model.cc 396 return AddURLWithCreationTime(parent, index, title, url, Time::Now());
399 const BookmarkNode* BookmarkModel::AddURLWithCreationTime(
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 202 model->AddURLWithCreationTime(parent, parent->child_count(),
  /external/chromium/chrome/browser/importer/
profile_writer.cc 123 model->AddURLWithCreationTime(parent, parent->child_count(),
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 730 node = model->AddURLWithCreationTime(parent, index,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]

Completed in 609 milliseconds