Searched refs:hasAnnotatedRegions (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp317 if (document->hasAnnotatedRegions()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp619 if (box().document().hasAnnotatedRegions())
908 if (box().document().hasAnnotatedRegions())
932 if (box().document().hasAnnotatedRegions())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h870 bool hasAnnotatedRegions () const { return m_hasAnnotatedRegions; } function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2347 if (!document->hasAnnotatedRegions())

Completed in 107 milliseconds