/external/chromium/chrome/browser/importer/ |
D | profile_writer.cc | 65 const string16& first_folder_name, in AddBookmarkEntry() argument 71 string16 real_first_folder = import_to_bookmark_bar ? first_folder_name : in AddBookmarkEntry() 72 GenerateUniqueFolderName(model, first_folder_name); in AddBookmarkEntry() 319 const string16& first_folder_name, in DoesBookmarkExist() argument 339 first_folder_name : *path_it; in DoesBookmarkExist()
|
D | external_process_importer_bridge.cc | 30 const string16& first_folder_name, in AddBookmarkEntries() argument 33 bookmarks, first_folder_name, options); in AddBookmarkEntries()
|
D | profile_writer.h | 94 const string16& first_folder_name, 134 const string16& first_folder_name,
|
D | in_process_importer_bridge.cc | 25 const string16& first_folder_name, in AddBookmarkEntries() argument 31 first_folder_name, options)); in AddBookmarkEntries()
|
D | firefox_importer_unittest.cc | 195 string16 first_folder_name; in TEST() local 200 first_folder_name, importer, &bookmarks, in TEST() 248 first_folder_name, importer, &bookmarks, in TEST() 282 first_folder_name, importer, &bookmarks, in TEST()
|
D | external_process_importer_client.cc | 170 const string16& first_folder_name, in OnBookmarksImportStart() argument 176 bookmarks_first_folder_name_ = first_folder_name; in OnBookmarksImportStart()
|
D | firefox2_importer.cc | 152 const string16& first_folder_name, in ImportBookmarksFile() argument 163 string16 last_folder = first_folder_name; in ImportBookmarksFile() 308 string16 first_folder_name = bridge_->GetLocalizedString( in ImportBookmarks() local 313 first_folder_name, this, &bookmarks, &template_urls, in ImportBookmarks() 323 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options); in ImportBookmarks()
|
D | importer_bridge.h | 27 const string16& first_folder_name,
|
D | external_process_importer_bridge.h | 34 const string16& first_folder_name,
|
D | in_process_importer_bridge.h | 28 const string16& first_folder_name,
|
D | profile_import_process_client.h | 60 const string16& first_folder_name,
|
D | profile_import_process_client.cc | 52 const string16& first_folder_name, in OnBookmarksImportStart() argument
|
D | firefox2_importer.h | 50 const string16& first_folder_name,
|
D | external_process_importer_client.h | 84 virtual void OnBookmarksImportStart(const string16& first_folder_name,
|
D | toolbar_importer.cc | 554 const string16& first_folder_name = in AddBookmarksToChrome() local 558 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options); in AddBookmarksToChrome()
|
D | importer_unittest.cc | 242 const string16& first_folder_name, in AddBookmarkEntry() argument 608 const string16& first_folder_name, in AddBookmarkEntry() argument 818 const string16& first_folder_name, in AddBookmarkEntry() argument
|
D | firefox3_importer.cc | 292 const string16& first_folder_name = in ImportBookmarks() local 297 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options); in ImportBookmarks()
|
D | ie_importer.cc | 138 const string16& first_folder_name = in ImportFavorites() local 143 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options); in ImportFavorites()
|
D | safari_importer.mm | 105 const string16& first_folder_name = 110 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
|