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

  /external/webkit/Source/WebCore/svg/
SVGHKernElement.cpp 50 ContainerNode* fontNode = parentNode();
51 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
52 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
60 ContainerNode* fontNode = parentNode();
61 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
62 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
SVGVKernElement.cpp 48 ContainerNode* fontNode = parentNode();
49 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
50 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
58 ContainerNode* fontNode = parentNode();
59 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
60 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
SVGGlyphElement.cpp 52 ContainerNode* fontNode = parentNode();
53 if (fontNode && fontNode->hasTagName(SVGNames::fontTag)) {
54 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 109 RefPtr<Element> fontNode = createHTMLElement(document, fontTag);
110 fontNode->setAttribute(classAttr, styleSpanClassString());
111 return fontNode.release();
    [all...]

Completed in 373 milliseconds