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

123456

/external/webkit/Source/WebCore/platform/
H A DLogging.cpp69 if (equalIgnoringCase(channelName, String("BackForward")))
72 if (equalIgnoringCase(channelName, String("Editing")))
75 if (equalIgnoringCase(channelName, String("Events")))
78 if (equalIgnoringCase(channelName, String("Frames")))
81 if (equalIgnoringCase(channelName, String("FTP")))
84 if (equalIgnoringCase(channelName, String("History")))
87 if (equalIgnoringCase(channelName, String("IconDatabase")))
90 if (equalIgnoringCase(channelName, String("Loading")))
93 if (equalIgnoringCase(channelName, String("Media")))
96 if (equalIgnoringCase(channelNam
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCacheAndroid.cpp63 || equalIgnoringCase(family, "serif")
64 || equalIgnoringCase(family, "sans-serif")
65 || equalIgnoringCase(family, "sans")
66 || equalIgnoringCase(family, "monospace")
67 || equalIgnoringCase(family, "times") // skia aliases for serif
68 || equalIgnoringCase(family, "times new roman")
69 || equalIgnoringCase(family, "palatino")
70 || equalIgnoringCase(family, "georgia")
71 || equalIgnoringCase(family, "baskerville")
72 || equalIgnoringCase(famil
[all...]
H A DFontCustomPlatformData.cpp82 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype")
84 || equalIgnoringCase(format, "woff")
/external/webkit/Source/WebCore/html/
H A DHTMLMetaElement.cpp78 if (equalIgnoringCase(name(), "viewport"))
82 else if (equalIgnoringCase(name(), "format-detection"))
84 else if (((equalIgnoringCase(name(), "HandheldFriendly") && equalIgnoringCase(m_content, "true")) || equalIgnoringCase(name(), "MobileOptimized"))
95 if (equalIgnoringCase(name(), "fullscreen-web-app-capable")
96 && equalIgnoringCase(m_content, "yes")) {
H A DHTMLDivElement.cpp64 if (equalIgnoringCase(attr->value(), "middle") || equalIgnoringCase(attr->value(), "center"))
66 else if (equalIgnoringCase(attr->value(), "left"))
68 else if (equalIgnoringCase(attr->value(), "right"))
H A DHTMLParagraphElement.cpp60 if (equalIgnoringCase(attr->value(), "middle") || equalIgnoringCase(attr->value(), "center"))
62 else if (equalIgnoringCase(attr->value(), "left"))
64 else if (equalIgnoringCase(attr->value(), "right"))
H A DHTMLTablePartElement.cpp83 if (equalIgnoringCase(v, "middle") || equalIgnoringCase(v, "center"))
85 else if (equalIgnoringCase(v, "absmiddle"))
87 else if (equalIgnoringCase(v, "left"))
89 else if (equalIgnoringCase(v, "right"))
H A DHTMLParamElement.cpp47 return equalIgnoringCase(name, "data") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "src");
H A DHTMLElement.cpp140 if (equalIgnoringCase(attr->value(), "middle"))
160 if (!equalIgnoringCase(attr->value(), "auto"))
166 if (equalIgnoringCase(value, "true")) {
169 } else if (equalIgnoringCase(value, "false"))
534 if (equalIgnoringCase(where, "beforeBegin")) {
539 if (equalIgnoringCase(where, "afterBegin"))
542 if (equalIgnoringCase(where, "beforeEnd"))
545 if (equalIgnoringCase(where, "afterEnd")) {
571 if (equalIgnoringCase(where, "beforeBegin") || equalIgnoringCase(wher
[all...]
H A DHTMLIFrameElement.cpp91 if (equalIgnoringCase(sandboxToken, "allow-same-origin"))
93 else if (equalIgnoringCase(sandboxToken, "allow-forms"))
95 else if (equalIgnoringCase(sandboxToken, "allow-scripts"))
97 else if (equalIgnoringCase(sandboxToken, "allow-top-navigation"))
H A DHTMLLinkElement.cpp173 if (equalIgnoringCase(rel, "stylesheet"))
175 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
178 else if (equalIgnoringCase(rel, "apple-touch-icon"))
180 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
183 else if (equalIgnoringCase(rel, "dns-prefetch"))
185 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) {
196 if (equalIgnoringCase(*it, "stylesheet"))
198 else if (equalIgnoringCase(*i
[all...]
/external/webkit/Source/WebCore/loader/
H A DCrossOriginAccessControl.cpp46 if (equalIgnoringCase(name, "accept") || equalIgnoringCase(name, "accept-language") || equalIgnoringCase(name, "content-language"))
50 if (equalIgnoringCase(name, "content-type")) {
52 return equalIgnoringCase(mimeType, "application/x-www-form-urlencoded")
53 || equalIgnoringCase(mimeType, "multipart/form-data")
54 || equalIgnoringCase(mimeType, "text/plain");
/external/webkit/Source/WebCore/dom/
H A DViewportArguments.cpp209 if (equalIgnoringCase(valueString, "desktop-width"))
211 if (equalIgnoringCase(valueString, "device-width"))
213 if (equalIgnoringCase(valueString, "device-height"))
235 if (equalIgnoringCase(valueString, "yes"))
237 if (equalIgnoringCase(valueString, "no"))
239 if (equalIgnoringCase(valueString, "desktop-width"))
241 if (equalIgnoringCase(valueString, "device-width"))
243 if (equalIgnoringCase(valueString, "device-height"))
266 if (equalIgnoringCase(valueString, "yes"))
268 if (equalIgnoringCase(valueStrin
[all...]
/external/webkit/Source/WebCore/page/
H A DOriginAccessEntry.h64 return equalIgnoringCase(a.protocol(), b.protocol()) && equalIgnoringCase(a.host(), b.host()) && a.subdomainSettings() == b.subdomainSettings();
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...]
H A DContentSecurityPolicy.cpp127 return equalIgnoringCase(url.protocol(), m_scheme);
135 return equalIgnoringCase(url.host(), m_host);
210 if (isFirstSourceInList && equalIgnoringCase("'none'", beginSource, position - beginSource))
240 if (equalIgnoringCase("'self'", begin, end - begin)) {
455 if (equalIgnoringCase(optionsValue, disableXSSProtection))
457 else if (equalIgnoringCase(optionsValue, evalScript))
619 if (!m_scriptSrc && equalIgnoringCase(name, scriptSrc))
621 else if (!m_objectSrc && equalIgnoringCase(name, objectSrc))
623 else if (!m_imgSrc && equalIgnoringCase(name, imgSrc))
625 else if (!m_styleSrc && equalIgnoringCase(nam
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontCustomPlatformDataQt.cpp66 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype");
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCustomPlatformDataCairo.cpp66 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype");
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFraction.cpp66 if (equalIgnoringCase(nalign, "left"))
68 else if (equalIgnoringCase(nalign, "right"))
78 if (equalIgnoringCase(dalign, "left"))
80 else if (equalIgnoringCase(dalign, "right"))
88 if (equalIgnoringCase(thickness, "thin"))
90 else if (equalIgnoringCase(thickness, "medium"))
92 else if (equalIgnoringCase(thickness, "thick"))
94 else if (equalIgnoringCase(thickness, "0"))
/external/webkit/Source/WebCore/wml/
H A DWMLPElement.cpp65 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
67 else if (equalIgnoringCase(value, "left"))
69 else if (equalIgnoringCase(value, "right"))
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCustomPlatformDataFreeType.cpp95 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.cpp119 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSrcValue.cpp41 return equalIgnoringCase(m_format, "svg");
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.cpp86 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype");
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.h149 inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); } function in namespace:WTF
150 inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.impl(), b); } function in namespace:WTF
151 inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.impl(), b.impl()); } function in namespace:WTF
152 inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(a, b.impl()); } function in namespace:WTF
153 inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase( function in namespace:WTF
[all...]

Completed in 289 milliseconds

123456