HomeSort by relevance Sort by last modified time
    Searched defs:hasRegionsWithStyling (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 88 bool hasRegionsWithStyling() const { return m_hasRegionsWithStyling; }
RenderFlowThread.cpp 754 bool hasRegionsWithStyling = false;
758 hasRegionsWithStyling = true;
762 m_hasRegionsWithStyling = hasRegionsWithStyling;
    [all...]

Completed in 37 milliseconds