HomeSort by relevance Sort by last modified time
    Searched refs:scriptTag (Results 1 - 25 of 40) sorted by null

1 2

  /external/icu4c/layout/
GlyphLookupTables.cpp 15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const
19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL;
22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const
25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
GlyphLookupTables.h 27 le_bool coversScript(LETag scriptTag) const;
28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
ScriptAndLanguage.cpp 35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const
57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) {
63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count);
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const
75 const ScriptTable *scriptTable = findScript(scriptTag);
GlyphPositioningTables.cpp 20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
GlyphSubstitutionTables.cpp 22 LETag scriptTag,
35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
ScriptAndLanguage.h 46 const ScriptTable *findScript(LETag scriptTag) const;
47 const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
GlyphPosnLookupProc.h 30 LETag scriptTag,
GlyphPositioningTables.h 30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
GlyphSubstLookupProc.h 31 LETag scriptTag,
GlyphSubstitutionTables.h 30 LETag scriptTag,
GlyphPosnLookupProc.cpp 36 LETag scriptTag,
47 scriptTag,
GlyphSubstLookupProc.cpp 30 LETag scriptTag,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
LookupProcessor.h 53 LETag scriptTag,
LayoutEngine.cpp 205 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode);
209 if (canonGSUBTable->coversScript(scriptTag)) {
264 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
528 LETag scriptTag = 0x00000000;
538 else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode))) {
569 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) {
LookupProcessor.cpp 123 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
140 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);
  /external/webkit/Source/WebCore/html/parser/
HTMLPreloadScanner.cpp 64 && m_tagName != scriptTag)
75 if (m_tagName == scriptTag || m_tagName == imgTag) {
129 if (m_tagName == scriptTag)
HTMLTreeBuilder.cpp 188 || tagName == scriptTag
740 || token.name() == scriptTag
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
mklistpage.pl 47 print (&scriptTag($javascript) . "\n");
210 sub scriptTag {
  /external/webkit/Source/WebKit/chromium/src/
DOMUtilitiesPrivate.cpp 86 || element->hasTagName(HTMLNames::scriptTag)
WebPageSerializerImpl.cpp 217 } else if (element->hasTagName(HTMLNames::scriptTag)
238 else if (element->hasTagName(HTMLNames::scriptTag)
WebPageSerializer.cpp 64 if (element->hasTagName(HTMLNames::imgTag) || element->hasTagName(HTMLNames::scriptTag))
  /external/webkit/Source/WebCore/dom/
ScriptElement.cpp 369 if (element->isHTMLElement() && element->hasTagName(HTMLNames::scriptTag))
373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))
xml_expat_tokenizer.cpp 462 if (newElement->hasTagName(scriptTag))
465 if (newElement->hasTagName(HTMLNames::scriptTag))
495 if (n->isElementNode() && m_view && static_cast<Element*>(n)->hasTagName(scriptTag)) {
503 if (static_cast<Element*>(n)->hasTagName(scriptTag))
  /external/webkit/Source/WebCore/html/
HTMLScriptElement.cpp 43 ASSERT(hasTagName(scriptTag));
  /external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp 159 if (node->hasTagName(scriptTag) && !static_cast<HTMLScriptElement*>(node)->haveFiredLoadEvent())

Completed in 315 milliseconds

1 2