OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regionAnchorY
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.idl
36
[RaisesException=Setter] attribute double
regionAnchorY
;
VTTRegion.h
71
double
regionAnchorY
() const { return m_regionAnchor.y(); }
VTTRegion.cpp
138
if (isInfiniteOrNonNumberOrNonPercentage(value, "
regionAnchorY
", exceptionState))
187
m_regionAnchor = FloatPoint(region->regionAnchorX(), region->
regionAnchorY
());
417
// anchor and
regionAnchorY
be the y dimension of the text track region
418
// anchor. Let topOffset be
regionAnchorY
multiplied by height divided by
Completed in 30 milliseconds