Home
last modified time | relevance | path

Searched refs:regionAnchorY (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.h76 double regionAnchorY() const { return m_regionAnchor.y(); } in regionAnchorY() function
DVTTRegion.idl38 [RaisesException=Setter] attribute double regionAnchorY;
DVTTRegion.cpp185 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY()); in updateParametersFromRegion()