Searched refs:LowerCaseEqualsASCII (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium/net/http/
H A Dhttp_auth_handler_digest.cc113 if (!LowerCaseEqualsASCII(challenge->scheme(), "digest"))
122 if (LowerCaseEqualsASCII(parameters.name(), "stale")) {
123 if (LowerCaseEqualsASCII(parameters.value(), "true"))
125 } else if (LowerCaseEqualsASCII(parameters.name(), "realm")) {
204 if (!LowerCaseEqualsASCII(challenge->scheme(), "digest"))
230 if (LowerCaseEqualsASCII(name, "realm")) {
232 } else if (LowerCaseEqualsASCII(name, "nonce")) {
234 } else if (LowerCaseEqualsASCII(name, "domain")) {
236 } else if (LowerCaseEqualsASCII(name, "opaque")) {
238 } else if (LowerCaseEqualsASCII(nam
[all...]
H A Dhttp_auth_handler_basic.cc35 if (!LowerCaseEqualsASCII(challenge->scheme(), "basic"))
43 if (LowerCaseEqualsASCII(parameters.name(), "realm"))
62 if (LowerCaseEqualsASCII(parameters.name(), "realm"))
H A Dhttp_util.cc123 if (LowerCaseEqualsASCII(
165 LowerCaseEqualsASCII(content_type_str.begin() + type_val,
197 if (!LowerCaseEqualsASCII(it.name(), "range"))
226 if (!LowerCaseEqualsASCII(bytes_unit_begin, bytes_unit_end, "bytes"))
314 if (LowerCaseEqualsASCII(it.name_begin(), it.name_end(),
347 if (LowerCaseEqualsASCII(name_begin, name_end, kNonCoalescingHeaders[i]))
446 if (LowerCaseEqualsASCII(buf + i, buf + i + http_len, "http"))
599 if (LowerCaseEqualsASCII(charset, "utf-8")) {
672 if (LowerCaseEqualsASCII(name_begin_, name_end_, name)) {
H A Dhttp_auth_handler_ntlm.cc124 if (!LowerCaseEqualsASCII(tok->scheme(), "ntlm"))
H A Dhttp_response_headers.cc83 if (LowerCaseEqualsASCII(name_begin, name_end, kNonUpdatedHeaders[i]))
548 if ((line_end - p < 4) || !LowerCaseEqualsASCII(p, p + 4, "http")) {
1005 if (LowerCaseEqualsASCII(value.begin(),
1069 keep_alive = LowerCaseEqualsASCII(connection_val, "keep-alive");
1072 keep_alive = !LowerCaseEqualsASCII(connection_val, "close");
1089 if (!LowerCaseEqualsASCII(i, j, "w"))
1155 if (!LowerCaseEqualsASCII(content_range_spec_begin,
1176 if (!LowerCaseEqualsASCII(byte_range_resp_spec, "*")) {
1220 if (LowerCaseEqualsASCII(instance_length_begin, instance_length_end, "*")) {
H A Dhttp_auth.cc78 if (!LowerCaseEqualsASCII(props.scheme(), current_scheme_name.c_str()))
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebResourceRequest.cpp96 if (LowerCaseEqualsASCII(nameUtf8, "referer") || LowerCaseEqualsASCII(nameUtf8, "user-agent"))
105 LowerCaseEqualsASCII(nameUtf8, "cache-control") && LowerCaseEqualsASCII(valueUtf8, "max-age=0"))
/external/chromium/net/proxy/
H A Dproxy_server.cc24 if (LowerCaseEqualsASCII(begin, end, "proxy"))
26 if (LowerCaseEqualsASCII(begin, end, "socks")) {
32 if (LowerCaseEqualsASCII(begin, end, "socks4"))
34 if (LowerCaseEqualsASCII(begin, end, "socks5"))
36 if (LowerCaseEqualsASCII(begin, end, "direct"))
38 if (LowerCaseEqualsASCII(begin, end, "https"))
49 if (LowerCaseEqualsASCII(begin, end, "http"))
51 if (LowerCaseEqualsASCII(begin, end, "socks4"))
53 if (LowerCaseEqualsASCII(begin, end, "socks"))
55 if (LowerCaseEqualsASCII(begi
[all...]
/external/chromium/net/base/
H A Dfilter.cc144 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
146 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
147 LowerCaseEqualsASCII(filter_type, kXGZip)) {
149 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
169 if (LowerCaseEqualsASCII(mime_type, kApplicationXGzip) ||
170 LowerCaseEqualsASCII(mime_type, kApplicationGzip) ||
171 LowerCaseEqualsASCII(mime_type, kApplicationXGunzip))
193 LowerCaseEqualsASCII(extension, ".tgz") ||
194 LowerCaseEqualsASCII(extension, ".svgz"))
202 LowerCaseEqualsASCII(extensio
[all...]
H A Dhost_mapping_rules.cc75 if (parts.size() == 2 && LowerCaseEqualsASCII(parts[0], "exclude")) {
83 if (parts.size() == 3 && LowerCaseEqualsASCII(parts[0], "map")) {
/external/chromium/googleurl/src/
H A Durl_util.h205 GURL_API bool LowerCaseEqualsASCII(const char* a_begin,
208 GURL_API bool LowerCaseEqualsASCII(const char* a_begin,
212 GURL_API bool LowerCaseEqualsASCII(const char16* a_begin,
H A Durl_util.cc49 // Backend for LowerCaseEqualsASCII.
99 return LowerCaseEqualsASCII(&spec[component.begin],
113 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()],
479 // Front-ends for LowerCaseEqualsASCII.
480 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
486 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
498 bool LowerCaseEqualsASCII(const char16* a_begin, function in namespace:url_util
/external/chromium/chrome/browser/net/
H A Durl_request_slow_download_job.cc75 if (LowerCaseEqualsASCII(kFinishDownloadUrl, request_->url().spec().c_str()))
83 if (LowerCaseEqualsASCII(kFinishDownloadUrl,
156 if (LowerCaseEqualsASCII(kFinishDownloadUrl,
167 if (LowerCaseEqualsASCII(kKnownSizeUrl, request_->url().spec().c_str())) {
/external/chromium/base/i18n/
H A Drtl.cc63 if (LowerCaseEqualsASCII(locale_string, "es"))
68 if (LowerCaseEqualsASCII(locale_string, "es-419")) {
72 if (LowerCaseEqualsASCII(language, "es") &&
73 !LowerCaseEqualsASCII(country, "es")) {
/external/chromium/base/
H A Dstring_util.h327 BASE_API bool LowerCaseEqualsASCII(const std::string& a, const char* b);
328 BASE_API bool LowerCaseEqualsASCII(const std::wstring& a, const char* b);
329 BASE_API bool LowerCaseEqualsASCII(const string16& a, const char* b);
332 BASE_API bool LowerCaseEqualsASCII(std::string::const_iterator a_begin,
335 BASE_API bool LowerCaseEqualsASCII(std::wstring::const_iterator a_begin,
338 BASE_API bool LowerCaseEqualsASCII(string16::const_iterator a_begin,
341 BASE_API bool LowerCaseEqualsASCII(const char* a_begin,
344 BASE_API bool LowerCaseEqualsASCII(const wchar_t* a_begin,
347 BASE_API bool LowerCaseEqualsASCII(const char16* a_begin,
H A Dstring_util.cc497 // Front-ends for LowerCaseEqualsASCII.
498 bool LowerCaseEqualsASCII(const std::string& a, const char* b) { function
502 bool LowerCaseEqualsASCII(const std::wstring& a, const char* b) { function
507 bool LowerCaseEqualsASCII(const string16& a, const char* b) { function
512 bool LowerCaseEqualsASCII(std::string::const_iterator a_begin, function
518 bool LowerCaseEqualsASCII(std::wstring::const_iterator a_begin, function
525 bool LowerCaseEqualsASCII(string16::const_iterator a_begin, function
533 bool LowerCaseEqualsASCII(const char* a_begin, function
541 bool LowerCaseEqualsASCII(const wchar_t* a_begin, function
549 bool LowerCaseEqualsASCII(cons function
[all...]
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc49 if (LowerCaseEqualsASCII(iter.name_begin(), iter.name_end(),
90 if (LowerCaseEqualsASCII(name_begin, name_end, headers_to_remove[i])) {
230 if (LowerCaseEqualsASCII(iter.name_begin(), iter.name_end(),
234 } else if (LowerCaseEqualsASCII(iter.name_begin(), iter.name_end(),
238 } else if (LowerCaseEqualsASCII(iter.name_begin(), iter.name_end(),
243 } else if (LowerCaseEqualsASCII(iter.name_begin(), iter.name_end(),
H A Dwebsocket_handshake_draft75.cc145 if (!LowerCaseEqualsASCII(origin_, ws_origin_.c_str()))
/external/chromium/chrome/browser/autofill/
H A Dcredit_card_field.cc126 if ((*q) && LowerCaseEqualsASCII((*q)->form_control_type, "month")) {
194 (LowerCaseEqualsASCII(
H A Dselect_control_handler.cc91 if (LowerCaseEqualsASCII(name, s->name))
98 if (LowerCaseEqualsASCII(abbreviation, s->abbreviation))
/external/chromium/chrome/common/
H A Dweb_apps.cc170 if (LowerCaseEqualsASCII(rel, "icon") ||
171 LowerCaseEqualsASCII(rel, "shortcut icon")) {
173 } else if (LowerCaseEqualsASCII(rel, "chrome-application-definition")) {
/external/chromium/chrome/browser/download/
H A Ddownload_extensions.cc211 if (LowerCaseEqualsASCII(ascii_extension, g_executables[i].extension))
/external/chromium/net/url_request/
H A Durl_request_file_job.cc247 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
268 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc149 if (LowerCaseEqualsASCII(parsed_scheme, chrome::kFileScheme)) {
163 !LowerCaseEqualsASCII(parsed_scheme, chrome::kHttpScheme) &&
164 !LowerCaseEqualsASCII(parsed_scheme, chrome::kHttpsScheme)) {
173 if (LowerCaseEqualsASCII(parsed_scheme, chrome::kViewSourceScheme) ||
174 LowerCaseEqualsASCII(parsed_scheme, chrome::kJavaScriptScheme) ||
175 LowerCaseEqualsASCII(parsed_scheme, chrome::kDataScheme))
421 if (LowerCaseEqualsASCII(scheme_str, chrome::kViewSourceScheme) &&
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_cache.cc162 if (LowerCaseEqualsASCII(name, "set-cookie")) {

Completed in 411 milliseconds

123