Searched refs:screenRect (Results 1 - 22 of 22) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DPlatformScreenChromium.cpp54 FloatRect screenRect(Widget* widget) function in namespace:WebCore
56 return ChromiumBridge::screenRect(widget);
H A DChromiumBridge.h173 static IntRect screenRect(Widget*);
/external/webkit/WebCore/platform/haiku/
H A DScreenHaiku.cpp44 FloatRect screenRect(Widget*) function in namespace:WebCore
55 return screenRect(widget);
/external/webkit/WebCore/page/
H A DScreen.cpp60 return static_cast<unsigned>(screenRect(m_frame->view()).height());
67 return static_cast<unsigned>(screenRect(m_frame->view()).width());
/external/webkit/WebCore/platform/brew/
H A DScreenBrew.cpp64 FloatRect screenRect(Widget*) function in namespace:WebCore
74 return screenRect(widget);
/external/webkit/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp95 FloatRect screenRect(Widget* widget) function in namespace:WebCore
130 return screenRect(widget);
149 rect.intersect(screenRect(widget));
151 rect = screenRect(widget);
158 return screenRect(widget);
/external/webkit/WebCore/platform/
H A DPlatformScreen.h52 FloatRect screenRect(Widget*);
/external/webkit/WebCore/platform/wx/
H A DScreenWx.cpp49 FloatRect screenRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DScreenAndroid.cpp69 FloatRect screenRect(Widget* page) function in namespace:WebCore
75 // Similar screenRect, this function is commonly used by javascripts
/external/webkit/WebCore/platform/qt/
H A DScreenQt.cpp55 FloatRect screenRect(const Page* page) function in namespace:WebCore
H A DPlatformScreenQt.cpp78 FloatRect screenRect(Widget* w) function in namespace:WebCore
/external/webkit/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp509 FloatRect screenRect = screenAvailableRect(frame->view()); local
513 windowFeatures.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620);
516 windowFeatures.height = WindowFeatures::floatFeature(features, "dialogheight", 100, screenRect.height(), 450);
519 windowFeatures.x = WindowFeatures::floatFeature(features, "dialogleft", screenRect.x(), screenRect.right() - windowFeatures.width, -1);
521 windowFeatures.y = WindowFeatures::floatFeature(features, "dialogtop", screenRect.y(), screenRect.bottom() - windowFeatures.height, -1);
526 windowFeatures.x = screenRect.x() + (screenRect.width() - windowFeatures.width) / 2;
530 windowFeatures.y = screenRect
643 FloatRect screenRect = screenAvailableRect(page->mainFrame()->view()); local
[all...]
/external/webkit/WebCore/platform/win/
H A DPlatformScreenWin.cpp92 FloatRect screenRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/platform/mac/
H A DPlatformScreenMac.mm54 FloatRect screenRect(Widget* widget)
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp835 FloatRect screenRect = screenAvailableRect(frame->view()); local
838 wargs.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620); // default here came from frame size of dialog in MacIE
840 wargs.height = WindowFeatures::floatFeature(features, "dialogheight", 100, screenRect.height(), 450); // default here came from frame size of dialog in MacIE
843 wargs.x = WindowFeatures::floatFeature(features, "dialogleft", screenRect.x(), screenRect.right() - wargs.width, -1);
845 wargs.y = WindowFeatures::floatFeature(features, "dialogtop", screenRect.y(), screenRect.bottom() - wargs.height, -1);
850 wargs.x = screenRect.x() + (screenRect.width() - wargs.width) / 2;
854 wargs.y = screenRect
[all...]
/external/webkit/WebKit/win/
H A DAccessibleBase.cpp501 IntRect screenRect(childObj->documentFrameView()->contentsToScreen(childObj->elementRect()));
502 *left = screenRect.x();
503 *top = screenRect.y();
504 *width = screenRect.width();
505 *height = screenRect.height();
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.cpp495 IntRect screenRect(rect);
499 screenRect.move(windowRect.x, windowRect.y);
502 return screenRect;
H A DChromiumBridge.cpp655 IntRect ChromiumBridge::screenRect(Widget* widget) function in class:WebCore::ChromiumBridge
/external/webkit/WebCore/css/
H A DMediaQueryEvaluator.cpp274 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
308 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
320 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
/external/webkit/WebCore/html/
H A DHTMLMediaElement.h151 const IntRect screenRect();
H A DHTMLMediaElement.cpp1782 const IntRect HTMLMediaElement::screenRect() function in class:WebCore::HTMLMediaElement
/external/webkit/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm178 return _mediaElement->screenRect();

Completed in 628 milliseconds