Home
last modified time | relevance | path

Searched refs:bottomOffset (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameOverview.js302 for (var i = 0, bottomOffset = windowHeight; i < categories.length; ++i) {
309 var y = Math.floor(bottomOffset - height) + 0.5;
323 bottomOffset -= height;
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingConstraints.h147 float bottomOffset() const { return m_bottomOffset; } in bottomOffset() function
/external/chromium_org/chrome/browser/ui/cocoa/
Dtabpose_window.mm245 - (int)bottomOffset { method
246 int bottomOffset = 0;
256 bottomOffset += devToolsContents->GetRenderViewHost()->GetView()->
258 bottomOffset += 1; // :-( Divider line between web contents and devtools.
260 return bottomOffset;
282 int bottomOffset = [self bottomOffset];
284 fullSize_.height - topOffset - bottomOffset);
293 // destination rect is (0, bottomOffset), (fullSize_.width, topOffset). But we
297 destRect.origin.y += bottomOffset * scale;
298 destRect.size.height -= (bottomOffset + topOffset) * scale;
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm248 - (int)bottomOffset { method
249 int bottomOffset = 0;
258 bottomOffset +=
260 bottomOffset += 1; // :-( Divider line between web contents and devtools.
262 return bottomOffset;
301 int bottomOffset = [self bottomOffset];
303 fullSize_.height - topOffset - bottomOffset);
315 // destination rect is (0, bottomOffset), (fullSize_.width, topOffset). But we
319 destRect.origin.y += bottomOffset * scale;
320 destRect.size.height -= (bottomOffset + topOffset) * scale;