HomeSort by relevance Sort by last modified time
    Searched refs:EndsWith (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 255 EXPECT_TRUE(EndsWith(etag, "\"", false));
  /external/chromium_org/chrome/browser/google/
google_util.cc 182 return EndsWith(host_minus_tld, ".google.", false);
  /external/chromium_org/chrome/browser/google_apis/
test_util.cc 100 if (EndsWith(file_path.AsUTF8Unsafe(), ".json", true /* case sensitive */))
  /external/chromium_org/chrome/browser/password_manager/
password_manager.cc 258 if (EndsWith(iter->signon_realm, kSpdyProxyRealm, true))
  /external/chromium_org/chrome/browser/translate/
translate_language_list.cc 140 !EndsWith(language_list, ")", false)) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc 35 is_directory_ = EndsWith(file_name_in_zip, "/", false);
  /external/chromium_org/extensions/common/
user_script.cc 43 return EndsWith(url.ExtractFileName(), kFileExtension, false) &&
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 220 if (EndsWith(filename, ".html", true)) {
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 35 is_directory_ = EndsWith(file_name_in_zip, "/", false);
  /external/chromium_org/ui/gfx/
font_list.cc 89 DCHECK(EndsWith(font_description_string, "px", true));
  /external/mockito/src/org/mockito/
Matchers.java 749 public static String endsWith(String suffix) {
750 return reportMatcher(new EndsWith(suffix)).returnString();
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 91 EndsWith(caption, L" - Google Chrome", true) ||
92 EndsWith(caption, L" - Chromium", true);
    [all...]
plugin_observer.cc 350 if (EndsWith(plugin_name, ASCIIToUTF16(kPluginExtension), true))
  /external/chromium/testing/gmock/test/
gmock_link_test.h 80 // EndsWith
139 using testing::EndsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
567 ON_CALL(mock, VoidFromString(EndsWith("c"))).WillByDefault(Return());
gmock-matchers_test.cc 81 using testing::EndsWith;
    [all...]
  /art/runtime/
utils.h 183 bool EndsWith(const std::string& s, const char* suffix);
utils.cc 912 bool EndsWith(const std::string& s, const char* suffix) {
    [all...]
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 36 if (EndsWith(username, kNonManagedDomains[i], true)) {
  /external/chromium/base/
string_util.cc 610 bool EndsWith(const std::string& str, const std::string& search,
615 bool EndsWith(const std::wstring& str, const std::wstring& search,
621 bool EndsWith(const string16& str, const string16& search,
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 555 bool EndsWith(const std::string& str, const std::string& search,
560 bool EndsWith(const std::wstring& str, const std::wstring& search,
566 bool EndsWith(const string16& str, const string16& search,
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 334 if (EndsWith(username_, "@google.com", true)) {
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc 245 if (EndsWith(basename, kCRXFileExtension, false /* case-sensitive */)) {
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 70 if (EndsWith(mount_point, L"\\", false))
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 125 if (!EndsWith(path, "/print.pdf", true))
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 65 EXPECT_TRUE(EndsWith(scoped_name, test_str, true));

Completed in 794 milliseconds

1 23 4 5