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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1448 if (!isRooted(&view))
1462 if (!isRooted(&view))
2437 bool RenderObject::isRooted(RenderView** view) const function in class:WebCore::RenderObject
2605 // FIXME: We should ASSERT(isRooted()) here but generated content makes some out-of-order insertion.
2633 // FIXME: We should ASSERT(isRooted()) but we have some out-of-order removals which would need to be fixed first.
2833 if (isRooted()) {

Completed in 63 milliseconds