Searched refs:standard_schemes (Results 1 - 5 of 5) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_util.cc76 std::vector<const char*>* standard_schemes = NULL; member in namespace:url_util::__anon2932
81 // Ensures that the standard_schemes list is initialized, does nothing if it
84 if (standard_schemes)
86 standard_schemes = new std::vector<const char*>;
88 standard_schemes->push_back(kStandardURLSchemes[i]);
112 for (size_t i = 0; i < standard_schemes->size(); i++) {
114 standard_schemes->at(i)))
356 if (standard_schemes) {
357 delete standard_schemes;
358 standard_schemes
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_content_client.h27 std::vector<std::string>* standard_schemes,
H A Dchrome_content_client.cc462 std::vector<std::string>* standard_schemes,
464 standard_schemes->push_back(extensions::kExtensionScheme);
466 standard_schemes->push_back(chrome::kExtensionResourceScheme);
468 standard_schemes->push_back(chrome::kChromeSearchScheme);
471 standard_schemes->push_back(chrome::kCrosScheme);
461 AddAdditionalSchemes( std::vector<std::string>* standard_schemes, std::vector<std::string>* savable_schemes) argument
/external/chromium_org/url/
H A Durl_util.cc54 std::vector<const char*>* standard_schemes = NULL; member in namespace:url_util::__anon15535
59 // Ensures that the standard_schemes list is initialized, does nothing if it
62 if (standard_schemes)
64 standard_schemes = new std::vector<const char*>;
66 standard_schemes->push_back(kStandardURLSchemes[i]);
90 for (size_t i = 0; i < standard_schemes->size(); i++) {
92 standard_schemes->at(i)))
375 if (standard_schemes) {
376 delete standard_schemes;
377 standard_schemes
[all...]
/external/chromium_org/content/public/common/
H A Dcontent_client.h102 std::vector<std::string>* standard_schemes,
101 AddAdditionalSchemes( std::vector<std::string>* standard_schemes, std::vector<std::string>* savable_schemes) argument

Completed in 121 milliseconds