Searched refs:bookmarks_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/history/core/test/
H A Dhistory_client_fake_bookmarks.cc16 bookmarks_.clear();
26 bookmarks_.insert(std::make_pair(url, title));
30 bookmarks_.erase(url);
34 return bookmarks_.find(url) != bookmarks_.end();
39 bookmarks->reserve(bookmarks->size() + bookmarks_.size());
41 for (iterator i = bookmarks_.begin(); i != bookmarks_.end(); ++i) {
H A Dhistory_client_fake_bookmarks.h31 std::map<GURL, base::string16> bookmarks_; member in class:history::HistoryClientFakeBookmarks
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc198 bookmarks_.reserve(total_bookmarks_count);
208 bookmarks_.insert(bookmarks_.end(), bookmarks_group.begin(),
210 if (bookmarks_.size() == total_bookmarks_count_)
211 bridge_->AddBookmarks(bookmarks_, bookmarks_first_folder_name_);
H A Dprofile_writer_unittest.cc114 std::vector<ImportedBookmarkEntry> bookmarks_; member in class:ProfileWriterTest
127 bookmarks_.push_back(entry);
157 profile_writer->AddBookmarks(bookmarks_,
181 profile_writer->AddBookmarks(bookmarks_,
189 profile_writer->AddBookmarks(bookmarks_,
H A Dexternal_process_importer_client.h115 std::vector<ImportedBookmarkEntry> bookmarks_; member in class:ExternalProcessImporterClient
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc94 : bookmarks_(bookmarks),
107 bookmarks_->GetType() != base::Value::TYPE_DICTIONARY ||
108 !static_cast<base::DictionaryValue*>(bookmarks_.get())->Get(
363 scoped_ptr<base::Value> bookmarks_; member in class:__anon2952::Writer

Completed in 488 milliseconds