Home
last modified time | relevance | path

Searched refs:equalIgnoringCase (Results 1 – 25 of 147) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/
DLogging.cpp69 if (equalIgnoringCase(channelName, String("BackForward"))) in getChannelFromName()
72 if (equalIgnoringCase(channelName, String("Editing"))) in getChannelFromName()
75 if (equalIgnoringCase(channelName, String("Events"))) in getChannelFromName()
78 if (equalIgnoringCase(channelName, String("Frames"))) in getChannelFromName()
81 if (equalIgnoringCase(channelName, String("FTP"))) in getChannelFromName()
84 if (equalIgnoringCase(channelName, String("History"))) in getChannelFromName()
87 if (equalIgnoringCase(channelName, String("IconDatabase"))) in getChannelFromName()
90 if (equalIgnoringCase(channelName, String("Loading"))) in getChannelFromName()
93 if (equalIgnoringCase(channelName, String("Media"))) in getChannelFromName()
96 if (equalIgnoringCase(channelName, String("Network"))) in getChannelFromName()
[all …]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCacheAndroid.cpp63 || equalIgnoringCase(family, "serif") in isFallbackFamily()
64 || equalIgnoringCase(family, "sans-serif") in isFallbackFamily()
65 || equalIgnoringCase(family, "sans") in isFallbackFamily()
66 || equalIgnoringCase(family, "monospace") in isFallbackFamily()
67 || equalIgnoringCase(family, "times") // skia aliases for serif in isFallbackFamily()
68 || equalIgnoringCase(family, "times new roman") in isFallbackFamily()
69 || equalIgnoringCase(family, "palatino") in isFallbackFamily()
70 || equalIgnoringCase(family, "georgia") in isFallbackFamily()
71 || equalIgnoringCase(family, "baskerville") in isFallbackFamily()
72 || equalIgnoringCase(family, "goudy") in isFallbackFamily()
[all …]
DFontCustomPlatformData.cpp82 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") in supportsFormat()
84 || equalIgnoringCase(format, "woff") in supportsFormat()
/external/webkit/Source/WebCore/dom/
DViewportArguments.cpp209 if (equalIgnoringCase(valueString, "desktop-width")) in findSizeValue()
211 if (equalIgnoringCase(valueString, "device-width")) in findSizeValue()
213 if (equalIgnoringCase(valueString, "device-height")) in findSizeValue()
235 if (equalIgnoringCase(valueString, "yes")) in findScaleValue()
237 if (equalIgnoringCase(valueString, "no")) in findScaleValue()
239 if (equalIgnoringCase(valueString, "desktop-width")) in findScaleValue()
241 if (equalIgnoringCase(valueString, "device-width")) in findScaleValue()
243 if (equalIgnoringCase(valueString, "device-height")) in findScaleValue()
266 if (equalIgnoringCase(valueString, "yes")) in findUserScalableValue()
268 if (equalIgnoringCase(valueString, "no")) in findUserScalableValue()
[all …]
/external/webkit/Source/WebCore/loader/
DCrossOriginAccessControl.cpp46 …if (equalIgnoringCase(name, "accept") || equalIgnoringCase(name, "accept-language") || equalIgnori… in isOnAccessControlSimpleRequestHeaderWhitelist()
50 if (equalIgnoringCase(name, "content-type")) { in isOnAccessControlSimpleRequestHeaderWhitelist()
52 return equalIgnoringCase(mimeType, "application/x-www-form-urlencoded") in isOnAccessControlSimpleRequestHeaderWhitelist()
53 || equalIgnoringCase(mimeType, "multipart/form-data") in isOnAccessControlSimpleRequestHeaderWhitelist()
54 || equalIgnoringCase(mimeType, "text/plain"); in isOnAccessControlSimpleRequestHeaderWhitelist()
/external/webkit/Source/WebCore/html/
DHTMLElement.cpp140 if (equalIgnoringCase(attr->value(), "middle")) in parseMappedAttribute()
160 if (!equalIgnoringCase(attr->value(), "auto")) in parseMappedAttribute()
166 if (equalIgnoringCase(value, "true")) { in parseMappedAttribute()
169 } else if (equalIgnoringCase(value, "false")) in parseMappedAttribute()
534 if (equalIgnoringCase(where, "beforeBegin")) { in insertAdjacent()
539 if (equalIgnoringCase(where, "afterBegin")) in insertAdjacent()
542 if (equalIgnoringCase(where, "beforeEnd")) in insertAdjacent()
545 if (equalIgnoringCase(where, "afterEnd")) { in insertAdjacent()
571 if (equalIgnoringCase(where, "beforeBegin") || equalIgnoringCase(where, "afterEnd")) { in contextElementForInsertion()
580 if (equalIgnoringCase(where, "afterBegin") || equalIgnoringCase(where, "beforeEnd")) in contextElementForInsertion()
[all …]
DHTMLMetaElement.cpp74 if (equalIgnoringCase(name(), "viewport")) in process()
78 else if (equalIgnoringCase(name(), "format-detection")) in process()
80 …else if (((equalIgnoringCase(name(), "HandheldFriendly") && equalIgnoringCase(m_content, "true")) … in process()
DHTMLTablePartElement.cpp83 if (equalIgnoringCase(v, "middle") || equalIgnoringCase(v, "center")) in parseMappedAttribute()
85 else if (equalIgnoringCase(v, "absmiddle")) in parseMappedAttribute()
87 else if (equalIgnoringCase(v, "left")) in parseMappedAttribute()
89 else if (equalIgnoringCase(v, "right")) in parseMappedAttribute()
DHTMLLinkElement.cpp173 if (equalIgnoringCase(rel, "stylesheet")) in tokenizeRelAttribute()
175 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon")) in tokenizeRelAttribute()
178 else if (equalIgnoringCase(rel, "apple-touch-icon")) in tokenizeRelAttribute()
180 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed")) in tokenizeRelAttribute()
183 else if (equalIgnoringCase(rel, "dns-prefetch")) in tokenizeRelAttribute()
185 …else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alte… in tokenizeRelAttribute()
196 if (equalIgnoringCase(*it, "stylesheet")) in tokenizeRelAttribute()
198 else if (equalIgnoringCase(*it, "alternate")) in tokenizeRelAttribute()
200 else if (equalIgnoringCase(*it, "icon")) in tokenizeRelAttribute()
203 else if (equalIgnoringCase(*it, "prefetch")) in tokenizeRelAttribute()
[all …]
DHTMLParagraphElement.cpp60 … if (equalIgnoringCase(attr->value(), "middle") || equalIgnoringCase(attr->value(), "center")) in parseMappedAttribute()
62 else if (equalIgnoringCase(attr->value(), "left")) in parseMappedAttribute()
64 else if (equalIgnoringCase(attr->value(), "right")) in parseMappedAttribute()
DHTMLDivElement.cpp64 … if (equalIgnoringCase(attr->value(), "middle") || equalIgnoringCase(attr->value(), "center")) in parseMappedAttribute()
66 else if (equalIgnoringCase(attr->value(), "left")) in parseMappedAttribute()
68 else if (equalIgnoringCase(attr->value(), "right")) in parseMappedAttribute()
DHTMLTableElement.cpp355 if (equalIgnoringCase(attr->value(), "void")) in parseMappedAttribute()
357 else if (equalIgnoringCase(attr->value(), "above")) { in parseMappedAttribute()
360 } else if (equalIgnoringCase(attr->value(), "below")) { in parseMappedAttribute()
363 } else if (equalIgnoringCase(attr->value(), "hsides")) { in parseMappedAttribute()
366 } else if (equalIgnoringCase(attr->value(), "vsides")) { in parseMappedAttribute()
369 } else if (equalIgnoringCase(attr->value(), "lhs")) { in parseMappedAttribute()
372 } else if (equalIgnoringCase(attr->value(), "rhs")) { in parseMappedAttribute()
375 } else if (equalIgnoringCase(attr->value(), "box") || in parseMappedAttribute()
376 equalIgnoringCase(attr->value(), "border")) { in parseMappedAttribute()
394 if (equalIgnoringCase(attr->value(), "none")) in parseMappedAttribute()
[all …]
DHTMLObjectElement.cpp143 if (equalIgnoringCase((*paramNames)[i], "src")) in mapDataParamToSrc()
145 else if (equalIgnoringCase((*paramNames)[i], "data")) in mapDataParamToSrc()
177 ….isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoring… in parametersForPlugin()
180 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) { in parametersForPlugin()
242 …if (equalIgnoringCase(serviceType(), "application/x-qt-plugin") || equalIgnoringCase(serviceType()… in hasValidClassId()
463 && equalIgnoringCase(child->getAttribute(nameAttr), "type") in containsJavaApplet()
DHTMLParamElement.cpp47 …return equalIgnoringCase(name, "data") || equalIgnoringCase(name, "movie") || equalIgnoringCase(na… in isURLParameter()
DHTMLIFrameElement.cpp91 if (equalIgnoringCase(sandboxToken, "allow-same-origin")) in parseSandboxAttribute()
93 else if (equalIgnoringCase(sandboxToken, "allow-forms")) in parseSandboxAttribute()
95 else if (equalIgnoringCase(sandboxToken, "allow-scripts")) in parseSandboxAttribute()
97 else if (equalIgnoringCase(sandboxToken, "allow-top-navigation")) in parseSandboxAttribute()
/external/webkit/Source/WebCore/page/
DDOMSelection.cpp297 if (equalIgnoringCase(alterString, "extend")) in modify()
299 else if (equalIgnoringCase(alterString, "move")) in modify()
305 if (equalIgnoringCase(directionString, "forward")) in modify()
307 else if (equalIgnoringCase(directionString, "backward")) in modify()
309 else if (equalIgnoringCase(directionString, "left")) in modify()
311 else if (equalIgnoringCase(directionString, "right")) in modify()
317 if (equalIgnoringCase(granularityString, "character")) in modify()
319 else if (equalIgnoringCase(granularityString, "word")) in modify()
321 else if (equalIgnoringCase(granularityString, "sentence")) in modify()
323 else if (equalIgnoringCase(granularityString, "line")) in modify()
[all …]
DContentSecurityPolicy.cpp127 return equalIgnoringCase(url.protocol(), m_scheme); in schemeMatches()
135 return equalIgnoringCase(url.host(), m_host); in hostMatches()
210 if (isFirstSourceInList && equalIgnoringCase("'none'", beginSource, position - beginSource)) in parse()
240 if (equalIgnoringCase("'self'", begin, end - begin)) { in parseSource()
455 if (equalIgnoringCase(optionsValue, disableXSSProtection)) in parse()
457 else if (equalIgnoringCase(optionsValue, evalScript)) in parse()
619 if (!m_scriptSrc && equalIgnoringCase(name, scriptSrc)) in addDirective()
621 else if (!m_objectSrc && equalIgnoringCase(name, objectSrc)) in addDirective()
623 else if (!m_imgSrc && equalIgnoringCase(name, imgSrc)) in addDirective()
625 else if (!m_styleSrc && equalIgnoringCase(name, styleSrc)) in addDirective()
[all …]
DUserContentURLPattern.cpp78 if (equalIgnoringCase(m_scheme, "file")) in parse()
115 if (!equalIgnoringCase(test.protocol(), m_scheme)) in matches()
118 if (!equalIgnoringCase(m_scheme, "file") && !matchesHost(test)) in matches()
127 if (equalIgnoringCase(host, m_host)) in matchesHost()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLFraction.cpp66 if (equalIgnoringCase(nalign, "left")) in updateFromElement()
68 else if (equalIgnoringCase(nalign, "right")) in updateFromElement()
78 if (equalIgnoringCase(dalign, "left")) in updateFromElement()
80 else if (equalIgnoringCase(dalign, "right")) in updateFromElement()
88 if (equalIgnoringCase(thickness, "thin")) in updateFromElement()
90 else if (equalIgnoringCase(thickness, "medium")) in updateFromElement()
92 else if (equalIgnoringCase(thickness, "thick")) in updateFromElement()
94 else if (equalIgnoringCase(thickness, "0")) in updateFromElement()
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.h149 inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringC… in equalIgnoringCase() function
150 inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.im… in equalIgnoringCase() function
151 inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function
152 inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(a, b… in equalIgnoringCase() function
153 inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp214 if (!equalIgnoringCase(familyNameAfterConfiguration, familyNameAfterMatching) in createFontPlatformData()
215 …&& !(equalIgnoringCase(familyNameString, "sans") || equalIgnoringCase(familyNameString, "sans-seri… in createFontPlatformData()
216 …|| equalIgnoringCase(familyNameString, "serif") || equalIgnoringCase(familyNameString, "monospace") in createFontPlatformData()
217 …|| equalIgnoringCase(familyNameString, "fantasy") || equalIgnoringCase(familyNameString, "cursive"… in createFontPlatformData()
DFontCustomPlatformDataFreeType.cpp95 …return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgno… in supportsFormat()
/external/webkit/Source/WebCore/wml/
DWMLPElement.cpp65 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center")) in parseMappedAttribute()
67 else if (equalIgnoringCase(value, "left")) in parseMappedAttribute()
69 else if (equalIgnoringCase(value, "right")) in parseMappedAttribute()
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp142 return equalIgnoringCase(protocol, "http") || equalIgnoringCase(protocol, "https"); in isHTTP()
287 if (equalIgnoringCase(name, ageHeader)) in setHTTPHeaderField()
289 else if (equalIgnoringCase(name, cacheControlHeader) || equalIgnoringCase(name, pragmaHeader)) in setHTTPHeaderField()
291 else if (equalIgnoringCase(name, dateHeader)) in setHTTPHeaderField()
293 else if (equalIgnoringCase(name, expiresHeader)) in setHTTPHeaderField()
295 else if (equalIgnoringCase(name, lastModifiedHeader)) in setHTTPHeaderField()
335 … if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty()) in parseCacheControlDirectives()
337 else if (equalIgnoringCase(directives[i].first, noStoreDirective)) in parseCacheControlDirectives()
339 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective)) in parseCacheControlDirectives()
341 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) { in parseCacheControlDirectives()
[all …]
/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp79 return equalIgnoringCase(m_family, other.m_family) && m_size == other.m_size && in operator ==()
135 if (equalIgnoringCase(familyName, courier)) in alternateFamilyName()
141 if (equalIgnoringCase(familyName, courierNew)) in alternateFamilyName()
148 if (equalIgnoringCase(familyName, times)) in alternateFamilyName()
150 if (equalIgnoringCase(familyName, timesNewRoman)) in alternateFamilyName()
156 if (equalIgnoringCase(familyName, arial)) in alternateFamilyName()
158 if (equalIgnoringCase(familyName, helvetica)) in alternateFamilyName()
166 if (equalIgnoringCase(familyName, msSans)) in alternateFamilyName()
172 if (equalIgnoringCase(familyName, msSerif)) in alternateFamilyName()

123456