Home
last modified time | relevance | path

Searched refs:isRenderFullScreenPlaceholder (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFullScreen.cpp42 virtual bool isRenderFullScreenPlaceholder() const OVERRIDE { return true; } in isRenderFullScreenPlaceholder() function in FINAL
DRenderObject.h378 virtual bool isRenderFullScreenPlaceholder() const { return false; } in isRenderFullScreenPlaceholder() function
527 && !isRenderFullScreenPlaceholder(); in isAnonymousBlock()
DRenderObject.cpp1913 if (child->isRenderFullScreen() || child->isRenderFullScreenPlaceholder()) in propagateStyleToAnonymousChildren()
DRenderBlock.cpp824 || beforeChildAnonymousContainer->isRenderFullScreenPlaceholder() in addChildIgnoringAnonymousColumnBlocks()