Searched refs:screenInfo (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformScreen.cpp56 return hostWindow->screenInfo().depth;
64 return hostWindow->screenInfo().depthPerComponent;
72 return hostWindow->screenInfo().isMonochrome;
80 return IntRect(hostWindow->screenInfo().rect);
88 return IntRect(hostWindow->screenInfo().availableRect);
96 return hostWindow->screenInfo().orientationAngle;
104 return hostWindow->screenInfo().orientationType;
H A DHostWindow.h52 virtual WebScreenInfo screenInfo() const = 0;
/external/chromium_org/content/renderer/
H A Dresizing_mode_selector.cc27 widget->screenInfo().deviceScaleFactor;
H A Drender_widget.h165 virtual blink::WebScreenInfo screenInfo();
H A Drender_widget.cc2003 WebScreenInfo RenderWidget::screenInfo() { function in class:content::RenderWidget
H A Drender_frame_impl.cc588 GetRenderWidget()->screenInfo());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dcompat-api.h38 #define xf86ScrnToScreen(s) screenInfo.screens[(s)->scrnIndex]
47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dcompat-api.h38 #define xf86ScrnToScreen(s) screenInfo.screens[(s)->scrnIndex]
47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h138 virtual WebScreenInfo screenInfo() { return WebScreenInfo(); } function in class:blink::WebWidgetClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuTest.cpp169 virtual WebScreenInfo screenInfo() function in class:__anon11366::PopupTestWebViewClient
171 WebScreenInfo screenInfo; local
172 screenInfo.availableRect.height = 2000;
173 screenInfo.availableRect.width = 2000;
174 return screenInfo;
H A DWebPopupMenuImpl.h119 virtual WebScreenInfo screenInfo() const OVERRIDE FINAL;
H A DWebPagePopupImpl.cpp125 virtual WebScreenInfo screenInfo() const OVERRIDE
127 return m_popup->m_webView->client() ? m_popup->m_webView->client()->screenInfo() : WebScreenInfo();
H A DChromeClientImpl.h119 virtual WebScreenInfo screenInfo() const OVERRIDE;
H A DWebPopupMenuImpl.cpp393 WebScreenInfo WebPopupMenuImpl::screenInfo() const function in class:blink::WebPopupMenuImpl
H A DChromeClientImpl.cpp514 WebScreenInfo ChromeClientImpl::screenInfo() const function in class:blink::ChromeClientImpl
516 return m_webView->client() ? m_webView->client()->screenInfo() : WebScreenInfo();
H A DWebViewImpl.cpp453 setDeviceScaleFactor(m_client->screenInfo().deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h67 virtual blink::WebScreenInfo screenInfo() const OVERRIDE;
H A DChrome.cpp82 blink::WebScreenInfo Chrome::screenInfo() const function in class:blink::Chrome
84 return m_client->screenInfo();
H A DChromeClient.h141 virtual blink::WebScreenInfo screenInfo() const = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp350 TScreenInfoV01 screenInfo; local
351 TPckg<TScreenInfoV01> sInfo(screenInfo);
354 Private->EPOC_ScreenSize = screenInfo.iScreenSize;
356 Private->EPOC_HasFrameBuffer = screenInfo.iScreenAddressValid;
357 Private->EPOC_FrameBuffer = Private->EPOC_HasFrameBuffer ? (TUint8*) screenInfo.iScreenAddress : NULL;
360 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
363 SDL_TRACE1("Screen width %d", screenInfo.iScreenSize.iWidth);
364 SDL_TRACE1("Screen height %d", screenInfo.iScreenSize.iHeight);
366 SDL_TRACE1("Screen valid %d", screenInfo.iScreenAddressValid);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h309 virtual blink::WebScreenInfo screenInfo() { function in class:content::WebTestProxy
310 blink::WebScreenInfo info = Base::screenInfo();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h135 virtual blink::WebScreenInfo screenInfo() const OVERRIDE { return blink::WebScreenInfo(); }
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2678 blink::WebScreenInfo info = render_frame()->GetRenderWidget()->screenInfo();
3293 blink::WebScreenInfo info = render_frame_->GetRenderWidget()->screenInfo();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp679 virtual WebScreenInfo screenInfo() OVERRIDE { return m_screenInfo; }

Completed in 501 milliseconds