Searched refs:bottomOffset (Results 1 – 4 of 4) sorted by relevance
302 for (var i = 0, bottomOffset = windowHeight; i < categories.length; ++i) {309 var y = Math.floor(bottomOffset - height) + 0.5;323 bottomOffset -= height;
147 float bottomOffset() const { return m_bottomOffset; } in bottomOffset() function
245 - (int)bottomOffset { method246 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 we297 destRect.origin.y += bottomOffset * scale;298 destRect.size.height -= (bottomOffset + topOffset) * scale;
248 - (int)bottomOffset { method249 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 we319 destRect.origin.y += bottomOffset * scale;320 destRect.size.height -= (bottomOffset + topOffset) * scale;