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

  /external/chromium/chrome/browser/importer/
importer_type.cc 32 return new Firefox2Importer();
firefox2_importer.h 23 class Firefox2Importer : public Importer {
25 Firefox2Importer();
61 virtual ~Firefox2Importer();
146 DISALLOW_COPY_AND_ASSIGN(Firefox2Importer);
firefox2_importer.cc 45 Firefox2Importer::Firefox2Importer() : parsing_bookmarks_html_file_(false) {}
47 Firefox2Importer::~Firefox2Importer() {}
49 void Firefox2Importer::StartImport(
93 void Firefox2Importer::LoadDefaultBookmarks(const FilePath& app_path,
130 TemplateURL* Firefox2Importer::CreateTemplateURL(const string16& title,
148 void Firefox2Importer::ImportBookmarksFile(
295 void Firefox2Importer::ImportBookmarks() {
336 void Firefox2Importer::ImportPasswords()
    [all...]
firefox_importer_unittest.cc 76 result = Firefox2Importer::ParseCharsetFromLine(
87 result = Firefox2Importer::ParseFolderNameFromLine(
97 result = Firefox2Importer::ParseFolderNameFromLine(
110 result = Firefox2Importer::ParseBookmarkFromLine(
122 result = Firefox2Importer::ParseBookmarkFromLine(
132 result = Firefox2Importer::ParseBookmarkFromLine(
143 result = Firefox2Importer::ParseBookmarkFromLine(
154 result = Firefox2Importer::ParseBookmarkFromLine(
168 result = Firefox2Importer::ParseBookmarkFromLine(
179 result = Firefox2Importer::ParseMinimumBookmarkFromLine
    [all...]
firefox3_importer.cc 175 Firefox2Importer::LoadDefaultBookmarks(app_path_, &default_urls);
281 TemplateURL* t_url = Firefox2Importer::CreateTemplateURL(
importer_unittest.cc 661 TEST_F(ImporterTest, MAYBE(Firefox2Importer)) {
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 226 Firefox2Importer::ImportBookmarksFile(path_,

Completed in 43 milliseconds