OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_cropRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.h
37
int width() const { return
m_cropRect
.width(); }
38
int height() const { return
m_cropRect
.height(); }
39
IntSize size() const { return
m_cropRect
.size(); }
61
IntRect
m_cropRect
;
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.h
109
IntRect
m_cropRect
;
Completed in 58 milliseconds