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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h335 virtual bool isInlineBlockOrInlineTable() const { return isInline() && isReplaced(); } function in class:WebCore::RenderBlock
H A DRenderObject.h263 virtual bool isInlineBlockOrInlineTable() const { return false; } function in class:WebCore::RenderObject

Completed in 1337 milliseconds