/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | OverviewGrid.js | 96 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 …]
|
D | FlameChart.js | 440 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; 521 …windowLeft = 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/ |
D | TimelineOverviewPane.js | 160 …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,
|
D | TimelineFrameOverview.js | 289 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/ |
D | CPUProfileFlameChart.js | 384 var windowLeft = event.data.windowTimeLeft; 386 this._mainPane.setWindowTimes(windowLeft, windowRight); 544 windowTimeLeft: startTime + this._overviewGrid.windowLeft() * totalTime,
|
D | HeapSnapshotView.js | 2018 this._windowLeft = this._overviewGrid.windowLeft();
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
D | ViewElement.java | 160 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/ |
D | HeapSnapshot.js | 2115 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/ |
D | PaintProfilerView.js | 150 var screenLeft = this._selectionWindow.windowLeft * this._canvas.width;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 51 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;
|