Searched refs:ProfileWriter (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium/chrome/browser/importer/
H A Dprofile_writer.h30 // ProfileWriter encapsulates profile for writing entries into it.
32 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { class in inherits:base::RefCountedThreadSafe
61 explicit ProfileWriter(Profile* profile);
119 friend class base::RefCountedThreadSafe<ProfileWriter>;
121 virtual ~ProfileWriter();
139 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
H A Din_process_importer_bridge.cc17 InProcessImporterBridge::InProcessImporterBridge(ProfileWriter* writer,
24 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
30 writer_, &ProfileWriter::AddBookmarkEntry, bookmarks,
37 NewRunnableMethod(writer_, &ProfileWriter::AddHomepage, home_page));
45 NewRunnableMethod(writer_, &ProfileWriter::AddIE7PasswordInfo,
54 NewRunnableMethod(writer_, &ProfileWriter::AddFavicons, favicons));
62 NewRunnableMethod(writer_, &ProfileWriter::AddHistoryPage,
73 writer_, &ProfileWriter::AddKeywords, template_urls,
82 NewRunnableMethod(writer_, &ProfileWriter::AddPasswordForm, form));
H A Dexternal_process_importer_host.h15 class ProfileWriter;
36 ProfileWriter* writer,
H A Dprofile_writer.cc19 ProfileWriter::BookmarkEntry::BookmarkEntry()
23 ProfileWriter::BookmarkEntry::~BookmarkEntry() {}
25 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {} function in class:ProfileWriter
27 bool ProfileWriter::BookmarkModelIsLoaded() const {
31 bool ProfileWriter::TemplateURLModelIsLoaded() const {
35 void ProfileWriter::AddPasswordForm(const webkit_glue::PasswordForm& form) {
40 void ProfileWriter::AddIE7PasswordInfo(const IE7PasswordInfo& info) {
45 void ProfileWriter::AddHistoryPage(const std::vector<history::URLRow>& page,
51 void ProfileWriter
[all...]
H A Dtoolbar_importer.h123 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
135 ProfileWriter::BookmarkEntry* bookmark_entry,
142 ProfileWriter::BookmarkEntry* entry);
144 ProfileWriter::BookmarkEntry* entry);
146 ProfileWriter::BookmarkEntry* entry);
154 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks);
H A Din_process_importer_bridge.h23 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host);
27 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
61 ProfileWriter* const writer_; // weak
H A Dsafari_importer.h75 void ParseBookmarks(std::vector<ProfileWriter::BookmarkEntry>* bookmarks);
86 std::vector<ProfileWriter::BookmarkEntry>* out_bookmarks);
H A Die_importer.h29 typedef std::vector<ProfileWriter::BookmarkEntry> BookmarkVector;
H A Dimporter_host.h77 ProfileWriter* writer,
129 scoped_refptr<ProfileWriter> writer_;
H A Dtoolbar_importer.cc258 std::vector<ProfileWriter::BookmarkEntry> bookmarks;
288 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
309 ProfileWriter::BookmarkEntry bookmark_entry;
372 ProfileWriter::BookmarkEntry* bookmark_entry,
445 ProfileWriter::BookmarkEntry* entry) {
461 ProfileWriter::BookmarkEntry* entry) {
477 ProfileWriter::BookmarkEntry* entry) {
552 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks) {
556 int options = ProfileWriter::ADD_IF_UNIQUE |
557 (import_to_bookmark_bar() ? ProfileWriter
[all...]
H A Dexternal_process_importer_client.h82 // |options| is described in ProfileWriter::BookmarkOptions.
90 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks_group)
117 std::vector<ProfileWriter::BookmarkEntry> bookmarks_;
124 // Determines how bookmarks should be added (ProfileWriter::BookmarkOptions).
137 // to process_importer_host_, which calls the ProfileWriter to record the
152 // ProfileWriter. Released by ExternalProcessImporterClient in its
H A Dexternal_process_importer_bridge.cc29 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
H A Dexternal_process_importer_bridge.h33 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
H A Dexternal_process_importer_host.cc29 ProfileWriter* writer,
52 // pipe and feeds it to the ProfileWriter. The external process half of the
H A Dimporter_bridge.h26 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
H A Dprofile_import_process_client.h64 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks);
H A Dprofile_import_process_client.cc58 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks) {
H A Dfirefox2_importer.cc154 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
162 std::vector<ProfileWriter::BookmarkEntry> toolbar_bookmarks;
211 ProfileWriter::BookmarkEntry entry;
263 ProfileWriter::BookmarkEntry entry;
302 std::vector<ProfileWriter::BookmarkEntry> bookmarks, toolbar_bookmarks;
320 options |= ProfileWriter::IMPORT_TO_BOOKMARK_BAR;
322 options |= ProfileWriter::BOOKMARK_BAR_DISABLED;
H A Dfirefox_importer_unittest.cc198 std::vector<ProfileWriter::BookmarkEntry> bookmarks;
203 std::vector<ProfileWriter::BookmarkEntry>::iterator it;
204 ProfileWriter::BookmarkEntry entry;
H A Dfirefox2_importer.h52 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
H A Dimporter_unittest.cc73 ProfileWriter* writer,
133 bool FindBookmarkEntry(const ProfileWriter::BookmarkEntry& entry,
184 class TestObserver : public ProfileWriter,
187 TestObserver() : ProfileWriter(NULL) {
550 class FirefoxObserver : public ProfileWriter,
553 FirefoxObserver() : ProfileWriter(NULL) {
749 class Firefox3Observer : public ProfileWriter,
753 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
758 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
H A Dexternal_process_importer_client.cc183 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks_group) {
H A Dimporter_host.cc102 ProfileWriter* writer,
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc54 const ProfileWriter::BookmarkEntry& entry) {
87 ProfileWriter::BookmarkEntry entry;
106 void AssertBookmarkEntryEquals(const ProfileWriter::BookmarkEntry& entry,
224 std::vector<ProfileWriter::BookmarkEntry> parsed_bookmarks;
/external/chromium/chrome/browser/ui/webui/options/
H A Dimport_data_handler.cc114 new ProfileWriter(profile), false);

Completed in 154 milliseconds

12