/external/icu4c/layout/ |
D | ScriptAndLanguage.cpp | 35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const in findScript() 57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) { in findScript() 63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count); in findScript() 73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exact… in findLanguage() argument 75 const ScriptTable *scriptTable = findScript(scriptTag); in findLanguage()
|
D | GlyphLookupTables.cpp | 15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const in coversScript() 19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL; in coversScript() 22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool… in coversScriptAndLanguage() argument 25 …const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exa… in coversScriptAndLanguage()
|
D | GlyphLookupTables.h | 27 le_bool coversScript(LETag scriptTag) const; 28 …le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) co…
|
D | GlyphSubstitutionTables.cpp | 22 LETag scriptTag, in process() argument 35 …GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featu… in process()
|
D | GlyphPositioningTables.cpp | 20 LETag scriptTag, LETag languageTag, in process() argument 28 …GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCoun… in process()
|
D | ScriptAndLanguage.h | 46 const ScriptTable *findScript(LETag scriptTag) const; 47 …const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) …
|
D | GlyphSubstLookupProc.cpp | 30 LETag scriptTag, in GlyphSubstitutionLookupProcessor() argument 42 … scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor()
|
D | GlyphPosnLookupProc.cpp | 36 LETag scriptTag, in GlyphPositioningLookupProcessor() argument 47 scriptTag, in GlyphPositioningLookupProcessor()
|
D | LayoutEngine.cpp | 205 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); in characterProcessing() local 209 if (canonGSUBTable->coversScript(scriptTag)) { in characterProcessing() 264 …outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing() 528 LETag scriptTag = 0x00000000; in layoutEngineFactory() local 538 …else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptT… in layoutEngineFactory() 574 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) { in layoutEngineFactory()
|
D | GlyphSubstitutionTables.h | 30 LETag scriptTag,
|
D | GlyphPosnLookupProc.h | 30 LETag scriptTag,
|
D | GlyphPositioningTables.h | 30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
|
D | GlyphSubstLookupProc.h | 31 LETag scriptTag,
|
D | LookupProcessor.h | 53 LETag scriptTag,
|
D | LookupProcessor.cpp | 129 …LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_boo… in LookupProcessor() argument 146 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag); in LookupProcessor()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLPreloadScanner.cpp | 64 && m_tagName != scriptTag) in processAttributes() 75 if (m_tagName == scriptTag || m_tagName == imgTag) { in processAttributes() 129 if (m_tagName == scriptTag) in preload()
|
D | HTMLTreeBuilder.cpp | 188 || tagName == scriptTag in isSpecialNode() 740 || token.name() == scriptTag in processStartTagForInBody() 1102 if (token.name() == styleTag || token.name() == scriptTag) { in processStartTagForInTable() 1211 || token.name() == scriptTag in processStartTag() 1462 if (token.name() == scriptTag) { in processStartTag() 2217 if (token.name() == scriptTag) { in processEndTag() 2220 ASSERT(m_tree.currentElement()->hasTagName(scriptTag)); in processEndTag() 2315 …if (token.name() == SVGNames::scriptTag && m_tree.currentNode()->hasTagName(SVGNames::scriptTag)) { in processEndTag() 2656 if (m_tree.currentNode()->hasTagName(scriptTag)) in processEndOfFile() 2767 if (token.name() == scriptTag) { in processStartTagForInHead() [all …]
|
D | HTMLMetaCharsetParser.cpp | 180 if (tagName != scriptTag && tagName != noscriptTag in checkForMetaCharset()
|
D | XSSFilter.cpp | 240 if (hasName(token, scriptTag)) in filterTokenInitial() 288 ASSERT(hasName(token, scriptTag)); in filterScriptToken()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
D | mklistpage.pl | 47 print (&scriptTag($javascript) . "\n"); 210 sub scriptTag { subroutine
|
/external/webkit/Source/WebCore/dom/ |
D | ScriptElement.cpp | 369 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag)) in toScriptElement() 373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag)) in toScriptElement()
|
D | xml_expat_tokenizer.cpp | 462 if (newElement->hasTagName(scriptTag)) in startElementNs() 465 if (newElement->hasTagName(HTMLNames::scriptTag)) in startElementNs() 495 if (n->isElementNode() && m_view && static_cast<Element*>(n)->hasTagName(scriptTag)) { in endElementNs() 503 if (static_cast<Element*>(n)->hasTagName(scriptTag)) in endElementNs()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | DOMUtilitiesPrivate.cpp | 86 || element->hasTagName(HTMLNames::scriptTag) in elementHasLegalLinkAttribute()
|
D | WebPageSerializerImpl.cpp | 217 } else if (element->hasTagName(HTMLNames::scriptTag) in postActionAfterSerializeOpenTag() 238 else if (element->hasTagName(HTMLNames::scriptTag) in preActionBeforeSerializeEndTag()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLScriptElement.cpp | 43 ASSERT(hasTagName(scriptTag)); in HTMLScriptElement()
|