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

  /frameworks/base/core/java/android/text/util/
Linkify.java 400 boolean hasPrefix = false;
405 hasPrefix = true;
417 if (!hasPrefix) {
  /external/webkit/WebCore/dom/
NamedAttrMap.h 133 if (!attrName.hasPrefix()) {
QualifiedName.cpp 90 if (hasPrefix())
QualifiedName.h 74 bool hasPrefix() const { return m_impl->m_prefix != nullAtom; }
NamedAttrMap.cpp 182 if (!attrName.hasPrefix()) {
  /external/webkit/WebCore/platform/mac/
WebCoreNSStringExtras.mm 64 while ([filename hasPrefix:@"."]) {
PasteboardMac.mm 376 if ([HTMLString hasPrefix:@"Version:"]) {
  /external/webkit/WebCore/platform/network/mac/
WebCoreURLResponse.mm 406 if ([result isEqualToString:@"application/octet-stream"] && [self respondsToSelector:@selector(allHeaderFields)] && [[[self performSelector:@selector(allHeaderFields)] objectForKey:@"Content-Type"] hasPrefix:@"text/plain"]) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatPullParser.java 154 boolean hasPrefix = prefix != "";
155 return hasPrefix ? prefix : null;
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 380 if (lastVisitWasHTTPNonGet && ([tempURLString hasPrefix:@"http:"] || [tempURLString hasPrefix:@"https:"]))
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 830 if ([mimeType hasPrefix:@"text/"] || [[WebHTMLRepresentation supportedNonImageMIMETypes] containsObject:mimeType]) {
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 257 if (m_descent < 3 && m_lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 154 if ([self hasPrefix:resolvedHomeDirectory]) {
  /external/webkit/WebCore/bindings/objc/
DOM.mm 232 if (tag.hasPrefix())
  /external/webkit/WebCore/css/
CSSParser.cpp 121 static bool hasPrefix(const char* string, unsigned length, const char* prefix)
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLElement.cpp 68 // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
69 if (document()->isHTMLDocument() && !tagQName().hasPrefix())
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 184 milliseconds