Searched defs:notFound (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DNotFound.h31 const size_t notFound = static_cast<size_t>(-1); member in namespace:WTF
35 using WTF::notFound;
H A DHashMap.h331 const_iterator notFound = b.end(); local
334 if (bPos == notFound || it->second != bPos->second)
/external/webkit/WebKit/win/
H A DWebLocalizableStrings.cpp168 static CFStringRef notFound = CFSTR("localized string not found"); local
172 return notFound;
175 CFStringRef result = CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, bundle, notFound, 0);
177 ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);

Completed in 77 milliseconds