HomeSort by relevance Sort by last modified time
    Searched defs:addHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Geometry.js 225 Size.prototype.addHeight = function(size)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DOMExtension.js 272 Constraints.prototype.addHeight = function(value)
275 return new Constraints(this.minimum.addHeight(value), this.preferred.addHeight(value));
276 return new Constraints(this.minimum.addHeight(value.minimum), this.preferred.addHeight(value.preferred));

Completed in 92 milliseconds