OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowRight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js
82
this._windowTimes = this._overviewControl.windowTimes(this.windowLeft(), this.
windowRight
());
180
windowRight
: function()
182
return this._overviewGrid.
windowRight
();
189
var times = this._overviewControl.windowTimes(this.windowLeft(), this.
windowRight
());
328
* @param {number}
windowRight
330
windowTimes: function(windowLeft,
windowRight
)
336
endTime: absoluteMin + timeSpan *
windowRight
OverviewGrid.js
104
windowRight
: function()
106
return this._window.
windowRight
;
168
this.
windowRight
= 1.0;
195
this.
windowRight
= 1.0;
298
this._dragStartRight = this.
windowRight
;
351
* @param {number}
windowRight
353
_setWindow: function(windowLeft,
windowRight
)
356
var right =
windowRight
;
357
var width =
windowRight
- windowLeft;
364
left = ((
windowRight
+ windowLeft) - width * factor) / 2
[
all
...]
Completed in 38 milliseconds