Searched refs:AnnotatedRegionValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp318 const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions();
321 const AnnotatedRegionValue& value = regions[i];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h175 virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) OVERRIDE FINAL;
H A DRenderObject.h126 struct AnnotatedRegionValue { struct in namespace:blink
127 bool operator==(const AnnotatedRegionValue& o) const
727 virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&);
728 void collectAnnotatedRegions(Vector<AnnotatedRegionValue>&);
H A DRenderInline.cpp1411 void RenderInline::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions)
1420 AnnotatedRegionValue region;
H A DRenderObject.cpp2823 void RenderObject::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions)
2836 AnnotatedRegionValue region;
2842 void RenderObject::collectAnnotatedRegions(Vector<AnnotatedRegionValue>& regions)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h154 struct AnnotatedRegionValue;
872 const Vector<AnnotatedRegionValue>& annotatedRegions() const;
873 void setAnnotatedRegions(const Vector<AnnotatedRegionValue>&);
1291 Vector<AnnotatedRegionValue> m_annotatedRegions;
H A DDocument.cpp3497 const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const
3502 void Document::setAnnotatedRegions(const Vector<AnnotatedRegionValue>& regions)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2349 Vector<AnnotatedRegionValue> newRegions;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1865 Vector<AnnotatedRegionValue> regions = document->annotatedRegions();

Completed in 235 milliseconds