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

/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_client.cc179 bookmarks_.reserve(total_bookmarks_count);
189 bookmarks_.insert(bookmarks_.end(), bookmarks_group.begin(),
191 if (bookmarks_.size() == total_bookmarks_count_) {
192 bridge_->AddBookmarkEntries(bookmarks_, bookmarks_first_folder_name_,
H A Dexternal_process_importer_client.h117 std::vector<ProfileWriter::BookmarkEntry> bookmarks_; member in class:ExternalProcessImporterClient
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.cc105 bookmarks_ = gtk_label_new(
107 gtk_misc_set_alignment(GTK_MISC(bookmarks_), 0, 0.5);
108 gtk_box_pack_start(GTK_BOX(item_box), bookmarks_, FALSE, FALSE, 0); local
166 SetItemImportStatus(bookmarks_,
190 SetItemImportStatus(bookmarks_,
H A Dimport_progress_dialog_gtk.h62 GtkWidget* bookmarks_; member in class:ImportProgressDialogGtk
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc193 bookmarks_.reserve(total_bookmarks_count);
203 bookmarks_.insert(bookmarks_.end(), bookmarks_group.begin(),
205 if (bookmarks_.size() == total_bookmarks_count_)
206 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);
158 profile_writer->AddBookmarks(bookmarks_,
182 profile_writer->AddBookmarks(bookmarks_,
190 profile_writer->AddBookmarks(bookmarks_,
H A Dexternal_process_importer_client.h109 std::vector<ImportedBookmarkEntry> bookmarks_; member in class:ExternalProcessImporterClient
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc87 : bookmarks_(bookmarks),
106 bookmarks_->GetType() != Value::TYPE_DICTIONARY ||
107 !static_cast<DictionaryValue*>(bookmarks_.get())->Get(
346 scoped_ptr<Value> bookmarks_; member in class:__anon1926::Writer
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc94 : bookmarks_(bookmarks),
107 bookmarks_->GetType() != Value::TYPE_DICTIONARY ||
108 !static_cast<DictionaryValue*>(bookmarks_.get())->Get(
364 scoped_ptr<Value> bookmarks_; member in class:__anon4368::Writer

Completed in 845 milliseconds