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

  /external/chromium_org/components/history/core/browser/
history_client.cc 16 void HistoryClient::GetBookmarks(std::vector<URLAndTitle>* bookmarks) {
history_client.h 45 virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks);
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.h 28 virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks) OVERRIDE;
history_client_fake_bookmarks.cc 37 void HistoryClientFakeBookmarks::GetBookmarks(
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 99 bookmark_model->GetBookmarks(&urls);
127 bookmark_model1->GetBookmarks(&urls1);
128 bookmark_model2->GetBookmarks(&urls2);
  /external/chromium_org/chrome/browser/history/
chrome_history_client.h 32 virtual void GetBookmarks(
chrome_history_client.cc 42 void ChromeHistoryClient::GetBookmarks(
45 bookmark_model_->GetBookmarks(&bookmarks_url_and_title);
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 142 bookmark_model_->GetBookmarks(&bookmarks);
161 bookmark_model_->GetBookmarks(&bookmarks);
171 bookmark_model_->GetBookmarks(&bookmarks);
193 bookmark_model_->GetBookmarks(&bookmarks);
android_provider_backend.cc 781 history_client_->GetBookmarks(&bookmarks);
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 161 bookmark_model1->GetBookmarks(&url_record1);
165 bookmark_model2->GetBookmarks(&url_record2);
184 bookmark_model->GetBookmarks(&bookmarks_record);
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 51 GetBookmarkModel(index)->GetBookmarks(&local_bookmarks);
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 185 void GetBookmarks(std::vector<BookmarkModel::URLAndTitle>* urls);
bookmark_model_unittest.cc 808 // Makes sure GetBookmarks removes duplicates.
816 model_->GetBookmarks(&bookmarks);
824 model_->GetBookmarks(&bookmarks);
    [all...]
bookmark_model.cc 534 void BookmarkModel::GetBookmarks(

Completed in 228 milliseconds