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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.idl 37 [RaisesException=Setter] attribute double regionAnchorX;
VTTRegion.h 70 double regionAnchorX() const { return m_regionAnchor.x(); }
VTTRegion.cpp 127 if (isNonPercentage(value, "regionAnchorX", exceptionState))
184 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY());
412 // anchor and regionAnchorX be the x dimension of the text track region
413 // anchor. Let leftOffset be regionAnchorX multiplied by width divided by

Completed in 60 milliseconds