Searched refs:SubtargetGeometryList (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | TouchAdjustment.cpp | 64 typedef Vector<SubtargetGeometry> SubtargetGeometryList; typedef 66 typedef void (*AppendSubtargetsForNode)(Node*, SubtargetGeometryList&); 125 … appendQuadsToSubtargetList(Vector<FloatQuad>& quads, Node* node, SubtargetGeometryList& subtarget… in appendQuadsToSubtargetList() 133 static inline void appendBasicSubtargetsForNode(Node* node, SubtargetGeometryList& subtargets) in appendBasicSubtargetsForNode() 144 static inline void appendContextSubtargetsForNode(Node* node, SubtargetGeometryList& subtargets) in appendContextSubtargetsForNode() 203 static inline void appendZoomableSubtargets(Node* node, SubtargetGeometryList& subtargets) in appendZoomableSubtargets() 232 void compileSubtargetList(const Vector<RefPtr<Node> >& intersectedNodes, SubtargetGeometryList& sub… in compileSubtargetList() 307 void compileZoomableSubtargets(const Vector<RefPtr<Node> >& intersectedNodes, SubtargetGeometryList… in compileZoomableSubtargets() 435 …rgetArea, const IntPoint& touchHotspot, const IntRect& touchArea, SubtargetGeometryList& subtarget… in findNodeWithLowestDistanceMetric() 439 SubtargetGeometryList::const_iterator it = subtargets.begin(); in findNodeWithLowestDistanceMetric() [all …]
|