HomeSort by relevance Sort by last modified time
    Searched defs:totalHeight (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 121 unsigned totalHeight = m_frontendPage->mainFrame()->view()->visibleHeight() + m_inspectorController->inspectedPage()->mainFrame()->view()->visibleHeight();
122 unsigned attachedHeight = constrainedAttachedWindowHeight(height, totalHeight);
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 343 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
350 graphicsContext.translate(0, totalHeight);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 304 int totalHeight = hostWindowRect.bottom - hostWindowRect.top;
307 SetWindowPos(m_frontendWebViewHwnd, 0, 0, totalHeight - height, webViewWidth, height, SWP_NOZORDER);
309 // We want to set the inspected web view height to the totalHeight, because the height adjustment
311 SetWindowPos(m_inspectedWebViewHwnd, 0, 0, 0, webViewWidth, totalHeight, SWP_NOZORDER);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 20 private float totalHeight;
158 if (totalHeight < height) { // align vertically only for no overflow
164 gapY = (height-totalHeight)*0.5f;
167 gapY = height-totalHeight;
252 totalHeight = -1;
275 return totalHeight;
284 totalHeight = Math.max(totalHeight, -l.getY1());
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 522 int totalHeight = m_rowPos[totalRows] + toAdd;
540 int toAdd = min(dh, static_cast<int>((totalHeight * m_grid[r].logicalHeight.percent() / 100) - rh));
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1475 milliseconds