Home
last modified time | relevance | path

Searched refs:CanImportURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.h69 bool CanImportURL(const GURL& url);
Dfirefox3_importer.cc137 if (!CanImportURL(url)) in ImportHistory()
217 if (!CanImportURL(item->url)) in ImportBookmarks()
Dmork_reader.cc513 if (CanImportURL(url)) { in AddToHistory()
Dfirefox_importer_utils.cc172 bool CanImportURL(const GURL& url) { in CanImportURL() function
Dfirefox2_importer.cc204 CanImportURL(GURL(url)) && in ImportBookmarksFile()