Searched refs:markerHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.idl46 readonly attribute SVGAnimatedLength markerHeight;
H A DSVGMarkerElement.h68 SVGAnimatedLength* markerHeight() const { return m_markerHeight.get(); } function in class:blink::FINAL
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options_startup_page_list.js293 var markerHeight = 6;
295 marker.style.top = (rect.top - markerHeight / 2) + 'px';
297 marker.style.top = (rect.bottom - markerHeight / 2) + 'px';
H A Dlanguage_list.js331 var markerHeight = 8;
333 marker.style.top = (rect.top - markerHeight / 2) + 'px';
335 marker.style.top = (rect.bottom - markerHeight / 2) + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.cpp180 float h = marker->markerHeight()->currentValue()->value(lengthContext);

Completed in 2847 milliseconds