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

  /external/webkit/WebKit/mac/Misc/
WebNSControlExtras.m 39 float heightDelta = bestSize.height - frame.size.height;
41 frame.size.height += heightDelta;
42 frame.origin.y -= heightDelta;
47 windowFrame.size.height += heightDelta * [window userSpaceScaleFactor];
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 284 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
290 if (heightDelta < 0) {
292 result.setHeight(result.height() - heightDelta);
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 134 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
140 if (heightDelta < 0) {
142 result.setHeight(result.height() - heightDelta);
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 300 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
306 if (heightDelta < 0) {
308 result.setHeight(result.height() - heightDelta);
    [all...]
RenderThemeChromiumMac.mm 553 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
559 if (heightDelta < 0) {
561 result.setHeight(result.height() - heightDelta);
    [all...]
RenderThemeMac.mm 501 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
507 if (heightDelta < 0) {
509 result.setHeight(result.height() - heightDelta);
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 6239 milliseconds