/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 | 209 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()
|
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 | 133 …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/ |
D | HTMLPreloadScanner.cpp | 87 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()
|
D | HTMLTreeBuilderSimulator.cpp | 151 else if (threadSafeMatch(tagName, scriptTag)) in simulate() 170 if (threadSafeMatch(tagName, scriptTag)) { in simulate()
|
D | HTMLTreeBuilder.cpp | 662 || 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()
|
D | HTMLMetaCharsetParser.cpp | 189 if (tagName != scriptTag && tagName != noscriptTag in checkForMetaCharset()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | DOMUtilitiesPrivate.cpp | 48 …return element->hasTagName(imgTag) || element->hasTagName(scriptTag) || element->hasTagName(iframe… in elementHasLegalLinkAttribute()
|
D | WebPageSerializerImpl.cpp | 215 } 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/ |
D | HTMLScriptElement.h | 77 DEFINE_NODE_TYPE_CASTS(HTMLScriptElement, hasTagName(HTMLNames::scriptTag));
|
D | HTMLScriptElement.cpp | 41 : HTMLElement(scriptTag, document) in HTMLScriptElement()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGScriptElement.h | 97 DEFINE_NODE_TYPE_CASTS(SVGScriptElement, hasTagName(SVGNames::scriptTag));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ScriptLoader.cpp | 290 return element->hasTagName(HTMLNames::scriptTag); in isHTMLScriptLoader() 295 return element->hasTagName(SVGNames::scriptTag); in isSVGScriptLoader()
|