Searched defs:clip_rect_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.h66 scoped_ptr<gfx::Rect> clip_rect_; member in class:views::NativeViewHostAura
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h275 gfx::Rect clip_rect_; member in class:content::WebPluginDelegateProxy
/external/chromium_org/cc/layers/
H A Drender_surface.h90 gfx::Rect clip_rect() const { return clip_rect_; }
91 void SetClipRect(const gfx::Rect& clip_rect) { clip_rect_ = clip_rect; }
139 gfx::Rect clip_rect_; member in class:cc::RenderSurface
H A Drender_surface_impl.h107 gfx::Rect clip_rect() const { return clip_rect_; }
164 gfx::Rect clip_rect_; member in class:cc::RenderSurfaceImpl
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h134 gfx::Rect GetClipRect() const { return clip_rect_; }
312 gfx::Rect clip_rect_; member in class:content::WebPluginDelegateImpl
/external/chromium_org/ui/wm/core/
H A Dimage_grid.h68 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_;
151 gfx::Rect clip_rect_; member in class:wm::ImageGrid::ImagePainter

Completed in 1370 milliseconds