Searched defs:allow_unknown_registries (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dregistry_controlled_domain_unittest.cc62 bool allow_unknown_registries) {
64 allow_unknown_registries);
68 bool allow_unknown_registries) {
70 allow_unknown_registries);
61 GetRegistryLengthFromURL(const std::string& url, bool allow_unknown_registries) argument
67 GetRegistryLengthFromHost(const std::wstring& host, bool allow_unknown_registries) argument
H A Dregistry_controlled_domain.cc117 bool allow_unknown_registries) {
126 allow_unknown_registries);
132 bool allow_unknown_registries) {
140 allow_unknown_registries);
146 bool allow_unknown_registries) {
154 allow_unknown_registries);
187 bool allow_unknown_registries) {
261 return allow_unknown_registries ? (host.length() - curr_start) : 0;
115 GetRegistryLength( const GURL& gurl, bool allow_unknown_registries) argument
130 GetRegistryLength( const std::string& host, bool allow_unknown_registries) argument
144 GetRegistryLength( const std::wstring& host, bool allow_unknown_registries) argument
185 GetRegistryLengthImpl( const std::string& host, bool allow_unknown_registries) argument

Completed in 59 milliseconds