OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanImportURL
(Results
1 - 3
of
3
) 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
65
bool
CanImportURL
(const GURL& url) {
179
if (!
CanImportURL
(url))
256
if (!
CanImportURL
(item->url))
Completed in 140 milliseconds