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

/external/chromium_org/third_party/WebKit/Source/core/testing/
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.cpp3497 const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const function in class:blink::Document

Completed in 785 milliseconds