Home
last modified time | relevance | path

Searched refs:aspectRatioOption (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DAsyncImageResizer.cpp43 …llback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, Orientation… in create() argument
45 …outputType, desiredBounds, successCallback, errorCallback, quality, aspectRatioOption, orientation… in create()
48 …llback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, Orientation… in AsyncImageResizer() argument
55 , m_aspectRatioOption(aspectRatioOption) in AsyncImageResizer()
DImageResizerThread.cpp53 … desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageR… in start() argument
55 …mageResizerThread(callbackInfo, outputType, desiredBounds, quality, aspectRatioOption, orientation… in start()
65 … desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageR… in ImageResizerThread() argument
71 , m_aspectRatioOption(aspectRatioOption) in ImageResizerThread()