Home | History | Annotate | Download | only in url

Lines Matching full:standard_schemes

52 std::vector<const char*>* standard_schemes = NULL;
57 // Ensures that the standard_schemes list is initialized, does nothing if it
60 if (standard_schemes)
62 standard_schemes = new std::vector<const char*>;
64 standard_schemes->push_back(kStandardURLSchemes[i]);
88 for (size_t i = 0; i < standard_schemes->size(); i++) {
90 standard_schemes->at(i)))
362 if (standard_schemes) {
363 delete standard_schemes;
364 standard_schemes = NULL;
391 standard_schemes->push_back(dup_scheme);