HomeSort by relevance Sort by last modified time
    Searched refs:kSuffix (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/http/
http_basic_state.cc 49 static const char kSuffix[] = " HTTP/1.1\r\n";
50 const size_t kSuffixLen = arraysize(kSuffix) - 1;
63 request_line.append(kSuffix, kSuffixLen);
  /external/chromium_org/base/
os_compat_android.cc 123 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/
webrequest_condition_attribute.cc 314 enum MatchType { kPrefix, kSuffix, kEquals, kContains };
426 case kSuffix:
476 match_type = StringMatchTest::kSuffix;
486 match_type = StringMatchTest::kSuffix;
  /external/chromium_org/net/dns/
host_resolver_impl.cc 158 const char kSuffix[] = ".local.";
159 const size_t kSuffixLen = sizeof(kSuffix) - 1;
163 !hostname.compare(hostname.size() - kSuffixLen, kSuffixLen, kSuffix);
167 kSuffix, kSuffixLenTrimmed);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 245 const std::string kSuffix = ".ico";
249 if (temp.rfind(kSuffix) <= 0)
251 temp = temp.substr(0, temp.rfind(kSuffix));
    [all...]

Completed in 138 milliseconds