HomeSort by relevance Sort by last modified time
    Searched refs:ProfileWriter (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/importer/
profile_writer.h 32 // ProfileWriter encapsulates profile for writing entries into it.
34 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
36 explicit ProfileWriter(Profile* profile);
93 friend class base::RefCountedThreadSafe<ProfileWriter>;
95 virtual ~ProfileWriter();
100 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
profile_writer.cc 72 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {}
74 bool ProfileWriter::BookmarkModelIsLoaded() const {
78 bool ProfileWriter::TemplateURLServiceIsLoaded() const {
82 void ProfileWriter::AddPasswordForm(const content::PasswordForm& form) {
88 void ProfileWriter::AddIE7PasswordInfo(const IE7PasswordInfo& info) {
93 void ProfileWriter::AddHistoryPage(const history::URLRows& page,
99 void ProfileWriter::AddHomepage(const GURL& home_page) {
110 void ProfileWriter::AddBookmarks(
223 void ProfileWriter::AddFavicons
    [all...]
external_process_importer_host.h 49 ProfileWriter* writer);
149 scoped_refptr<ProfileWriter> writer_;
in_process_importer_bridge.h 33 InProcessImporterBridge(ProfileWriter* writer,
75 ProfileWriter* const writer_; // weak
in_process_importer_bridge.cc 161 ProfileWriter* writer,
171 base::Bind(&ProfileWriter::AddBookmarks, writer_, bookmarks,
178 base::Bind(&ProfileWriter::AddHomepage, writer_, home_page));
191 base::Bind(&ProfileWriter::AddIE7PasswordInfo, writer_,
200 base::Bind(&ProfileWriter::AddFavicons, writer_, favicons));
212 base::Bind(&ProfileWriter::AddHistoryPage,
229 base::Bind(&ProfileWriter::AddKeywords, writer_,
243 base::Bind(&ProfileWriter::AddKeywords, writer_,
251 base::Bind(&ProfileWriter::AddPasswordForm, writer_, form));
firefox_importer_browsertest.cc 99 class FirefoxObserver : public ProfileWriter,
103 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
108 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
233 ProfileWriter* writer,
  /external/chromium/chrome/browser/importer/
profile_writer.h 30 // ProfileWriter encapsulates profile for writing entries into it.
32 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
61 explicit ProfileWriter(Profile* profile);
119 friend class base::RefCountedThreadSafe<ProfileWriter>;
121 virtual ~ProfileWriter();
139 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
in_process_importer_bridge.cc 17 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));
external_process_importer_host.h 15 class ProfileWriter;
36 ProfileWriter* writer,
profile_writer.cc 19 ProfileWriter::BookmarkEntry::BookmarkEntry()
23 ProfileWriter::BookmarkEntry::~BookmarkEntry() {}
25 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {}
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::AddHomepage(const GURL& home_page)
    [all...]
toolbar_importer.h 123 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);
in_process_importer_bridge.h 23 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host);
27 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
61 ProfileWriter* const writer_; // weak
importer_host.h 77 ProfileWriter* writer,
129 scoped_refptr<ProfileWriter> writer_;
safari_importer.h 75 void ParseBookmarks(std::vector<ProfileWriter::BookmarkEntry>* bookmarks);
86 std::vector<ProfileWriter::BookmarkEntry>* out_bookmarks);
ie_importer.h 29 typedef std::vector<ProfileWriter::BookmarkEntry> BookmarkVector;
importer_bridge.h 26 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
external_process_importer_client.h 82 // |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
toolbar_importer.cc 258 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::IMPORT_TO_BOOKMARK_BAR : 0)
    [all...]
external_process_importer_bridge.cc 29 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
external_process_importer_bridge.h 33 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
external_process_importer_host.cc 29 ProfileWriter* writer,
52 // pipe and feeds it to the ProfileWriter. The external process half of the
profile_import_process_client.h 64 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks);
firefox2_importer.h 52 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
profile_import_process_client.cc 58 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 54 const ProfileWriter::BookmarkEntry& entry) {
87 ProfileWriter::BookmarkEntry entry;
106 void AssertBookmarkEntryEquals(const ProfileWriter::BookmarkEntry& entry,
224 std::vector<ProfileWriter::BookmarkEntry> parsed_bookmarks;

Completed in 386 milliseconds

1 2