HomeSort by relevance Sort by last modified time
    Searched defs:defaultStyle (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/editing/
RemoveFormatCommand.cpp 59 RefPtr<CSSMutableStyleDeclaration> defaultStyle = editingStyleAtPosition(Position(root, 0));
78 frame->setTypingStyle(defaultStyle.get());
markup.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 45 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
47 fill = defaultStyle->fill;
48 stroke = defaultStyle->stroke;
49 text = defaultStyle->text;
50 stops = defaultStyle->stops;
51 clip = defaultStyle->clip;
52 mask = defaultStyle->mask;
53 misc = defaultStyle->misc;
54 markers = defaultStyle->markers;
55 shadowSVG = defaultStyle->shadowSVG
    [all...]
RenderStyle.cpp 39 inline RenderStyle* defaultStyle()
74 , box(defaultStyle()->box)
75 , visual(defaultStyle()->visual)
76 , background(defaultStyle()->background)
77 , surround(defaultStyle()->surround)
78 , rareNonInheritedData(defaultStyle()->rareNonInheritedData)
79 , rareInheritedData(defaultStyle()->rareInheritedData)
80 , inherited(defaultStyle()->inherited)
82 , m_svgStyle(defaultStyle()->m_svgStyle)
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 377 static CSSRuleSet* defaultStyle;
422 if (!defaultStyle) {
522 ASSERT(defaultStyle);
523 delete defaultStyle;
525 defaultStyle = new CSSRuleSet;
528 ASSERT(!defaultStyle);
529 defaultStyle = new CSSRuleSet;
537 defaultStyle->addRulesFromSheet(defaultSheet, screenEval());
548 ASSERT(!defaultStyle);
551 defaultStyle = new CSSRuleSet
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 57 milliseconds