Searched defs:edgeIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DPolygonShape.h49 , m_edgeIndex(edge.edgeIndex())
72 int edgeIndex() const { return m_edgeIndex; } function in class:WebCore::OffsetPolygonEdge
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygon.h129 unsigned edgeIndex() const { return m_edgeIndex; } function in class:WebCore::FloatPolygonEdge
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp539 int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1); local
540 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex));
541 return nextValidIndex(edgeIndex, direction, skipAmount);

Completed in 120 milliseconds