Searched refs:setDeviceScaleFactor (Results 1 - 25 of 34) sorted by relevance

12

/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/public/web/win/
H A DWebFontRendering.h19 BLINK_EXPORT static void setDeviceScaleFactor(float);
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h48 virtual void setDeviceScaleFactor(float factor) = 0;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.cpp47 m_elementStyleResources.setDeviceScaleFactor(document.frameHost()->deviceScaleFactor());
H A DElementStyleResources.h69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } function in class:blink::ElementStyleResources
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_win.cc110 blink::WebFontRendering::setDeviceScaleFactor(gfx::GetDPIScale());
H A Drender_widget_fullscreen_pepper.cc335 compositor_->setDeviceScaleFactor(device_scale_factor_);
395 compositor_->setDeviceScaleFactor(device_scale_factor);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayerTreeView.h70 virtual void setDeviceScaleFactor(float) = 0;
/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/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc83 void WebLayerTreeViewImplForTesting::setDeviceScaleFactor( function in class:content::WebLayerTreeViewImplForTesting
H A Dweb_layer_tree_view_impl_for_testing.h40 virtual void setDeviceScaleFactor(float scale_factor);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h66 virtual void setDeviceScaleFactor(float factor) OVERRIDE;
H A Dcompositor_impl_android.cc477 void CompositorImpl::setDeviceScaleFactor(float factor) { function in class:content::CompositorImpl
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h93 virtual void setDeviceScaleFactor(float device_scale);
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h69 virtual void setDeviceScaleFactor(float) OVERRIDE;
H A Dweblayertreeview_impl.cc123 void WebLayerTreeViewImpl::setDeviceScaleFactor(float device_scale_factor) { function in class:mojo::WebLayerTreeViewImpl
/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/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp231 m_page->setDeviceScaleFactor(m_webView->deviceScaleFactor());
310 m_layerTreeView->setDeviceScaleFactor(m_widgetClient->deviceScaleFactor());
H A DPageWidgetDelegate.cpp91 gc.setDeviceScaleFactor(page->deviceScaleFactor());
H A DWebPopupMenuImpl.cpp105 m_layerTreeView->setDeviceScaleFactor(m_client->deviceScaleFactor());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h178 void setDeviceScaleFactor(float);
H A DPage.cpp371 void Page::setDeviceScaleFactor(float scaleFactor) function in class:blink::Page
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h289 virtual void setDeviceScaleFactor(float) = 0;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h245 void setDeviceScaleFactor(float scaleFactor, ExceptionState&);
H A DInternals.idl193 [RaisesException] void setDeviceScaleFactor(float scaleFactor);

Completed in 3143 milliseconds

12