Searched refs:collectAnnotatedRegions (Results 1 – 3 of 3) sorted by relevance
687 void collectAnnotatedRegions(Vector<AnnotatedRegionValue>&);
3064 void RenderObject::collectAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) in collectAnnotatedRegions() function in WebCore::RenderObject3073 curr->collectAnnotatedRegions(regions); in collectAnnotatedRegions()
2740 document->renderBox()->collectAnnotatedRegions(newRegions); in updateAnnotatedRegions()