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

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h139 virtual bool isBoxModelObject() const { return true; } function in class:WebCore::RenderBoxModelObject
171 ASSERT(!object || object->isBoxModelObject());
177 ASSERT(!object || object->isBoxModelObject());
H A DRenderObject.h252 virtual bool isBoxModelObject() const { return false; } function in class:WebCore::RenderObject

Completed in 209 milliseconds