Searched refs:screenAvailableRect (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebCore/page/
H A DScreen.cpp88 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).x());
95 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).y());
102 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
109 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
H A DDOMWindow.cpp1191 adjustWindowRect(screenAvailableRect(page->mainFrame()->view()), fr, update);
1208 FloatRect sr = screenAvailableRect(page->mainFrame()->view());
1232 adjustWindowRect(screenAvailableRect(page->mainFrame()->view()), fr, update);
1251 adjustWindowRect(screenAvailableRect(page->mainFrame()->view()), fr, update);
/external/webkit/WebCore/platform/chromium/
H A DPlatformScreenChromium.cpp59 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
61 return ChromiumBridge::screenAvailableRect(widget);
H A DChromiumBridge.h174 static IntRect screenAvailableRect(Widget*);
H A DPopupMenuChromium.cpp333 FloatRect screen = screenAvailableRect(view);
/external/webkit/WebCore/platform/
H A DPlatformScreen.h53 FloatRect screenAvailableRect(Widget*);
/external/webkit/WebCore/platform/haiku/
H A DScreenHaiku.cpp51 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/platform/wx/
H A DScreenWx.cpp78 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DScreenAndroid.cpp77 FloatRect screenAvailableRect(Widget* page) function in namespace:WebCore
/external/webkit/WebCore/platform/brew/
H A DScreenBrew.cpp72 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/platform/qt/
H A DPlatformScreenQt.cpp84 FloatRect screenAvailableRect(Widget* w) function in namespace:WebCore
/external/webkit/WebCore/platform/win/
H A DPlatformScreenWin.cpp98 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
H A DPopupMenuWin.cpp343 FloatRect screen = screenAvailableRect(v);
/external/webkit/WebCore/platform/mac/
H A DPlatformScreenMac.mm60 FloatRect screenAvailableRect(Widget* widget)
/external/webkit/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp119 FloatRect screenAvailableRect(Widget* widget) function in namespace:WebCore
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp788 DOMWindow::adjustWindowRect(screenAvailableRect(page ? page->mainFrame()->view() : 0), windowRect, windowRect);
835 FloatRect screenRect = screenAvailableRect(frame->view());
/external/webkit/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp509 FloatRect screenRect = screenAvailableRect(frame->view());
643 FloatRect screenRect = screenAvailableRect(page->mainFrame()->view());
/external/webkit/WebKit/chromium/src/
H A DChromiumBridge.cpp663 IntRect ChromiumBridge::screenAvailableRect(Widget* widget) function in class:WebCore::ChromiumBridge

Completed in 131 milliseconds