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

/external/webkit/WebCore/rendering/
H A DInlineBox.h238 bool visibleToHitTesting() const { return renderer()->style()->visibility() == VISIBLE && renderer()->style()->pointerEvents() != PE_NONE; } function in class:WebCore::InlineBox
H A DRenderObject.h754 bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE; } function in class:WebCore::RenderObject

Completed in 14 milliseconds