Searched refs:equalIgnoringCase (Results 1 - 25 of 123) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkRelAttribute.cpp61 if (equalIgnoringCase(rel, "stylesheet"))
63 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
66 else if (equalIgnoringCase(rel, "apple-touch-icon"))
68 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
71 else if (equalIgnoringCase(rel, "dns-prefetch"))
73 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) {
76 } else if (equalIgnoringCase(rel, "import")) {
86 if (equalIgnoringCase(*i
[all...]
H A DHTMLTablePartElement.cpp58 if (equalIgnoringCase(value, "top"))
60 else if (equalIgnoringCase(value, "middle"))
62 else if (equalIgnoringCase(value, "bottom"))
64 else if (equalIgnoringCase(value, "baseline"))
69 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
71 else if (equalIgnoringCase(value, "absmiddle"))
73 else if (equalIgnoringCase(value, "left"))
75 else if (equalIgnoringCase(value, "right"))
H A DHTMLDivElement.cpp55 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
57 else if (equalIgnoringCase(value, "left"))
59 else if (equalIgnoringCase(value, "right"))
H A DHTMLParagraphElement.cpp55 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
57 else if (equalIgnoringCase(value, "left"))
59 else if (equalIgnoringCase(value, "right"))
H A DHTMLParamElement.cpp59 return equalIgnoringCase(name, "data") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "src");
H A DHTMLElement.cpp157 return equalIgnoringCase(value, "auto") || equalIgnoringCase(value, "ltr") || equalIgnoringCase(value, "rtl");
163 if (equalIgnoringCase(value, "middle"))
168 if (value.isEmpty() || equalIgnoringCase(value, "true")) {
172 } else if (equalIgnoringCase(value, "plaintext-only")) {
176 } else if (equalIgnoringCase(value, "false"))
181 if (equalIgnoringCase(value, "true")) {
184 } else if (equalIgnoringCase(value, "false"))
187 if (equalIgnoringCase(valu
[all...]
H A DHTMLObjectElement.cpp130 if (equalIgnoringCase((*paramNames)[i], "src"))
132 else if (equalIgnoringCase((*paramNames)[i], "data"))
164 if (url.isEmpty() && urlParameter.isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "code") || equalIgnoringCase(name, "url")))
167 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
237 || !equalIgnoringCase(classId(), "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"))
245 if (equalIgnoringCase(metaElement->name(), "generator") && metaElement->content().startsWith("Mac OS X Server Web Services Server", false))
406 && equalIgnoringCase(chil
[all...]
H A DHTMLBRElement.cpp59 if (equalIgnoringCase(value, "all"))
H A DHTMLHRElement.cpp57 if (equalIgnoringCase(value, "left")) {
60 } else if (equalIgnoringCase(value, "right")) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLogging.cpp76 if (equalIgnoringCase(channelName, String("BackForward")))
79 if (equalIgnoringCase(channelName, String("Editing")))
82 if (equalIgnoringCase(channelName, String("Events")))
85 if (equalIgnoringCase(channelName, String("Frames")))
88 if (equalIgnoringCase(channelName, String("FTP")))
91 if (equalIgnoringCase(channelName, String("History")))
94 if (equalIgnoringCase(channelName, String("IconDatabase")))
97 if (equalIgnoringCase(channelName, String("Loading")))
100 if (equalIgnoringCase(channelName, String("Media")))
103 if (equalIgnoringCase(channelNam
[all...]
H A DURLPatternMatcher.cpp65 if (equalIgnoringCase(m_scheme, "file")) {
102 if (!equalIgnoringCase(test.protocol(), m_scheme))
105 if (!equalIgnoringCase(m_scheme, "file") && !matchesHost(test))
114 if (equalIgnoringCase(host, m_host))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DAlternateFontFamily.h52 if (equalIgnoringCase(familyName, courier))
59 if (equalIgnoringCase(familyName, msSans))
66 if (equalIgnoringCase(familyName, msSerif))
78 if (equalIgnoringCase(familyName, courier))
84 if (equalIgnoringCase(familyName, courierNew))
91 if (equalIgnoringCase(familyName, times))
93 if (equalIgnoringCase(familyName, timesNewRoman))
99 if (equalIgnoringCase(familyName, arial))
101 if (equalIgnoringCase(familyName, helvetica))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSandboxFlags.cpp55 if (equalIgnoringCase(sandboxToken, "allow-same-origin")) {
57 } else if (equalIgnoringCase(sandboxToken, "allow-forms")) {
59 } else if (equalIgnoringCase(sandboxToken, "allow-scripts")) {
62 } else if (equalIgnoringCase(sandboxToken, "allow-top-navigation")) {
64 } else if (equalIgnoringCase(sandboxToken, "allow-popups")) {
66 } else if (equalIgnoringCase(sandboxToken, "allow-pointer-lock")) {
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextInputType.cpp53 if (equalIgnoringCase(type, InputTypeNames::datetime))
55 else if (equalIgnoringCase(type, InputTypeNames::week))
H A DHiddenInputType.cpp107 if (equalIgnoringCase(element().name(), "_charset_")) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp71 return equalIgnoringCase(format, "woff")
72 || (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2"));
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCrossOriginAccessControl.cpp46 if (equalIgnoringCase(name, "accept")
47 || equalIgnoringCase(name, "accept-language")
48 || equalIgnoringCase(name, "content-language")
49 || equalIgnoringCase(name, "origin")
50 || equalIgnoringCase(name, "referer"))
54 if (equalIgnoringCase(name, "content-type")) {
56 return equalIgnoringCase(mimeType, "application/x-www-form-urlencoded")
57 || equalIgnoringCase(mimeType, "multipart/form-data")
58 || equalIgnoringCase(mimeType, "text/plain");
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp297 if (equalIgnoringCase(alterString, "extend"))
299 else if (equalIgnoringCase(alterString, "move"))
305 if (equalIgnoringCase(directionString, "forward"))
307 else if (equalIgnoringCase(directionString, "backward"))
309 else if (equalIgnoringCase(directionString, "left"))
311 else if (equalIgnoringCase(directionString, "right"))
317 if (equalIgnoringCase(granularityString, "character"))
319 else if (equalIgnoringCase(granularityString, "word"))
321 else if (equalIgnoringCase(granularityString, "sentence"))
323 else if (equalIgnoringCase(granularityStrin
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontCustomPlatformDataMac.cpp80 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntry.h79 return equalIgnoringCase(a.protocol(), b.protocol())
80 && equalIgnoringCase(a.host(), b.host())
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.h215 inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); } function in namespace:WTF
216 inline bool equalIgnoringCase(const AtomicString& a, const LChar* b) { return equalIgnoringCase(a.impl(), b); } function in namespace:WTF
217 inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.impl(), reinterpret_cast<const LChar*>(b)); } function in namespace:WTF
218 inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.impl(), b.impl()); } function in namespace:WTF
219 inline bool equalIgnoringCase(const LChar* a, const AtomicString& b) { return equalIgnoringCase( function in namespace:WTF
220 inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(reinterpret_cast<const LChar*>(a), b.impl()); } function in namespace:WTF
221 inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); } function in namespace:WTF
[all...]
H A DStringBuilder.h334 bool equalIgnoringCase(const StringBuilder& s, const CharType* buffer, unsigned length) function in namespace:WTF
340 return equalIgnoringCase(s.characters8(), buffer, length);
342 return equalIgnoringCase(s.characters16(), buffer, length);
345 inline bool equalIgnoringCase(const StringBuilder& s, const char* string) function in namespace:WTF
347 return equalIgnoringCase(s, reinterpret_cast<const LChar*>(string), strlen(string));
371 bool equalIgnoringCase(const StringBuilder& a, const StringType& b) function in namespace:WTF
381 return equalIgnoringCase(a.characters8(), b.characters8(), a.length());
382 return equalIgnoringCase(a.characters8(), b.characters16(), a.length());
386 return equalIgnoringCase(a.characters16(), b.characters8(), a.length());
387 return equalIgnoringCase(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformance.cpp115 if (equalIgnoringCase(entryType, "resource"))
120 if (equalIgnoringCase(entryType, "mark"))
122 else if (equalIgnoringCase(entryType, "measure"))
134 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
140 if (entryType.isNull() || equalIgnoringCase(entryType, "mark"))
142 if (entryType.isNull() || equalIgnoringCase(entryType, "measure"))
171 if (timingAllowOriginString.isEmpty() || equalIgnoringCase(timingAllowOriginString, "null"))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkiaWin.cpp161 static inline bool equalIgnoringCase(const AtomicString& a, const SkString& b) function in namespace:WebCore
163 return equalIgnoringCase(a, AtomicString::fromUTF8(b.c_str()));
173 if (equalIgnoringCase(family, actualFamily.fString)) {
186 if (equalIgnoringCase(family, familyName))
H A DFontCustomPlatformDataSkia.cpp109 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);

Completed in 411 milliseconds

12345