/external/chromium_org/third_party/WebKit/Source/web/win/ |
D | WebFontRendering.cpp | 25 void WebFontRendering::setDeviceScaleFactor(float deviceScaleFactor) in setDeviceScaleFactor() function in blink::WebFontRendering 27 blink::FontCache::setDeviceScaleFactor(deviceScaleFactor); in setDeviceScaleFactor()
|
/external/chromium_org/third_party/WebKit/public/web/win/ |
D | WebFontRendering.h | 19 BLINK_EXPORT static void setDeviceScaleFactor(float);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverState.cpp | 47 m_elementStyleResources.setDeviceScaleFactor(document.frameHost()->deviceScaleFactor()); in StyleResolverState()
|
D | ElementStyleResources.h | 69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } in setDeviceScaleFactor() function
|
/external/chromium_org/content/public/browser/android/ |
D | compositor.h | 48 virtual void setDeviceScaleFactor(float factor) = 0;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebLayerTreeView.h | 70 virtual void setDeviceScaleFactor(float) = 0;
|
/external/chromium_org/content/renderer/ |
D | renderer_main_platform_delegate_win.cc | 110 blink::WebFontRendering::setDeviceScaleFactor(gfx::GetDPIScale()); in PlatformInitialize()
|
D | render_widget_fullscreen_pepper.cc | 335 compositor_->setDeviceScaleFactor(device_scale_factor_); in SetLayer() 395 compositor_->setDeviceScaleFactor(device_scale_factor); in SetDeviceScaleFactor()
|
/external/chromium_org/content/test/ |
D | web_layer_tree_view_impl_for_testing.h | 40 virtual void setDeviceScaleFactor(float scale_factor);
|
D | web_layer_tree_view_impl_for_testing.cc | 83 void WebLayerTreeViewImplForTesting::setDeviceScaleFactor( in setDeviceScaleFactor() function in content::WebLayerTreeViewImplForTesting
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | RenderCoordinates.java | 50 void setDeviceScaleFactor(float deviceScaleFactor) { in setDeviceScaleFactor() method in RenderCoordinates
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPagePopupImpl.cpp | 231 m_page->setDeviceScaleFactor(m_webView->deviceScaleFactor()); in initializePage() 310 m_layerTreeView->setDeviceScaleFactor(m_widgetClient->deviceScaleFactor()); in setIsAcceleratedCompositingActive()
|
D | PageWidgetDelegate.cpp | 91 gc.setDeviceScaleFactor(page->deviceScaleFactor()); in paint()
|
D | WebPopupMenuImpl.cpp | 105 m_layerTreeView->setDeviceScaleFactor(m_client->deviceScaleFactor()); in initialize()
|
D | WebViewImpl.h | 208 virtual void setDeviceScaleFactor(float) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontCache.h | 110 …static void setDeviceScaleFactor(float deviceScaleFactor) { s_deviceScaleFactor = deviceScaleFacto… in setDeviceScaleFactor() function
|
/external/chromium_org/mojo/services/html_viewer/ |
D | weblayertreeview_impl.h | 69 virtual void setDeviceScaleFactor(float) OVERRIDE;
|
D | weblayertreeview_impl.cc | 123 void WebLayerTreeViewImpl::setDeviceScaleFactor(float device_scale_factor) { in setDeviceScaleFactor() function in mojo::WebLayerTreeViewImpl
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositor_impl_android.h | 66 virtual void setDeviceScaleFactor(float factor) OVERRIDE;
|
D | compositor_impl_android.cc | 477 void CompositorImpl::setDeviceScaleFactor(float factor) { in setDeviceScaleFactor() function in content::CompositorImpl
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.h | 93 virtual void setDeviceScaleFactor(float device_scale); in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | Page.h | 178 void setDeviceScaleFactor(float);
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebView.h | 289 virtual void setDeviceScaleFactor(float) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 245 void setDeviceScaleFactor(float scaleFactor, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 197 void setDeviceScaleFactor(float factor) { m_deviceScaleFactor = factor; } in setDeviceScaleFactor() function
|