OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanImportURL
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/utility/importer/
bookmarks_file_importer_unittest.cc
12
bool
CanImportURL
(const GURL& url);
16
TEST(BookmarksFileImporterTest,
CanImportURL
) {
41
internal::
CanImportURL
(GURL(test_cases[i].url)));
bookmarks_file_importer.cc
30
bool
CanImportURL
(const GURL& url) {
97
base::Bind(internal::
CanImportURL
),
firefox_importer.cc
63
bool
CanImportURL
(const GURL& url) {
172
if (!
CanImportURL
(url))
249
if (!
CanImportURL
(item->url))
/external/chromium/chrome/browser/importer/
firefox_importer_utils.h
69
bool
CanImportURL
(const GURL& url);
firefox3_importer.cc
137
if (!
CanImportURL
(url))
217
if (!
CanImportURL
(item->url))
firefox_importer_utils.cc
172
bool
CanImportURL
(const GURL& url) {
mork_reader.cc
513
if (
CanImportURL
(url)) {
firefox2_importer.cc
204
CanImportURL
(GURL(url)) &&
Completed in 516 milliseconds