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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveFormatCommand.cpp 91 RefPtrWillBeRawPtr<EditingStyle> defaultStyle = EditingStyle::create(root);
95 defaultStyle->style()->setProperty(CSSPropertyBackgroundColor, CSSValueTransparent);
97 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 36 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
38 fill = defaultStyle->fill;
39 stroke = defaultStyle->stroke;
40 stops = defaultStyle->stops;
41 misc = defaultStyle->misc;
42 inheritedResources = defaultStyle->inheritedResources;
43 resources = defaultStyle->resources;
RenderStyle.cpp 70 inline RenderStyle* defaultStyle()
83 return adoptRef(new RenderStyle(DefaultStyle));
101 : m_box(defaultStyle()->m_box)
102 , visual(defaultStyle()->visual)
103 , m_background(defaultStyle()->m_background)
104 , surround(defaultStyle()->surround)
105 , rareNonInheritedData(defaultStyle()->rareNonInheritedData)
106 , rareInheritedData(defaultStyle()->rareInheritedData)
107 , inherited(defaultStyle()->inherited)
108 , m_svgStyle(defaultStyle()->m_svgStyle
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 33 private static X500NameStyle defaultStyle = BCStyle.INSTANCE;
101 this(defaultStyle, seq);
122 this(defaultStyle, rDNs);
136 this(defaultStyle, dirName);
314 defaultStyle = style;
324 return defaultStyle;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 65 DEFINE_STATIC_REF(RenderStyle, defaultStyle, RenderStyle::createDefaultStyle());
67 if (!TransformBuilder::createTransformOperations(value.get(), CSSToLengthConversionData(defaultStyle, defaultStyle, 0, 0, 1.0f), operations)) {
CSSDefaultStyleSheets.h 40 RuleSet* defaultStyle() { return m_defaultStyle.get(); }
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 91 * @param defaultStyle The default style to use with the View
93 public PhotoView(Context context, AttributeSet attributeSet, int defaultStyle) {
94 super(context, attributeSet, defaultStyle);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 294 if (defaultStyleSheets.defaultStyle())
295 m_features.add(defaultStyleSheets.defaultStyle()->features());
440 RuleSet* userAgentStyleSheet = m_printMediaType ? defaultStyleSheets.defaultPrintStyle() : defaultStyleSheets.defaultStyle();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 719 milliseconds