Home
last modified time | relevance | path

Searched defs:notFound (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DNotFound.h31 const size_t notFound = static_cast<size_t>(-1); variable
/external/webkit/Source/WebCore/platform/win/
DLocalizedStringsWin.cpp78 static CFStringRef notFound = CFSTR("localized string not found"); in localizedString() local
/external/webkit/Source/WebKit/win/
DWebLocalizableStrings.cpp167 static CFStringRef notFound = CFSTR("localized string not found"); in copyLocalizedStringFromBundle() local
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java484 private void notFound() { in notFound() method in Support_HttpServer.ServerThread