/external/webkit/Source/WebCore/css/ |
MediaQueryEvaluator.cpp | 79 , m_style(0) 87 , m_style(0) 95 , m_style(0) 103 , m_style(style) 104 , m_expResult(false) // doesn't matter when we have m_frame and m_style 521 if (!m_frame || !m_style) 535 return func(expr->value(), m_style, m_frame, NoPrefix);
|
CSSStyleSelector.h | 117 RenderStyle* style() const { return m_style.get(); } 157 void setStyle(PassRefPtr<RenderStyle> s) { m_style = s; } // Used by the document when setting up its root style. 347 RefPtr<RenderStyle> m_style; member in class:WebCore::CSSStyleSelector
|
MediaQueryEvaluator.h | 86 RenderStyle* m_style; // not owned member in class:WebCore::MediaQueryEvaluator
|
SVGCSSStyleSelector.cpp | 112 SVGRenderStyle* svgstyle = m_style->accessSVGStyle(); 474 svgstyle->setStopColor(colorFromSVGColorCSSValue(static_cast<SVGColor*>(value), m_style->color())); 481 svgstyle->setLightingColor(colorFromSVGColorCSSValue(static_cast<SVGColor*>(value), m_style->color())); 506 svgstyle->setFloodColor(colorFromSVGColorCSSValue(static_cast<SVGColor*>(value), m_style->color()));
|
/external/webkit/Source/WebCore/editing/ |
InsertParagraphSeparatorCommand.cpp | 83 m_style = EditingStyle::create(pos); 84 m_style->mergeTypingStyle(pos.anchorNode()->document()); 98 if (!m_style) 101 m_style->prepareToApplyAt(endingSelection().start()); 102 if (!m_style->isEmpty()) 103 applyStyle(m_style.get());
|
ApplyStyleCommand.cpp | 123 , m_style(style->copy()) 137 , m_style(style->copy()) 151 , m_style(EditingStyle::create()) 165 , m_style(style->copy()) 210 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties(); 214 if (!m_style->isEmpty() || m_styledInlineElement || m_isInlineElementToRemoveFunction) { 215 applyRelativeFontStyleChange(m_style.get()); 216 applyInlineStyle(m_style.get()); 222 applyBlockStyle(m_style.get()); [all...] |
ApplyStyleCommand.h | 121 RefPtr<EditingStyle> m_style; member in class:WebCore::ApplyStyleCommand
|
/external/webkit/Source/WebCore/html/ |
HTMLOptionElement.h | 92 RefPtr<RenderStyle> m_style; member in class:WebCore::HTMLOptionElement
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGPath.cpp | 53 , m_style(style) 61 SVGRenderSupport::applyStrokeStyleToContext(gc, m_style, m_object); 66 RenderStyle* m_style; member in class:WebCore::BoundingRectStrokeStyleApplier
|
/external/webkit/Source/WebKit/win/ |
DOMCSSClasses.h | 121 WebCore::CSSStyleDeclaration* m_style; member in class:DOMCSSStyleDeclaration
|
/external/webkit/Source/WebCore/inspector/ |
InspectorStyleSheet.h | 129 CSSStyleDeclaration* cssStyle() const { return m_style.get(); } 152 RefPtr<CSSStyleDeclaration> m_style;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelper.h | 382 // Windows font data for the primary font. In a sense, m_logfont and m_style 388 // m_height and m_style if they're known. Getters for them would have to 395 int m_style; member in class:WebCore::UniscribeHelper
|
UniscribeHelper.cpp | 602 setLogFontAndStyle(m_hfont, &m_logfont, &m_style); 608 bool fontOk = getDerivedFontData(family, m_style, &m_logfont, 622 fontOk = getDerivedFontData(family, m_style, &m_logfont, [all...] |
FontPlatformDataLinux.h | 171 FontRenderStyle m_style; member in class:WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.h | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderObject.h | 595 RenderStyle* style() const { return m_style.get(); } 834 RefPtr<RenderStyle> m_style; member in class:WebCore::RenderObject [all...] |