Searched refs:defaultStyle (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyle.cpp | 36 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault); in SVGRenderStyle() local 38 fill = defaultStyle->fill; in SVGRenderStyle() 39 stroke = defaultStyle->stroke; in SVGRenderStyle() 40 stops = defaultStyle->stops; in SVGRenderStyle() 41 misc = defaultStyle->misc; in SVGRenderStyle() 42 inheritedResources = defaultStyle->inheritedResources; in SVGRenderStyle() 43 resources = defaultStyle->resources; in SVGRenderStyle()
|
D | RenderStyle.cpp | 70 inline RenderStyle* defaultStyle() in defaultStyle() function 101 : m_box(defaultStyle()->m_box) in RenderStyle() 102 , visual(defaultStyle()->visual) in RenderStyle() 103 , m_background(defaultStyle()->m_background) in RenderStyle() 104 , surround(defaultStyle()->surround) in RenderStyle() 105 , rareNonInheritedData(defaultStyle()->rareNonInheritedData) in RenderStyle() 106 , rareInheritedData(defaultStyle()->rareInheritedData) in RenderStyle() 107 , inherited(defaultStyle()->inherited) in RenderStyle() 108 , m_svgStyle(defaultStyle()->m_svgStyle) in RenderStyle()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
D | X500Name.java | 33 private static X500NameStyle defaultStyle = BCStyle.INSTANCE; field in X500Name 101 this(defaultStyle, seq); in X500Name() 122 this(defaultStyle, rDNs); in X500Name() 136 this(defaultStyle, dirName); in X500Name() 314 defaultStyle = style; in setDefaultStyle() 324 return defaultStyle; in getDefaultStyle()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | RemoveFormatCommand.cpp | 91 RefPtrWillBeRawPtr<EditingStyle> defaultStyle = EditingStyle::create(root); in doApply() local 95 defaultStyle->style()->setProperty(CSSPropertyBackgroundColor, CSSValueTransparent); in doApply() 97 …applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemo… in doApply()
|
D | EditingStyle.cpp | 1229 …RefPtrWillBeRawPtr<StylePropertySet> defaultStyle = styleFromMatchedRulesForElement(element, Style… in removePropertiesInElementDefaultStyle() local 1231 removePropertiesInStyle(m_mutableStyle.get(), defaultStyle.get()); in removePropertiesInElementDefaultStyle()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSMatrix.cpp | 65 DEFINE_STATIC_REF(RenderStyle, defaultStyle, RenderStyle::createDefaultStyle()); in setMatrixValue() 67 …eateTransformOperations(value.get(), CSSToLengthConversionData(defaultStyle, defaultStyle, 0, 0, 1… in setMatrixValue()
|
D | CSSDefaultStyleSheets.h | 40 RuleSet* defaultStyle() { return m_defaultStyle.get(); } in defaultStyle() function
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 114 FX_BOOL defaultStyle(OBJ_PROP_PARAMS); 286 JS_STATIC_PROP(defaultStyle, Field);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 294 if (defaultStyleSheets.defaultStyle()) in collectFeatures() 295 m_features.add(defaultStyleSheets.defaultStyle()->features()); in collectFeatures() 440 …et = m_printMediaType ? defaultStyleSheets.defaultPrintStyle() : defaultStyleSheets.defaultStyle(); in matchUARules() 884 …viewportStyleResolver()->collectViewportRules(defaultStyleSheets.defaultStyle(), ViewportStyleReso… in collectViewportRules()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 42 JS_STATIC_PROP_ENTRY(defaultStyle) in END_JS_STATIC_CONST() 1155 FX_BOOL Field::defaultStyle(OBJ_PROP_PARAMS) in defaultStyle() function in Field
|