Home
last modified time | relevance | path

Searched refs:kSuffix (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/http/
Dhttp_basic_state.cc49 static const char kSuffix[] = " HTTP/1.1\r\n"; in GenerateRequestLine() local
50 const size_t kSuffixLen = arraysize(kSuffix) - 1; in GenerateRequestLine()
63 request_line.append(kSuffix, kSuffixLen); in GenerateRequestLine()
/external/chromium_org/base/
Dos_compat_android.cc118 const base::StringPiece kSuffix("XXXXXX"); in mkdtemp() local
119 const int kSuffixLen = kSuffix.length(); in mkdtemp()
120 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) { in mkdtemp()
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc313 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enumerator
425 case kSuffix: in Matches()
474 match_type = StringMatchTest::kSuffix; in Create()
484 match_type = StringMatchTest::kSuffix; in Create()
/external/chromium_org/net/dns/
Dhost_resolver_impl.cc157 const char kSuffix[] = ".local."; in ResemblesMulticastDNSName() local
158 const size_t kSuffixLen = sizeof(kSuffix) - 1; in ResemblesMulticastDNSName()
162 !hostname.compare(hostname.size() - kSuffixLen, kSuffixLen, kSuffix); in ResemblesMulticastDNSName()
166 kSuffix, kSuffixLenTrimmed); in ResemblesMulticastDNSName()
/external/chromium_org/chrome_frame/test/
Dutil_unittests.cc22 const wchar_t kSuffix[] = L"-fix"; variable