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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp285 const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h330 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
H A DInternals.cpp2044 return annotatedRegions(document, true, exceptionState);
2049 return annotatedRegions(document, false, exceptionState);
2052 PassRefPtrWillBeRawPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState) function in class:WebCore::Internals
2061 Vector<AnnotatedRegionValue> regions = document->annotatedRegions();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h892 const Vector<AnnotatedRegionValue>& annotatedRegions() const;
H A DDocument.cpp3534 const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const function in class:WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2494 if (newRegions == document->annotatedRegions())

Completed in 116 milliseconds