Home
last modified time | relevance | path

Searched refs:windowLeft (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOverviewGrid.js96 windowLeft: function() method in WebInspector.OverviewGrid
98 return this._window.windowLeft;
167 this.windowLeft = 0.0;
194 this.windowLeft = 0.0;
297 this._dragStartLeft = this.windowLeft;
353 _setWindow: function(windowLeft, windowRight) argument
355 var left = windowLeft;
357 var width = windowRight - windowLeft;
364 left = ((windowRight + windowLeft) - width * factor) / 2;
365 right = ((windowRight + windowLeft) + width * factor) / 2;
[all …]
DFlameChart.js440 var windowLeft = this._dragStartWindowLeft + timeShift;
442 this._flameChartDelegate.requestWindowTimes(windowLeft, windowRight);
502 …var windowLeft = this._timeWindowLeft ? this._timeWindowLeft : this._dataProvider.minimumBoundary(…
511 …shift = Number.constrain(shift, this._minimumBoundary - windowLeft, this._totalTime + this._minimu…
512 windowLeft += shift;
518 windowLeft += (windowLeft - cursorTime) * zoom;
521windowLeft = Number.constrain(windowLeft, this._minimumBoundary, this._totalTime + this._minimumBo…
523 this._flameChartDelegate.requestWindowTimes(windowLeft, windowRight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineOverviewPane.js160 …var windowTimes = this._overviewControls[0].windowTimes(this._overviewGrid.windowLeft(), this._ove…
337 windowTimes: function(windowLeft, windowRight) { }, argument
396 windowTimes: function(windowLeft, windowRight) argument
401 startTime: absoluteMin + timeSpan * windowLeft,
DTimelineFrameOverview.js289 windowTimes: function(windowLeft, windowRight) argument
292 …return WebInspector.TimelineOverviewBase.prototype.windowTimes.call(this, windowLeft, windowRight);
294 var leftOffset = windowLeft * windowSpan;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCPUProfileFlameChart.js384 var windowLeft = event.data.windowTimeLeft;
386 this._mainPane.setWindowTimes(windowLeft, windowRight);
544 windowTimeLeft: startTime + this._overviewGrid.windowLeft() * totalTime,
DHeapSnapshotView.js2018 this._windowLeft = this._overviewGrid.windowLeft();
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java160 int windowLeft = xyScreen[0] - xyWindow[0]; in getVisibleBounds() local
164 visibleBounds.offset(windowLeft, windowTop); in getVisibleBounds()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js2115 sort: function(comparator, leftBound, rightBound, windowLeft, windowRight) argument
2182 …this._iterationOrder.sortRange(compareEdgeAndNode, leftBound, rightBound, windowLeft, windowRight);
2184 …this._iterationOrder.sortRange(compareNodeAndEdge, leftBound, rightBound, windowLeft, windowRight);
2186 …this._iterationOrder.sortRange(compareNodeAndNode, leftBound, rightBound, windowLeft, windowRight);
2286 sort: function(comparator, leftBound, rightBound, windowLeft, windowRight) argument
2288 ….sortRange(this._buildCompareFunction(comparator), leftBound, rightBound, windowLeft, windowRight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
DPaintProfilerView.js150 var screenLeft = this._selectionWindow.windowLeft * this._canvas.width;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm51 CGFloat windowLeft;
93 LayoutMetrics(CGFloat windowLeft, NSSize windowSize, CGFloat scrollDelta) :
94 windowLeft(windowLeft),
165 - (void)adjustWindowLeft:(CGFloat)windowLeft
576 - (void)adjustWindowLeft:(CGFloat)windowLeft
588 LayoutMetrics layoutMetrics(windowLeft, windowSize, scrollDelta);
645 metrics.windowFrame.origin.x = metrics.windowLeft;