Home
last modified time | relevance | path

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

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