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

  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 835 m_rootElementStyle = docElement && e != docElement ? docElement->renderStyle() : docStyle;
    [all...]
SVGCSSStyleSelector.cpp 561 int x = item->x->computeLengthInt(style(), m_rootElementStyle);
562 int y = item->y->computeLengthInt(style(), m_rootElementStyle);
563 int blur = item->blur ? item->blur->computeLengthInt(style(), m_rootElementStyle) : 0;
CSSStyleSelector.h 349 RenderStyle* m_rootElementStyle;

Completed in 74 milliseconds