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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverviewGrid.js 105 windowRight: function()
107 return this._window.windowRight;
169 this.windowRight = 1.0;
196 this.windowRight = 1.0;
300 this._dragStartRight = this.windowRight;
353 * @param {number} windowRight
355 _setWindow: function(windowLeft, windowRight)
358 var right = windowRight;
359 var width = windowRight - windowLeft;
366 left = ((windowRight + windowLeft) - width * factor) / 2
    [all...]
TimelineOverviewPane.js 119 windowTimes = this._overviewControl.windowTimes(this.windowLeft(), this.windowRight());
263 windowRight: function()
265 return this._overviewGrid.windowRight();
272 var times = this._overviewControl.windowTimes(this.windowLeft(), this.windowRight());
413 * @param {number} windowRight
415 windowTimes: function(windowLeft, windowRight)
421 endTime: absoluteMin + timeSpan * windowRight
865 * @param {number} windowRight
867 windowTimes: function(windowLeft, windowRight)
870 return WebInspector.TimelineOverviewBase.prototype.windowTimes.call(this, windowLeft, windowRight);
    [all...]

Completed in 213 milliseconds