HomeSort by relevance Sort by last modified time
    Searched refs:fontTag (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGHKernElement.cpp 51 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
61 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
SVGVKernElement.cpp 49 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
59 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
SVGGlyphElement.cpp 53 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
SVGFontFaceElement.cpp 282 bool describesParentFont = parentNode()->hasTagName(SVGNames::fontTag);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 150 RefPtr<NodeList> list = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName());
161 ASSERT(list->item(i)->hasTagName(SVGNames::fontTag));
  /external/webkit/Source/WebCore/editing/
RemoveFormatCommand.cpp 58 elements.add(fontTag);
EditingStyle.cpp 248 : HTMLAttributeEquivalent(CSSPropertyFontSize, HTMLNames::fontTag, HTMLNames::sizeAttr)
627 HTMLAttributeEquivalents.append(HTMLAttributeEquivalent::create(CSSPropertyColor, HTMLNames::fontTag, HTMLNames::colorAttr));
628 HTMLAttributeEquivalents.append(HTMLAttributeEquivalent::create(CSSPropertyFontFamily, HTMLNames::fontTag, HTMLNames::faceAttr));
    [all...]
ApplyStyleCommand.cpp 97 if (!node || !node->hasTagName(fontTag))
109 RefPtr<Element> fontNode = createHTMLElement(document, fontTag);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFontElement.cpp 41 ASSERT(hasTagName(fontTag));
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 98 addElementClass(HTMLNames::fontTag, [DOMHTMLFontElement class]);
191 addElementClass(SVGNames::fontTag, [DOMSVGFontElement class]);
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 495 map.set(fontTag.localName().impl(), createFontWrapper);
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 211 || tagName == fontTag
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 244 milliseconds