Searched defs:setDeviceScaleFactor (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.h69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } function in class:blink::ElementStyleResources
/external/chromium_org/third_party/WebKit/Source/web/win/
H A DWebFontRendering.cpp25 void WebFontRendering::setDeviceScaleFactor(float deviceScaleFactor) function in class:blink::WebFontRendering
27 blink::FontCache::setDeviceScaleFactor(deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.h110 static void setDeviceScaleFactor(float deviceScaleFactor) { s_deviceScaleFactor = deviceScaleFactor; } function in class:blink::FontCache
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc83 void WebLayerTreeViewImplForTesting::setDeviceScaleFactor( function in class:content::WebLayerTreeViewImplForTesting
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.cc123 void WebLayerTreeViewImpl::setDeviceScaleFactor(float device_scale_factor) { function in class:mojo::WebLayerTreeViewImpl
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc477 void CompositorImpl::setDeviceScaleFactor(float factor) { function in class:content::CompositorImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DRenderCoordinates.java50 void setDeviceScaleFactor(float deviceScaleFactor) { method in class:RenderCoordinates
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp371 void Page::setDeviceScaleFactor(float scaleFactor) function in class:blink::Page
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h197 void setDeviceScaleFactor(float factor) { m_deviceScaleFactor = factor; } function in class:blink::GraphicsContext
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc596 void RenderWidgetCompositor::setDeviceScaleFactor(float device_scale) { function in class:content::RenderWidgetCompositor
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp220 page->setDeviceScaleFactor(1);
1712 void Internals::setDeviceScaleFactor(float scaleFactor, ExceptionState& exceptionState) function in class:blink::Internals
1720 page->setDeviceScaleFactor(scaleFactor);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp453 setDeviceScaleFactor(m_client->screenInfo().deviceScaleFactor);
3077 void WebViewImpl::setDeviceScaleFactor(float scaleFactor) function in class:WebViewImpl
3082 page()->setDeviceScaleFactor(scaleFactor);
4294 m_layerTreeView->setDeviceScaleFactor(deviceScaleFactor);

Completed in 6624 milliseconds