OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInvalidSchemes
(Results
1 - 3
of
3
) 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
69
const char* const
kInvalidSchemes
[] = {"wyciwyg", "place", "about", "chrome"};
70
for (size_t i = 0; i < arraysize(
kInvalidSchemes
); ++i) {
71
if (url.SchemeIs(
kInvalidSchemes
[i]))
/external/chromium/chrome/browser/importer/
firefox_importer_utils.cc
173
const char*
kInvalidSchemes
[] = {"wyciwyg", "place", "about", "chrome"};
180
for (size_t i = 0; i < arraysize(
kInvalidSchemes
); ++i) {
181
if (url.SchemeIs(
kInvalidSchemes
[i]))
Completed in 48 milliseconds