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

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

Completed in 303 milliseconds