Home | History | Annotate | Download | only in npapi

Lines Matching refs:RECT

21 #include "ui/gfx/rect.h"
86 virtual void UpdateGeometry(const gfx::Rect& window_rect,
87 const gfx::Rect& clip_rect) OVERRIDE;
88 virtual void Paint(SkCanvas* canvas, const gfx::Rect& rect) OVERRIDE;
133 gfx::Rect GetRect() const { return window_rect_; }
134 gfx::Rect GetClipRect() const { return clip_rect_; }
157 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect);
163 void UpdateGeometryAndContext(const gfx::Rect& window_rect,
164 const gfx::Rect& clip_rect,
177 void WindowFrameChanged(const gfx::Rect& window_frame,
178 const gfx::Rect& view_frame);
192 void CGPaint(CGContextRef context, const gfx::Rect& rect);
211 void WindowedUpdateGeometry(const gfx::Rect& window_rect,
212 const gfx::Rect& clip_rect);
223 bool WindowedReposition(const gfx::Rect& window_rect,
224 const gfx::Rect& clip_rect);
253 void WindowlessUpdateGeometry(const gfx::Rect& window_rect,
254 const gfx::Rect& clip_rect);
255 void WindowlessPaint(gfx::NativeDrawingContext hdc, const gfx::Rect& rect);
287 gfx::Rect windowed_last_pos_;
311 gfx::Rect window_rect_;
312 gfx::Rect clip_rect_;
345 const RECT* rect);
372 // Sets window_rect_ to |rect|
373 void SetPluginRect(const gfx::Rect& rect);
407 gfx::Rect cached_clip_rect_;