Home
last modified time | relevance | path

Searched refs:hasSuffix (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dstatus_bubble_mac_unittest.mm549 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
559 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
579 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
581 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
/external/chromium_org/chrome/browser/ui/cocoa/
Dstatus_bubble_mac_unittest.mm590 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
600 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
620 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
622 EXPECT_TRUE([GetURLText() hasSuffix:@"\u2026"]);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac_unittest.mm322 EXPECT_TRUE([[decorated string] hasSuffix:description]);
412 EXPECT_TRUE([[decorated string] hasSuffix:description]);
515 EXPECT_TRUE([[decorated string] hasSuffix:description]);
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac_unittest.mm348 EXPECT_TRUE([[decorated string] hasSuffix:description]);
438 EXPECT_TRUE([[decorated string] hasSuffix:description]);
542 EXPECT_TRUE([[decorated string] hasSuffix:description]);
/external/bzip2/
Dbzip2.c1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function
1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix()
1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_mac.mm114 if ([result hasSuffix:kKeySuffix])
/external/chromium_org/base/mac/
Dfoundation_util.mm41 return [[base::mac::OuterBundle() bundlePath] hasSuffix:@".app"];
/external/chromium/base/mac/
Dmac_util.mm254 if (tmpDir && ![tmpDir hasSuffix:@"/"])
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm727 DCHECK([path hasSuffix:name]);