Searched refs:AddStandardScheme (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/common/
H A Dgoogleurl_dummy.cc12 void AddStandardScheme(const char* new_scheme) { function in namespace:url_util
H A Durl_constants.cc254 url_util::AddStandardScheme(kChromeDevToolsScheme);
255 url_util::AddStandardScheme(kChromeUIScheme);
256 url_util::AddStandardScheme(kExtensionScheme);
257 url_util::AddStandardScheme(kMetadataScheme);
259 url_util::AddStandardScheme(kCrosScheme);
263 // prevent accidental creation of data races in the program. AddStandardScheme
266 // AddStandardScheme in Chrome must be inside this function.
/external/chromium_org/content/common/
H A Durl_schemes.cc23 url_util::AddStandardScheme(scheme.c_str());
36 url_util::AddStandardScheme(chrome::kChromeDevToolsScheme);
37 url_util::AddStandardScheme(chrome::kChromeUIScheme);
38 url_util::AddStandardScheme(kGuestScheme);
39 url_util::AddStandardScheme(kMetadataScheme);
45 // prevent accidental creation of data races in the program. AddStandardScheme
48 // AddStandardScheme in Chrome must be inside this function.
/external/chromium/googleurl/src/
H A Durl_util.h47 // "first call" (an example might be calling "AddStandardScheme" with your
69 GURL_API void AddStandardScheme(const char* new_scheme);
71 // Sets a flag to prevent future calls to AddStandardScheme from succeeding.
74 // Normal usage would be to call AddStandardScheme for your custom schemes at
76 // prevents future callers from mistakenly calling AddStandardScheme when the
80 // We could have had AddStandardScheme use a lock instead, but that would add
H A Durl_util.cc362 void AddStandardScheme(const char* new_scheme) { function in namespace:url_util
363 // If this assert triggers, it means you've called AddStandardScheme after
/external/chromium_org/url/
H A Durl_util.h22 // "first call" (an example might be calling "AddStandardScheme" with your
44 URL_EXPORT void AddStandardScheme(const char* new_scheme);
46 // Sets a flag to prevent future calls to AddStandardScheme from succeeding.
49 // Normal usage would be to call AddStandardScheme for your custom schemes at
51 // prevents future callers from mistakenly calling AddStandardScheme when the
55 // We could have had AddStandardScheme use a lock instead, but that would add
H A Durl_util.cc381 void AddStandardScheme(const char* new_scheme) { function in namespace:url_util
382 // If this assert triggers, it means you've called AddStandardScheme after
/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc95 url_util::AddStandardScheme(kPrivilegedScheme);
96 url_util::AddStandardScheme(chrome::kChromeUIScheme);
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend_unittest.cc109 url_util::AddStandardScheme("chrome-extension");

Completed in 894 milliseconds