Searched defs:renderStyle (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNodeRenderStyle.h34 inline RenderStyle* Node::renderStyle() const function in class:WebCore::Node
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp40 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attributes, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
43 if (renderStyle == RenderDirectlyToHostWindow)
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp316 RenderStyle* renderStyle = node->computedStyle(); local
317 removeTextFillAndStrokeColorsIfNeeded(renderStyle);
318 replaceFontSizeByKeywordIfPossible(renderStyle, computedStyleAtPosition.get());
325 void EditingStyle::removeTextFillAndStrokeColorsIfNeeded(RenderStyle* renderStyle) argument
331 if (!renderStyle->textFillColor().isValid())
333 if (!renderStyle->textStrokeColor().isValid())
347 void EditingStyle::replaceFontSizeByKeywordIfPossible(RenderStyle* renderStyle, CSSComputedStyleDeclaration* computedStyle) argument
349 ASSERT(renderStyle);
350 if (renderStyle->fontDescription().keywordSize())
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp937 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
940 if (!internal->initialize(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow)) {
943 RefPtr<GraphicsContext3D> result = adoptRef(new GraphicsContext3D(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow));
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1407 RenderStyle* renderStyle = renderTextControl->style(); local
1408 return QVariant(QFont(renderStyle->font().font()));
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp607 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
610 if (renderStyle == RenderDirectlyToHostWindow)

Completed in 191 milliseconds