Searched refs:kInvalidSchemes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/utility/importer/
H A Dbookmarks_file_importer.cc36 const char* const kInvalidSchemes[] = {"wyciwyg", "place"}; local
37 for (size_t i = 0; i < arraysize(kInvalidSchemes); ++i) {
38 if (url.SchemeIs(kInvalidSchemes[i]))
H A Dfirefox_importer.cc69 const char* const kInvalidSchemes[] = {"wyciwyg", "place", "about", "chrome"}; local
70 for (size_t i = 0; i < arraysize(kInvalidSchemes); ++i) {
71 if (url.SchemeIs(kInvalidSchemes[i]))
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc173 const char* kInvalidSchemes[] = {"wyciwyg", "place", "about", "chrome"}; local
180 for (size_t i = 0; i < arraysize(kInvalidSchemes); ++i) {
181 if (url.SchemeIs(kInvalidSchemes[i]))

Completed in 472 milliseconds