Home
last modified time | relevance | path

Searched refs:scriptTag (Results 1 – 25 of 43) 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.cpp209 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); in characterProcessing() local
213 if (canonGSUBTable->coversScript(scriptTag)) { in characterProcessing()
268 …outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing()
533 LETag scriptTag = 0x00000000; in layoutEngineFactory() local
543 …else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptT… in layoutEngineFactory()
579 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.cpp133 …LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_boo… in LookupProcessor() argument
150 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag); in LookupProcessor()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLPreloadScanner.cpp87 if (match(tagImpl, scriptTag)) in initiatorFor()
88 return scriptTag.localName(); in initiatorFor()
107 && !match(m_tagImpl, scriptTag)) in StartTagScanner()
157 if (match(m_tagImpl, scriptTag)) { in processAttribute()
217 if (match(m_tagImpl, scriptTag)) in resourceType()
DHTMLTreeBuilderSimulator.cpp151 else if (threadSafeMatch(tagName, scriptTag)) in simulate()
170 if (threadSafeMatch(tagName, scriptTag)) { in simulate()
DHTMLTreeBuilder.cpp662 || token->name() == scriptTag in processStartTagForInBody()
1076 if (token->name() == styleTag || token->name() == scriptTag) { in processStartTagForInTable()
1165 || token->name() == scriptTag in processStartTag()
1425 if (token->name() == scriptTag) { in processStartTag()
1449 || token->name() == scriptTag in processStartTag()
2146 if (token->name() == scriptTag) { in processEndTag()
2148 ASSERT(m_tree.currentStackItem()->hasTagName(scriptTag)); in processEndTag()
2537 if (m_tree.currentStackItem()->hasTagName(scriptTag)) in processEndOfFile()
2643 if (token->name() == scriptTag) { in processStartTagForInHead()
2806 …if (token->name() == SVGNames::scriptTag && m_tree.currentStackItem()->hasTagName(SVGNames::script… in processTokenInForeignContent()
DHTMLMetaCharsetParser.cpp189 if (tagName != scriptTag && tagName != noscriptTag in checkForMetaCharset()
/external/chromium_org/third_party/WebKit/Source/web/
DDOMUtilitiesPrivate.cpp48 …return element->hasTagName(imgTag) || element->hasTagName(scriptTag) || element->hasTagName(iframe… in elementHasLegalLinkAttribute()
DWebPageSerializerImpl.cpp215 } else if (element->hasTagName(HTMLNames::scriptTag) in postActionAfterSerializeOpenTag()
236 else if (element->hasTagName(HTMLNames::scriptTag) in preActionBeforeSerializeEndTag()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLScriptElement.h77 DEFINE_NODE_TYPE_CASTS(HTMLScriptElement, hasTagName(HTMLNames::scriptTag));
DHTMLScriptElement.cpp41 : HTMLElement(scriptTag, document) in HTMLScriptElement()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGScriptElement.h97 DEFINE_NODE_TYPE_CASTS(SVGScriptElement, hasTagName(SVGNames::scriptTag));
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp290 return element->hasTagName(HTMLNames::scriptTag); in isHTMLScriptLoader()
295 return element->hasTagName(SVGNames::scriptTag); in isSVGScriptLoader()

12