Home
last modified time | relevance | path

Searched refs:scriptTag (Results 1 – 25 of 41) sorted by relevance

12

/external/icu4c/layout/
DScriptAndLanguage.cpp35 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()
DGlyphLookupTables.cpp15 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()
DGlyphLookupTables.h27 le_bool coversScript(LETag scriptTag) const;
28 …le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) co…
DGlyphSubstitutionTables.cpp22 LETag scriptTag, in process() argument
35 …GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featu… in process()
DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag, in process() argument
28 …GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCoun… in process()
DScriptAndLanguage.h46 const ScriptTable *findScript(LETag scriptTag) const;
47 …const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) …
DGlyphSubstLookupProc.cpp30 LETag scriptTag, in GlyphSubstitutionLookupProcessor() argument
42scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor()
DGlyphPosnLookupProc.cpp36 LETag scriptTag, in GlyphPositioningLookupProcessor() argument
47 scriptTag, in GlyphPositioningLookupProcessor()
DLayoutEngine.cpp205 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()
DGlyphSubstitutionTables.h30 LETag scriptTag,
DGlyphPosnLookupProc.h30 LETag scriptTag,
DGlyphPositioningTables.h30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
DGlyphSubstLookupProc.h31 LETag scriptTag,
DLookupProcessor.h53 LETag scriptTag,
DLookupProcessor.cpp129 …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/
DHTMLPreloadScanner.cpp64 && m_tagName != scriptTag) in processAttributes()
75 if (m_tagName == scriptTag || m_tagName == imgTag) { in processAttributes()
129 if (m_tagName == scriptTag) in preload()
DHTMLTreeBuilder.cpp188 || 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 …]
DHTMLMetaCharsetParser.cpp180 if (tagName != scriptTag && tagName != noscriptTag in checkForMetaCharset()
DXSSFilter.cpp240 if (hasName(token, scriptTag)) in filterTokenInitial()
288 ASSERT(hasName(token, scriptTag)); in filterScriptToken()
/external/webkit/Source/JavaScriptCore/tests/mozilla/
Dmklistpage.pl47 print (&scriptTag($javascript) . "\n");
210 sub scriptTag { subroutine
/external/webkit/Source/WebCore/dom/
DScriptElement.cpp369 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag)) in toScriptElement()
373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag)) in toScriptElement()
Dxml_expat_tokenizer.cpp462 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/
DDOMUtilitiesPrivate.cpp86 || element->hasTagName(HTMLNames::scriptTag) in elementHasLegalLinkAttribute()
DWebPageSerializerImpl.cpp217 } else if (element->hasTagName(HTMLNames::scriptTag) in postActionAfterSerializeOpenTag()
238 else if (element->hasTagName(HTMLNames::scriptTag) in preActionBeforeSerializeEndTag()
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.cpp43 ASSERT(hasTagName(scriptTag)); in HTMLScriptElement()

12