Searched defs:addWidth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DGeometry.js207 Size.prototype.addWidth = function(size)
H A DDOMExtension.js257 Constraints.prototype.addWidth = function(value)
260 return new Constraints(this.minimum.addWidth(value), this.preferred.addWidth(value));
261 return new Constraints(this.minimum.addWidth(value.minimum), this.preferred.addWidth(value.preferred));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp225 int addWidth = thumbCenter * (1.0 - 2.0 * currentPosition / rect.width()); local
226 currentPosition += addWidth;

Completed in 120 milliseconds