Searched refs:defaultStyle (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.cpp45 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault); local
47 fill = defaultStyle->fill;
48 stroke = defaultStyle->stroke;
49 text = defaultStyle->text;
50 stops = defaultStyle->stops;
51 misc = defaultStyle->misc;
52 shadowSVG = defaultStyle->shadowSVG;
53 inheritedResources = defaultStyle->inheritedResources;
54 resources = defaultStyle->resources;
H A DRenderStyle.cpp43 inline RenderStyle* defaultStyle() function in namespace:WebCore
85 , m_box(defaultStyle()->m_box)
86 , visual(defaultStyle()->visual)
87 , m_background(defaultStyle()->m_background)
88 , surround(defaultStyle()->surround)
89 , rareNonInheritedData(defaultStyle()->rareNonInheritedData)
90 , rareInheritedData(defaultStyle()->rareInheritedData)
91 , inherited(defaultStyle()->inherited)
93 , m_svgStyle(defaultStyle()->m_svgStyle)
/external/webkit/Source/WebCore/editing/
H A DRemoveFormatCommand.cpp88 RefPtr<EditingStyle> defaultStyle = EditingStyle::create(root); local
90 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
H A Dmarkup.cpp658 RefPtr<EditingStyle> defaultStyle = EditingStyle::create(document->documentElement()); local
659 if (!defaultStyle->isEmpty())
660 accumulator.wrapWithStyleNode(defaultStyle->style(), document);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java33 private static X500NameStyle defaultStyle = BCStyle.INSTANCE; field in class:X500Name
101 this(defaultStyle, seq);
122 this(defaultStyle, rDNs);
136 this(defaultStyle, dirName);
314 defaultStyle = style;
324 return defaultStyle;
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp359 static RuleSet* defaultStyle; member in namespace:WebCore
382 defaultStyle->collectFeatures(features);
445 if (!defaultStyle) {
560 ASSERT(defaultStyle);
561 delete defaultStyle;
563 defaultStyle = new RuleSet;
566 ASSERT(!defaultStyle);
567 defaultStyle = new RuleSet;
575 defaultStyle->addRulesFromSheet(defaultSheet, screenEval());
586 ASSERT(!defaultStyle);
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DDatePrototype.cpp135 static CFDateFormatterStyle styleFromArgString(const UString& string, CFDateFormatterStyle defaultStyle) argument
145 return defaultStyle;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 353 milliseconds