Home
last modified time | relevance | path

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

123456

/external/chromium_org/third_party/WebKit/Source/platform/
DLogging.cpp78 if (equalIgnoringCase(channelName, String("BackForward"))) in getChannelFromName()
81 if (equalIgnoringCase(channelName, String("Editing"))) in getChannelFromName()
84 if (equalIgnoringCase(channelName, String("Events"))) in getChannelFromName()
87 if (equalIgnoringCase(channelName, String("Frames"))) in getChannelFromName()
90 if (equalIgnoringCase(channelName, String("FTP"))) in getChannelFromName()
93 if (equalIgnoringCase(channelName, String("History"))) in getChannelFromName()
96 if (equalIgnoringCase(channelName, String("IconDatabase"))) in getChannelFromName()
99 if (equalIgnoringCase(channelName, String("Loading"))) in getChannelFromName()
102 if (equalIgnoringCase(channelName, String("Media"))) in getChannelFromName()
105 if (equalIgnoringCase(channelName, String("Network"))) in getChannelFromName()
[all …]
DURLPatternMatcher.cpp65 if (equalIgnoringCase(m_scheme, "file")) { in parse()
102 if (!equalIgnoringCase(test.protocol(), m_scheme)) in matches()
105 if (!equalIgnoringCase(m_scheme, "file") && !matchesHost(test)) in matches()
114 if (equalIgnoringCase(host, m_host)) in matchesHost()
DMIMETypeRegistry.cpp89 if (equalIgnoringCase(mimeType, "image/jpeg") || equalIgnoringCase(mimeType, "image/png")) in isSupportedImageMIMETypeForEncoding()
91 if (equalIgnoringCase(mimeType, "image/webp")) in isSupportedImageMIMETypeForEncoding()
/external/chromium_org/third_party/WebKit/Source/core/html/
DLinkRelAttribute.cpp60 if (equalIgnoringCase(*it, "stylesheet")) { in LinkRelAttribute()
63 } else if (equalIgnoringCase(*it, "import")) { in LinkRelAttribute()
66 } else if (equalIgnoringCase(*it, "alternate")) { in LinkRelAttribute()
68 } else if (equalIgnoringCase(*it, "icon")) { in LinkRelAttribute()
73 } else if (equalIgnoringCase(*it, "prefetch")) { in LinkRelAttribute()
75 } else if (equalIgnoringCase(*it, "dns-prefetch")) { in LinkRelAttribute()
77 } else if (equalIgnoringCase(*it, "subresource")) { in LinkRelAttribute()
79 } else if (equalIgnoringCase(*it, "prerender")) { in LinkRelAttribute()
81 } else if (equalIgnoringCase(*it, "next")) { in LinkRelAttribute()
83 } else if (equalIgnoringCase(*it, "apple-touch-icon")) { in LinkRelAttribute()
[all …]
DHTMLTablePartElement.cpp62 if (equalIgnoringCase(value, "top")) in collectStyleForPresentationAttribute()
64 else if (equalIgnoringCase(value, "middle")) in collectStyleForPresentationAttribute()
66 else if (equalIgnoringCase(value, "bottom")) in collectStyleForPresentationAttribute()
68 else if (equalIgnoringCase(value, "baseline")) in collectStyleForPresentationAttribute()
73 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center")) in collectStyleForPresentationAttribute()
75 else if (equalIgnoringCase(value, "absmiddle")) in collectStyleForPresentationAttribute()
77 else if (equalIgnoringCase(value, "left")) in collectStyleForPresentationAttribute()
79 else if (equalIgnoringCase(value, "right")) in collectStyleForPresentationAttribute()
DHTMLElement.cpp158 …return equalIgnoringCase(value, "auto") || equalIgnoringCase(value, "ltr") || equalIgnoringCase(va… in isValidDirAttribute()
164 if (equalIgnoringCase(value, "middle")) in collectStyleForPresentationAttribute()
169 if (value.isEmpty() || equalIgnoringCase(value, "true")) { in collectStyleForPresentationAttribute()
173 } else if (equalIgnoringCase(value, "plaintext-only")) { in collectStyleForPresentationAttribute()
177 } else if (equalIgnoringCase(value, "false")) in collectStyleForPresentationAttribute()
182 if (equalIgnoringCase(value, "true")) { in collectStyleForPresentationAttribute()
185 } else if (equalIgnoringCase(value, "false")) in collectStyleForPresentationAttribute()
188 if (equalIgnoringCase(value, "auto")) in collectStyleForPresentationAttribute()
465 if (equalIgnoringCase(alignment, "absmiddle")) in applyAlignmentAttributeToStyle()
467 else if (equalIgnoringCase(alignment, "absbottom")) in applyAlignmentAttributeToStyle()
[all …]
DHTMLDivElement.cpp44 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center")) in DEFINE_NODE_FACTORY()
46 else if (equalIgnoringCase(value, "left")) in DEFINE_NODE_FACTORY()
48 else if (equalIgnoringCase(value, "right")) in DEFINE_NODE_FACTORY()
DHTMLParagraphElement.cpp44 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center")) in DEFINE_NODE_FACTORY()
46 else if (equalIgnoringCase(value, "left")) in DEFINE_NODE_FACTORY()
48 else if (equalIgnoringCase(value, "right")) in DEFINE_NODE_FACTORY()
DHTMLTableElement.cpp260 if (equalIgnoringCase(value, "above")) in getBordersFromFrameAttributeValue()
262 else if (equalIgnoringCase(value, "below")) in getBordersFromFrameAttributeValue()
264 else if (equalIgnoringCase(value, "hsides")) in getBordersFromFrameAttributeValue()
266 else if (equalIgnoringCase(value, "vsides")) in getBordersFromFrameAttributeValue()
268 else if (equalIgnoringCase(value, "lhs")) in getBordersFromFrameAttributeValue()
270 else if (equalIgnoringCase(value, "rhs")) in getBordersFromFrameAttributeValue()
272 else if (equalIgnoringCase(value, "box") || equalIgnoringCase(value, "border")) in getBordersFromFrameAttributeValue()
274 else if (!equalIgnoringCase(value, "void")) in getBordersFromFrameAttributeValue()
315 if (equalIgnoringCase(value, "center")) { in collectStyleForPresentationAttribute()
367 if (equalIgnoringCase(value, "none")) in parseAttribute()
[all …]
DHTMLParamElement.cpp55 …return equalIgnoringCase(name, "data") || equalIgnoringCase(name, "movie") || equalIgnoringCase(na… in isURLParameter()
DHTMLObjectElement.cpp136 if (equalIgnoringCase((*paramNames)[i], "src")) in mapDataParamToSrc()
138 else if (equalIgnoringCase((*paramNames)[i], "data")) in mapDataParamToSrc()
166 ….isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoring… in parametersForPlugin()
169 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) { in parametersForPlugin()
418 && equalIgnoringCase(child->getNameAttribute(), "type") in containsJavaApplet()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValuesTest.cpp65 ASSERT_TRUE(cssParserString.equalIgnoringCase("shadow")); in TEST()
66 ASSERT_TRUE(cssParserString.equalIgnoringCase("ShaDow")); in TEST()
67 ASSERT_FALSE(cssParserString.equalIgnoringCase("shadow-all")); in TEST()
68 ASSERT_FALSE(cssParserString.equalIgnoringCase("sha")); in TEST()
69 ASSERT_FALSE(cssParserString.equalIgnoringCase("abCD")); in TEST()
80 ASSERT_TRUE(cssParserString.equalIgnoringCase("shadow")); in TEST()
81 ASSERT_TRUE(cssParserString.equalIgnoringCase("ShaDow")); in TEST()
82 ASSERT_FALSE(cssParserString.equalIgnoringCase("shadow-all")); in TEST()
83 ASSERT_FALSE(cssParserString.equalIgnoringCase("sha")); in TEST()
84 ASSERT_FALSE(cssParserString.equalIgnoringCase("abCD")); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchUtils.cpp90 if (equalIgnoringCase(name, "accept") in isSimpleHeader()
91 || equalIgnoringCase(name, "accept-language") in isSimpleHeader()
92 || equalIgnoringCase(name, "content-language")) in isSimpleHeader()
95 if (equalIgnoringCase(name, "content-type")) { in isSimpleHeader()
97 return equalIgnoringCase(mimeType, "application/x-www-form-urlencoded") in isSimpleHeader()
98 || equalIgnoringCase(mimeType, "multipart/form-data") in isSimpleHeader()
99 || equalIgnoringCase(mimeType, "text/plain"); in isSimpleHeader()
126 return equalIgnoringCase(method, "TRACE") in isForbiddenMethod()
127 || equalIgnoringCase(method, "TRACK") in isForbiddenMethod()
128 || equalIgnoringCase(method, "CONNECT"); in isForbiddenMethod()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DAlternateFontFamily.h51 if (equalIgnoringCase(familyName, courier)) in adjustFamilyNameToAvoidUnsupportedFonts()
58 if (equalIgnoringCase(familyName, msSans)) in adjustFamilyNameToAvoidUnsupportedFonts()
67 if (equalIgnoringCase(familyName, msSerif) || equalIgnoringCase(familyName, times)) in adjustFamilyNameToAvoidUnsupportedFonts()
79 if (equalIgnoringCase(familyName, courier)) in alternateFamilyName()
85 if (equalIgnoringCase(familyName, courierNew)) in alternateFamilyName()
92 if (equalIgnoringCase(familyName, times)) in alternateFamilyName()
94 if (equalIgnoringCase(familyName, timesNewRoman)) in alternateFamilyName()
100 if (equalIgnoringCase(familyName, arial)) in alternateFamilyName()
102 if (equalIgnoringCase(familyName, helvetica)) in alternateFamilyName()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSandboxFlags.cpp55 if (equalIgnoringCase(sandboxToken, "allow-same-origin")) { in parseSandboxPolicy()
57 } else if (equalIgnoringCase(sandboxToken, "allow-forms")) { in parseSandboxPolicy()
59 } else if (equalIgnoringCase(sandboxToken, "allow-scripts")) { in parseSandboxPolicy()
62 } else if (equalIgnoringCase(sandboxToken, "allow-top-navigation")) { in parseSandboxPolicy()
64 } else if (equalIgnoringCase(sandboxToken, "allow-popups")) { in parseSandboxPolicy()
66 } else if (equalIgnoringCase(sandboxToken, "allow-pointer-lock")) { in parseSandboxPolicy()
68 } else if (equalIgnoringCase(sandboxToken, "allow-orientation-lock")) { in parseSandboxPolicy()
DDOMImplementation.cpp235 if (equalIgnoringCase(mimeType, "text/xml") in isXMLMIMEType()
236 || equalIgnoringCase(mimeType, "application/xml") in isXMLMIMEType()
237 || equalIgnoringCase(mimeType, "text/xsl")) in isXMLMIMEType()
313 && !(equalIgnoringCase(mimeType, "text/html") in isTextPlainType()
314 || equalIgnoringCase(mimeType, "text/xml") in isTextPlainType()
315 || equalIgnoringCase(mimeType, "text/xsl")); in isTextPlainType()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DAtomicString.h204 inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringC… in equalIgnoringCase() function
205 inline bool equalIgnoringCase(const AtomicString& a, const LChar* b) { return equalIgnoringCase(a.i… in equalIgnoringCase() function
206 inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.im… in equalIgnoringCase() function
207 inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function
208 inline bool equalIgnoringCase(const LChar* a, const AtomicString& b) { return equalIgnoringCase(a, … in equalIgnoringCase() function
209 inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(rein… in equalIgnoringCase() function
210 inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function
DStringBuilder.h335 bool equalIgnoringCase(const StringBuilder& s, const CharType* buffer, unsigned length) in equalIgnoringCase() function
341 return equalIgnoringCase(s.characters8(), buffer, length); in equalIgnoringCase()
343 return equalIgnoringCase(s.characters16(), buffer, length); in equalIgnoringCase()
346 inline bool equalIgnoringCase(const StringBuilder& s, const char* string) in equalIgnoringCase() function
348 return equalIgnoringCase(s, reinterpret_cast<const LChar*>(string), strlen(string)); in equalIgnoringCase()
372 bool equalIgnoringCase(const StringBuilder& a, const StringType& b) in equalIgnoringCase() function
382 return equalIgnoringCase(a.characters8(), b.characters8(), a.length()); in equalIgnoringCase()
383 return equalIgnoringCase(a.characters8(), b.characters16(), a.length()); in equalIgnoringCase()
387 return equalIgnoringCase(a.characters16(), b.characters8(), a.length()); in equalIgnoringCase()
388 return equalIgnoringCase(a.characters16(), b.characters16(), a.length()); in equalIgnoringCase()
DStringImpl.h491 WTF_EXPORT bool equalIgnoringCase(const StringImpl*, const StringImpl*);
492 WTF_EXPORT bool equalIgnoringCase(const StringImpl*, const LChar*);
493 inline bool equalIgnoringCase(const LChar* a, const StringImpl* b) { return equalIgnoringCase(b, a)… in equalIgnoringCase() function
494 WTF_EXPORT bool equalIgnoringCase(const LChar*, const LChar*, unsigned);
495 WTF_EXPORT bool equalIgnoringCase(const UChar*, const LChar*, unsigned);
496 inline bool equalIgnoringCase(const UChar* a, const char* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function
497 inline bool equalIgnoringCase(const LChar* a, const UChar* b, unsigned length) { return equalIgnori… in equalIgnoringCase() function
498 inline bool equalIgnoringCase(const char* a, const UChar* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function
499 inline bool equalIgnoringCase(const char* a, const LChar* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function
500 inline bool equalIgnoringCase(const UChar* a, const UChar* b, int length) in equalIgnoringCase() function
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp94 return (equalIgnoringCase(name, ConnectSrc) in isDirectiveName()
95 || equalIgnoringCase(name, DefaultSrc) in isDirectiveName()
96 || equalIgnoringCase(name, FontSrc) in isDirectiveName()
97 || equalIgnoringCase(name, FrameSrc) in isDirectiveName()
98 || equalIgnoringCase(name, ImgSrc) in isDirectiveName()
99 || equalIgnoringCase(name, MediaSrc) in isDirectiveName()
100 || equalIgnoringCase(name, ObjectSrc) in isDirectiveName()
101 || equalIgnoringCase(name, ReportURI) in isDirectiveName()
102 || equalIgnoringCase(name, Sandbox) in isDirectiveName()
103 || equalIgnoringCase(name, ScriptSrc) in isDirectiveName()
[all …]
DCSPDirectiveList.cpp564 if (equalIgnoringCase("allow", begin, position - begin)) { in parseReflectedXSS()
566 } else if (equalIgnoringCase("filter", begin, position - begin)) { in parseReflectedXSS()
568 } else if (equalIgnoringCase("block", begin, position - begin)) { in parseReflectedXSS()
614 if (equalIgnoringCase("always", begin, position - begin)) { in parseReferrer()
616 } else if (equalIgnoringCase("default", begin, position - begin)) { in parseReferrer()
618 } else if (equalIgnoringCase("never", begin, position - begin)) { in parseReferrer()
620 } else if (equalIgnoringCase("origin", begin, position - begin)) { in parseReferrer()
643 if (equalIgnoringCase(name, ContentSecurityPolicy::DefaultSrc)) { in addDirective()
645 } else if (equalIgnoringCase(name, ContentSecurityPolicy::ScriptSrc)) { in addDirective()
648 } else if (equalIgnoringCase(name, ContentSecurityPolicy::ObjectSrc)) { in addDirective()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDOMSelection.cpp292 if (equalIgnoringCase(alterString, "extend")) in modify()
294 else if (equalIgnoringCase(alterString, "move")) in modify()
300 if (equalIgnoringCase(directionString, "forward")) in modify()
302 else if (equalIgnoringCase(directionString, "backward")) in modify()
304 else if (equalIgnoringCase(directionString, "left")) in modify()
306 else if (equalIgnoringCase(directionString, "right")) in modify()
312 if (equalIgnoringCase(granularityString, "character")) in modify()
314 else if (equalIgnoringCase(granularityString, "word")) in modify()
316 else if (equalIgnoringCase(granularityString, "sentence")) in modify()
318 else if (equalIgnoringCase(granularityString, "line")) in modify()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformance.cpp112 if (equalIgnoringCase(entryType, "resource")) in getEntriesByType()
117 if (equalIgnoringCase(entryType, "mark")) in getEntriesByType()
119 else if (equalIgnoringCase(entryType, "measure")) in getEntriesByType()
131 if (entryType.isNull() || equalIgnoringCase(entryType, "resource")) in getEntriesByName()
137 if (entryType.isNull() || equalIgnoringCase(entryType, "mark")) in getEntriesByName()
139 if (entryType.isNull() || equalIgnoringCase(entryType, "measure")) in getEntriesByName()
168 if (timingAllowOriginString.isEmpty() || equalIgnoringCase(timingAllowOriginString, "null")) in passesTimingAllowCheck()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextInputType.cpp53 if (equalIgnoringCase(type, InputTypeNames::datetime)) in countUsage()
55 else if (equalIgnoringCase(type, InputTypeNames::week)) in countUsage()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeSanitizer.cpp71 return equalIgnoringCase(format, "woff") in supportsFormat()
72 || (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2")); in supportsFormat()

123456