Home
last modified time | relevance | path

Searched defs:screenRect (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformScreen.cpp75 FloatRect screenRect(Widget* widget) in screenRect() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp79 const FloatRect screenRect(0, 0, screenMaxX, screenMaxY); in calculatePositionWithTransformAndRTL() local
89 const FloatRect screenRect(0, 0, screenMaxX, screenMaxY); in calculatePosition() local
/external/chromium_org/third_party/WebKit/public/web/
DWebDevToolsAgentClient.h98 const WebRect& screenRect, const WebRect& viewRect, in enableDeviceEmulation()
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp534 IntRect screenRect(rect); in rootViewToScreen() local
691 IntRect screenRect = bounds; in popupOpened() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp229 SkRect screenRect; in drawResampledBitmap() local
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dimage_view.js692 ImageView.prototype.createZoomEffect = function(screenRect) { argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp861 IntRect Element::screenRect() const in screenRect() function in WebCore::Element