/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLSrcsetParser.cpp | 133 static ImageCandidate pickBestImageCandidate(float deviceScaleFactor, Vector<ImageCandidate>& image… in pickBestImageCandidate() 148 ImageCandidate bestFitSourceForSrcsetAttribute(float deviceScaleFactor, const String& srcsetAttribu… in bestFitSourceForSrcsetAttribute() 157 ImageCandidate bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute,… in bestFitSourceForImageAttributes() 175 String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, ImageCa… in bestFitSourceForImageAttributes()
|
D | HTMLPreloadScanner.cpp | 95 StartTagScanner(const StringImpl* tagImpl, float deviceScaleFactor) in StartTagScanner() 270 TokenPreloadScanner::TokenPreloadScanner(const KURL& documentURL, float deviceScaleFactor) in TokenPreloadScanner() 375 …LPreloadScanner(const HTMLParserOptions& options, const KURL& documentURL, float deviceScaleFactor) in HTMLPreloadScanner()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ElementStyleResources.h | 66 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor() function 67 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } in setDeviceScaleFactor()
|
D | StyleResourceLoader.cpp | 80 …ge> StyleResourceLoader::loadPendingImage(StylePendingImage* pendingImage, float deviceScaleFactor) in loadPendingImage()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSImageSetValue.cpp | 91 …FetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor) in cachedImageSet() 117 StyleImage* CSSImageSetValue::cachedOrPendingImageSet(float deviceScaleFactor) in cachedOrPendingImageSet()
|
D | CSSCursorImageValue.cpp | 121 StyleImage* CSSCursorImageValue::cachedImage(ResourceFetcher* loader, float deviceScaleFactor) in cachedImage() 152 StyleImage* CSSCursorImageValue::cachedOrPendingImage(float deviceScaleFactor) in cachedOrPendingImage()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageScaleConstraintsSet.cpp | 110 …teDeprecatedTargetDensityDPIFactor(const ViewportDescription& description, float deviceScaleFactor) in computeDeprecatedTargetDensityDPIFactor() 137 …ription& description, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool sup… in adjustForAndroidWebViewQuirks()
|
D | InspectorClientImpl.cpp | 98 void InspectorClientImpl::overrideDeviceMetrics(int width, int height, float deviceScaleFactor, boo… in overrideDeviceMetrics()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebScreenInfo.h | 41 float deviceScaleFactor; member
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
D | DragImage.cpp | 68 …e(Image* image, RespectImageOrientationEnum shouldRespectImageOrientation, float deviceScaleFactor) in create() 121 …const KURL& url, const String& inLabel, const FontDescription& systemFont, float deviceScaleFactor) in create()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebDevToolsAgentClient.h | 99 float deviceScaleFactor, bool fitToView) { } in enableDeviceEmulation()
|
D | WebWidgetClient.h | 154 virtual float deviceScaleFactor() { return 1; } in deviceScaleFactor() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderingContext.cpp | 209 float deviceScaleFactor = 1; in calculateTransformationToOutermostCoordinateSystem() local
|
/external/chromium_org/content/test/ |
D | web_layer_tree_view_impl_for_testing.cc | 88 float WebLayerTreeViewImplForTesting::deviceScaleFactor() const { in deviceScaleFactor() function in webkit::WebLayerTreeViewImplForTesting
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Frame.cpp | 648 float deviceScaleFactor = 1; in nodeImage() local 678 float deviceScaleFactor = 1; in dragImageForSelection() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderImage.cpp | 104 float deviceScaleFactor = WebCore::deviceScaleFactor(frame()); in imageSizeForError() local 335 float deviceScaleFactor = WebCore::deviceScaleFactor(frame()); in paintReplaced() local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | OverridesSupport.js | 72 WebInspector.OverridesSupport.DeviceMetrics = function(width, height, deviceScaleFactor, textAutosi… argument
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ImageResource.cpp | 133 pair<WebCore::Image*, float> ImageResource::brokenImage(float deviceScaleFactor) in brokenImage()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | RenderCoordinates.java | 49 void setDeviceScaleFactor(float deviceScaleFactor) { in setDeviceScaleFactor()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 833 …e> dragImageForLink(const KURL& linkURL, const String& linkText, float deviceScaleFactor, const In… in dragImageForLink() 912 float deviceScaleFactor = src->page()->deviceScaleFactor(); in startDrag() local
|
D | Page.cpp | 91 float deviceScaleFactor(Frame* frame) in deviceScaleFactor() function
|
D | Page.h | 184 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor() function
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorPageAgent.cpp | 637 …etricsOverride(ErrorString* errorString, int width, int height, double deviceScaleFactor, bool emu… in setDeviceMetricsOverride() 686 bool InspectorPageAgent::deviceMetricsChanged(int width, int height, double deviceScaleFactor, bool… in deviceMetricsChanged() 1079 void InspectorPageAgent::updateViewMetrics(int width, int height, double deviceScaleFactor, bool em… in updateViewMetrics()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 358 …void applyDeviceScaleFactor(float deviceScaleFactor) { scale(FloatSize(deviceScaleFactor, deviceSc… in applyDeviceScaleFactor()
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.cc | 445 float RenderWidgetCompositor::deviceScaleFactor() const { in deviceScaleFactor() function in content::RenderWidgetCompositor
|