Searched refs:isRelayoutBoundaryForInspector (Results 1 – 3 of 3) sorted by relevance
981 bool isRelayoutBoundaryForInspector() const;
3367 bool RenderObject::isRelayoutBoundaryForInspector() const in isRelayoutBoundaryForInspector() function in WebCore::RenderObject
2007 while (renderer && !renderer->isRoot() && !renderer->isRelayoutBoundaryForInspector()) in getRelayoutBoundary()