Searched defs:devicePixelRatio (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitviewportattributesprivate.h44 float devicePixelRatio; member in struct:_WebKitViewportAttributesPrivate
/external/webkit/Source/WebCore/dom/
H A DViewportArguments.h48 float devicePixelRatio; member in struct:WebCore::ViewportAttributes
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.h63 inline qreal devicePixelRatio() const { return m_devicePixelRatio; }; function in class:QWKPage::ViewportAttributes
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h227 inline qreal devicePixelRatio() const { return m_devicePixelRatio; } function in class:QWebPage::ViewportAttributes
/external/webkit/Tools/EWebLauncher/
H A Dmain.c146 float devicePixelRatio; member in struct:_Viewport
435 float w, h, initScale, minScale, maxScale, devicePixelRatio; local
438 ewk_view_viewport_attributes_get(webview, &w, &h, &initScale, &maxScale, &minScale, &devicePixelRatio, &userScalable);
453 if ((int)devicePixelRatio == -1)
454 devicePixelRatio = ewk_view_device_pixel_ratio_get(webview);
463 app->viewport.devicePixelRatio = devicePixelRatio;
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1347 double DOMWindow::devicePixelRatio() const function in class:WebCore::DOMWindow

Completed in 1649 milliseconds