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/
TextTrackRegion.idl 37 [SetterRaisesException] attribute double regionAnchorX;
TextTrackRegion.h 70 double regionAnchorX() const { return m_regionAnchor.x(); }
TextTrackRegion.cpp 215 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY());
446 // anchor and regionAnchorX be the x dimension of the text track region
447 // anchor. Let leftOffset be regionAnchorX multiplied by width divided by

Completed in 38 milliseconds