HomeSort by relevance Sort by last modified time
    Searched defs:isBoxModelObject (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 143 virtual bool isBoxModelObject() const { return true; }
175 ASSERT(!object || object->isBoxModelObject());
181 ASSERT(!object || object->isBoxModelObject());
RenderObject.h 252 virtual bool isBoxModelObject() const { return false; }
    [all...]

Completed in 31 milliseconds