Searched refs:isNonPercentage (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTRegion.cpp | 72 static bool isNonPercentage(double value, const char* method, ExceptionState& exceptionState) in isNonPercentage() function 110 if (isNonPercentage(value, "width", exceptionState)) in setWidth() 128 if (isNonPercentage(value, "regionAnchorX", exceptionState)) in setRegionAnchorX() 136 if (isNonPercentage(value, "regionAnchorY", exceptionState)) in setRegionAnchorY() 144 if (isNonPercentage(value, "viewportAnchorX", exceptionState)) in setViewportAnchorX() 152 if (isNonPercentage(value, "viewportAnchorY", exceptionState)) in setViewportAnchorY()
|