Searched refs:AnnotatedRegionValue (Results 1 – 9 of 9) sorted by relevance
318 const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions(); in draggableRegions()321 const AnnotatedRegionValue& value = regions[i]; in draggableRegions()
154 struct AnnotatedRegionValue;872 const Vector<AnnotatedRegionValue>& annotatedRegions() const;873 void setAnnotatedRegions(const Vector<AnnotatedRegionValue>&);1291 Vector<AnnotatedRegionValue> m_annotatedRegions;
3497 const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const in annotatedRegions()3502 void Document::setAnnotatedRegions(const Vector<AnnotatedRegionValue>& regions) in setAnnotatedRegions()
126 struct AnnotatedRegionValue { struct127 bool operator==(const AnnotatedRegionValue& o) const727 virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&);728 void collectAnnotatedRegions(Vector<AnnotatedRegionValue>&);
175 virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) OVERRIDE FINAL;
1411 void RenderInline::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) in addAnnotatedRegions()1420 AnnotatedRegionValue region; in addAnnotatedRegions()
2823 void RenderObject::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) in addAnnotatedRegions()2836 AnnotatedRegionValue region; in addAnnotatedRegions()2842 void RenderObject::collectAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) in collectAnnotatedRegions()
2349 Vector<AnnotatedRegionValue> newRegions; in updateAnnotatedRegions()
1865 Vector<AnnotatedRegionValue> regions = document->annotatedRegions(); in annotatedRegions()