Home
last modified time | relevance | path

Searched defs:setDeviceScaleFactor (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/win/
DWebFontRendering.cpp25 void WebFontRendering::setDeviceScaleFactor(float deviceScaleFactor) in setDeviceScaleFactor() function in blink::WebFontRendering
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DElementStyleResources.h69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } in setDeviceScaleFactor() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCache.h110 …static void setDeviceScaleFactor(float deviceScaleFactor) { s_deviceScaleFactor = deviceScaleFacto… in setDeviceScaleFactor() function
/external/chromium_org/content/test/
Dweb_layer_tree_view_impl_for_testing.cc83 void WebLayerTreeViewImplForTesting::setDeviceScaleFactor( in setDeviceScaleFactor() function in content::WebLayerTreeViewImplForTesting
/external/chromium_org/mojo/services/html_viewer/
Dweblayertreeview_impl.cc123 void WebLayerTreeViewImpl::setDeviceScaleFactor(float device_scale_factor) { in setDeviceScaleFactor() function in mojo::WebLayerTreeViewImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DRenderCoordinates.java50 void setDeviceScaleFactor(float deviceScaleFactor) { in setDeviceScaleFactor() method in RenderCoordinates
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.cc477 void CompositorImpl::setDeviceScaleFactor(float factor) { in setDeviceScaleFactor() function in content::CompositorImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp371 void Page::setDeviceScaleFactor(float scaleFactor) in setDeviceScaleFactor() function in blink::Page
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h197 void setDeviceScaleFactor(float factor) { m_deviceScaleFactor = factor; } in setDeviceScaleFactor() function
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc596 void RenderWidgetCompositor::setDeviceScaleFactor(float device_scale) { in setDeviceScaleFactor() function in content::RenderWidgetCompositor
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1712 void Internals::setDeviceScaleFactor(float scaleFactor, ExceptionState& exceptionState) in setDeviceScaleFactor() function in blink::Internals
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp3077 void WebViewImpl::setDeviceScaleFactor(float scaleFactor) in setDeviceScaleFactor() function in blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3869 virtual void setDeviceScaleFactor(float) OVERRIDE { } in setDeviceScaleFactor() function in __anonb8cba1d90111::CompositedSelectionBoundsTestLayerTreeView