HomeSort by relevance Sort by last modified time
    Searched refs:regionAnchorY (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.idl 38 [RaisesException=Setter] attribute double regionAnchorY;
VTTRegion.h 73 double regionAnchorY() const { return m_regionAnchor.y(); }
VTTRegion.cpp 135 if (isNonPercentage(value, "regionAnchorY", exceptionState))
184 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY());
421 // anchor and regionAnchorY be the y dimension of the text track region
422 // anchor. Let topOffset be regionAnchorY multiplied by height divided by

Completed in 42 milliseconds