OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clip_rect_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h
274
gfx::Rect
clip_rect_
;
member in class:content::WebPluginDelegateProxy
/external/chromium_org/cc/layers/
render_surface.h
86
gfx::Rect clip_rect() const { return
clip_rect_
; }
87
void SetClipRect(gfx::Rect clip_rect) {
clip_rect_
= clip_rect; }
133
gfx::Rect
clip_rect_
;
member in class:cc::RenderSurface
render_surface_impl.h
105
gfx::Rect clip_rect() const { return
clip_rect_
; }
163
gfx::Rect
clip_rect_
;
member in class:cc::RenderSurfaceImpl
/external/chromium_org/ui/views/corewm/
image_grid.h
68
return grid_->top_left_painter_->
clip_rect_
;
71
return grid_->top_right_painter_->
clip_rect_
;
74
return grid_->bottom_left_painter_->
clip_rect_
;
77
return grid_->bottom_right_painter_->
clip_rect_
;
149
gfx::Rect
clip_rect_
;
member in class:views::corewm::ImageGrid::ImagePainter
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h
139
gfx::Rect GetClipRect() const { return
clip_rect_
; }
344
gfx::Rect
clip_rect_
;
member in class:content::WebPluginDelegateImpl
Completed in 547 milliseconds