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

/external/chromium_org/cc/trees/
H A Ddamage_tracker.h67 rect_ = rect;
76 gfx::RectF rect_; member in struct:cc::DamageTracker::RectMapData
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h146 gfx::Rect rect_; member in class:WebViewPlugin
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.h135 // and |rect_|) and move it there.
174 // The window for which we're being shown (and to which |rect_| is relative).
185 gfx::Rect rect_; member in class:InfoBubbleGtk
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.h163 // and |rect_|) and move it there.
210 // The window for which we're being shown (and to which |rect_| is relative).
221 gfx::Rect rect_; member in class:BubbleGtk
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc48 rect_ = rect;
55 // The whole window is HTCAPTION, except the |rect_|.
56 if (rect_.Contains(gfx::PointAtOffsetFromOrigin(point - bounds().origin())))
63 gfx::Rect rect_; member in class:__anon6650::__anon6651::NotificationBarClientView
/external/chromium_org/ppapi/cpp/
H A Drect.h25 rect_.point.x = 0;
26 rect_.point.y = 0;
27 rect_.size.width = 0;
28 rect_.size.height = 0;
104 return rect_;
111 return rect_;
118 return rect_;
126 return rect_.point.x;
133 rect_.point.x = in_x;
140 return rect_
396 PP_Rect rect_; member in class:pp::Rect
[all...]

Completed in 317 milliseconds