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

/external/chromium_org/net/http/
H A Dhttp_basic_state.cc49 static const char kSuffix[] = " HTTP/1.1\r\n"; local
50 const size_t kSuffixLen = arraysize(kSuffix) - 1;
63 request_line.append(kSuffix, kSuffixLen);
/external/chromium_org/base/
H A Dos_compat_android.cc123 const base::StringPiece kSuffix("XXXXXX");
124 const int kSuffixLen = kSuffix.length();
125 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) {
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc314 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enumerator in enum:extensions::HeaderMatcher::StringMatchTest::MatchType
426 case kSuffix:
476 match_type = StringMatchTest::kSuffix;
486 match_type = StringMatchTest::kSuffix;
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc158 const char kSuffix[] = ".local."; local
159 const size_t kSuffixLen = sizeof(kSuffix) - 1;
163 !hostname.compare(hostname.size() - kSuffixLen, kSuffixLen, kSuffix);
167 kSuffix, kSuffixLenTrimmed);
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc245 const std::string kSuffix = ".ico"; local
249 if (temp.rfind(kSuffix) <= 0)
251 temp = temp.substr(0, temp.rfind(kSuffix));

Completed in 226 milliseconds