Home
last modified time | relevance | path

Searched defs:ImageBitmap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DImageBitmap.cpp38 ImageBitmap::ImageBitmap(HTMLImageElement* image, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
55 ImageBitmap::ImageBitmap(HTMLVideoElement* video, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
82 ImageBitmap::ImageBitmap(HTMLCanvasElement* canvas, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
98 ImageBitmap::ImageBitmap(ImageData* data, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
117 ImageBitmap::ImageBitmap(ImageBitmap* bitmap, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
138 ImageBitmap::ImageBitmap(Image* image, const IntRect& cropRect) in ImageBitmap() function in WebCore::ImageBitmap
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
DImageBitmapFactories.h53 class ImageBitmap; variable
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.h62 class ImageBitmap; variable