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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 508 var visibleBottom = visibleTop + this._containerElementHeight - WebInspector.TimelinePanel.rowHeight;
511 else if (itemOffset > visibleBottom)
524 var visibleBottom = visibleTop + this._containerElementHeight;
531 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
532 var lastVisibleLine = Math.max(0, Math.floor((visibleBottom - headerHeight) / rowHeight));
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java     [all...]

Completed in 229 milliseconds