OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInvalidSchemes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc
36
const char* const
kInvalidSchemes
[] = {"wyciwyg", "place"};
37
for (size_t i = 0; i < arraysize(
kInvalidSchemes
); ++i) {
38
if (url.SchemeIs(
kInvalidSchemes
[i]))
firefox_importer.cc
71
const char* const
kInvalidSchemes
[] = {"wyciwyg", "place", "about", "chrome"};
72
for (size_t i = 0; i < arraysize(
kInvalidSchemes
); ++i) {
73
if (url.SchemeIs(
kInvalidSchemes
[i]))
Completed in 566 milliseconds