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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.cpp 203 return box ? adjustForAbsoluteZoom(box->contentHeight(), box) : 0;
227 return box ? adjustForAbsoluteZoom(box->contentWidth(), box) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.cpp 38 return adjustForAbsoluteZoom(viewportWidth, frame->document()->renderView());
45 return adjustForAbsoluteZoom(viewportHeight, frame->document()->renderView());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 653 elementInfo->setString("nodeWidth", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width()));
654 elementInfo->setString("nodeHeight", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
820 .setWidth(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width())
821 .setHeight(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 407 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
430 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 229 milliseconds