Home
last modified time | relevance | path

Searched defs:hasCounterNodeMap (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h402 bool hasCounterNodeMap() const { return m_bitfields.hasCounterNodeMap(); } in hasCounterNodeMap() function
403 …void setHasCounterNodeMap(bool hasCounterNodeMap) { m_bitfields.setHasCounterNodeMap(hasCounterNod… in setHasCounterNodeMap()