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/
TextTrackRegion.idl 38 [SetterRaisesException] attribute double regionAnchorY;
TextTrackRegion.h 73 double regionAnchorY() const { return m_regionAnchor.y(); }
TextTrackRegion.cpp 215 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY());
455 // anchor and regionAnchorY be the y dimension of the text track region
456 // anchor. Let topOffset be regionAnchorY multiplied by height divided by

Completed in 40 milliseconds