Searched refs:annotatedRegions (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp318 const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h333 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
H A DInternals.cpp1847 return annotatedRegions(document, true, exceptionState);
1852 return annotatedRegions(document, false, exceptionState);
1855 PassRefPtrWillBeRawPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState) function in class:blink::Internals
1865 Vector<AnnotatedRegionValue> regions = document->annotatedRegions();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h872 const Vector<AnnotatedRegionValue>& annotatedRegions() const;
H A DDocument.cpp3497 const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2351 if (newRegions == document->annotatedRegions())

Completed in 505 milliseconds