OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Firefox2Importer
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
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
...]
Completed in 148 milliseconds