Home
last modified time | relevance | path

Searched defs:deviceScaleFactor (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLSrcsetParser.cpp133 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()
DHTMLPreloadScanner.cpp95 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/
DElementStyleResources.h66 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor() function
67 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } in setDeviceScaleFactor()
DStyleResourceLoader.cpp80 …ge> StyleResourceLoader::loadPendingImage(StylePendingImage* pendingImage, float deviceScaleFactor) in loadPendingImage()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSImageSetValue.cpp91 …FetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor) in cachedImageSet()
117 StyleImage* CSSImageSetValue::cachedOrPendingImageSet(float deviceScaleFactor) in cachedOrPendingImageSet()
DCSSCursorImageValue.cpp121 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/
DPageScaleConstraintsSet.cpp110 …teDeprecatedTargetDensityDPIFactor(const ViewportDescription& description, float deviceScaleFactor) in computeDeprecatedTargetDensityDPIFactor()
137 …ription& description, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool sup… in adjustForAndroidWebViewQuirks()
DInspectorClientImpl.cpp98 void InspectorClientImpl::overrideDeviceMetrics(int width, int height, float deviceScaleFactor, boo… in overrideDeviceMetrics()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScreenInfo.h41 float deviceScaleFactor; member
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp68 …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/
DWebDevToolsAgentClient.h99 float deviceScaleFactor, bool fitToView) { } in enableDeviceEmulation()
DWebWidgetClient.h154 virtual float deviceScaleFactor() { return 1; } in deviceScaleFactor() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.cpp209 float deviceScaleFactor = 1; in calculateTransformationToOutermostCoordinateSystem() local
/external/chromium_org/content/test/
Dweb_layer_tree_view_impl_for_testing.cc88 float WebLayerTreeViewImplForTesting::deviceScaleFactor() const { in deviceScaleFactor() function in webkit::WebLayerTreeViewImplForTesting
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp648 float deviceScaleFactor = 1; in nodeImage() local
678 float deviceScaleFactor = 1; in dragImageForSelection() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp104 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/
DOverridesSupport.js72 WebInspector.OverridesSupport.DeviceMetrics = function(width, height, deviceScaleFactor, textAutosi… argument
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp133 pair<WebCore::Image*, float> ImageResource::brokenImage(float deviceScaleFactor) in brokenImage()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DRenderCoordinates.java49 void setDeviceScaleFactor(float deviceScaleFactor) { in setDeviceScaleFactor()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp833 …e> dragImageForLink(const KURL& linkURL, const String& linkText, float deviceScaleFactor, const In… in dragImageForLink()
912 float deviceScaleFactor = src->page()->deviceScaleFactor(); in startDrag() local
DPage.cpp91 float deviceScaleFactor(Frame* frame) in deviceScaleFactor() function
DPage.h184 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor() function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp637 …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/
DGraphicsContext.h358 …void applyDeviceScaleFactor(float deviceScaleFactor) { scale(FloatSize(deviceScaleFactor, deviceSc… in applyDeviceScaleFactor()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc445 float RenderWidgetCompositor::deviceScaleFactor() const { in deviceScaleFactor() function in content::RenderWidgetCompositor

12