Searched refs:Rect (Results 76 - 100 of 495) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDrawClip.cpp21 SK_MEMBER(rect, Rect)
/external/webkit/Source/WebKit/chromium/public/
H A DWebRect.h91 WebRect(const gfx::Rect& r)
99 WebRect& operator=(const gfx::Rect& r)
108 operator gfx::Rect() const
110 return gfx::Rect(x, y, width, height);
/external/chromium/chrome/browser/
H A Dblocked_content_container.h29 const gfx::Rect& bounds,
61 const gfx::Rect& initial_position,
76 virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds);
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.h31 virtual void SetBounds(const gfx::Rect& bounds);
35 virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const;
53 void LimitBounds(gfx::Rect* bounds) const;
H A Dpanel_browser_view.cc33 void PanelBrowserView::LimitBounds(gfx::Rect* bounds) const {
77 void PanelBrowserView::SetBounds(const gfx::Rect& bounds) {
78 gfx::Rect limit_bounds = bounds;
101 bool PanelBrowserView::GetSavedWindowBounds(gfx::Rect* bounds) const {
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_gtk.cc98 pop->Init(frame_->GetNativeView(), gfx::Rect());
131 pop->SetBounds(gfx::Rect(x, y, w, h));
154 gfx::Rect window_bounds;
155 gfx::Rect contents_bounds;
160 border_contents->SetBoundsRect(gfx::Rect(gfx::Point(), window_bounds.size()));
H A Dfind_bar_host.cc110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
121 gfx::Rect new_pos = GetDialogPosition(selection_rect);
209 gfx::Rect window_rect = host()->GetWindowScreenBounds();
232 gfx::Rect FindBarHost::GetDialogPosition(gfx::Rect avoid_overlapping_rect) {
234 gfx::Rect widget_bounds;
237 return gfx::Rect();
244 gfx::Rect view_location;
261 gfx::Rect new_pos = FindBarController::GetLocationForFindbarView(
272 void FindBarHost::SetDialogPosition(const gfx::Rect
[all...]
H A Dbrowser_bubble.cc35 const gfx::Rect& relative_to,
123 gfx::Rect BrowserBubble::GetAbsoluteRelativeTo() {
126 gfx::Rect relative_rect = relative_to_;
134 void BrowserBubble::SetAbsoluteBounds(const gfx::Rect& window_bounds) {
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble.cc53 const gfx::Rect& position_relative_to,
67 const gfx::Rect& position_relative_to,
157 const gfx::Rect& position_relative_to,
193 WidgetWin::Init(border_->GetNativeView(), gfx::Rect());
199 WidgetGtk::InitWithWidget(parent, gfx::Rect());
225 gfx::Rect window_bounds;
244 gfx::Rect contents_bounds;
254 gfx::Rect(gfx::Point(), window_bounds.size()));
284 gfx::Rect window_bounds;
292 gfx::Rect contents_bound
[all...]
H A Dbubble.h95 const gfx::Rect& position_relative_to,
107 const gfx::Rect& position_relative_to,
144 const gfx::Rect& position_relative_to,
209 gfx::Rect position_relative_to_;
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java24 import android.graphics.Rect;
52 private Rect framingRect;
53 private Rect framingRectInPreview;
179 public Rect getFramingRect() {
199 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height);
209 public Rect getFramingRectInPreview() {
211 Rect framingRect = getFramingRect();
215 Rect rect = new Rect(framingRect);
248 framingRect = new Rect(leftOffse
[all...]
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h37 const gfx::Rect& bounds() const { return bounds_; }
44 virtual void SetBounds(const gfx::Rect& bounds);
59 virtual gfx::Rect GetRestoredBounds() const;
60 virtual gfx::Rect GetBounds() const;
125 virtual gfx::Rect GetInstantBounds();
141 Panel(Browser* browser, const gfx::Rect& bounds);
147 gfx::Rect bounds_;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc88 gfx::Rect BrowserViewLayout::GetFindBarBoundingBox() const {
100 gfx::Rect bounding_box(contents_container_->bounds());
171 gfx::Rect bv_bounds = browser_view_->bounds();
269 gfx::Rect(), true);
297 gfx::Rect tabstrip_bounds(
383 const gfx::Rect& browser_reserved_rect,
385 const gfx::Rect& future_source_bounds,
393 gfx::Rect reserved_rect(resize_corner_origin, browser_reserved_rect.size());
401 reserved_rect = gfx::Rect();
419 gfx::Rect sidebar_split_bound
[all...]
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.h52 gfx::Rect GetPopupBounds() const;
60 virtual gfx::Rect GetTargetBounds() OVERRIDE;
124 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
142 gfx::Rect CalculateTargetBounds(int h);
181 gfx::Rect start_bounds_;
182 gfx::Rect target_bounds_;
H A Dautocomplete_result_view.h67 const gfx::Rect& text_bounds() const { return text_bounds_; }
122 gfx::Rect text_bounds_;
123 gfx::Rect icon_bounds_;
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h86 gfx::Rect GetContentsRectangle() const;
124 gfx::Rect anim_frame_start_;
125 gfx::Rect anim_frame_end_;
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.h57 const gfx::Rect& relative_to,
103 const gfx::Rect& relative_to,
109 gfx::Rect relative_to_;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc58 icon_bounds_ = gfx::Rect();
102 const gfx::Rect& SideTab::GetTitleBounds() const {
106 const gfx::Rect& SideTab::GetIconBounds() const {
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display_host.cc13 DOMLoginDisplayHost::DOMLoginDisplayHost(const gfx::Rect& background_bounds)
H A Dviews_login_display_host.h23 explicit ViewsLoginDisplayHost(const gfx::Rect& background_bounds);
/external/chromium/chrome/browser/extensions/
H A Dextension_host_mac.h24 const gfx::Rect& initial_pos);
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.h17 class Rect;
60 const gfx::Rect& element_rect);
66 const gfx::Rect& element_rect);
72 const gfx::Rect&);
/external/chromium/chrome/browser/tab_contents/
H A Dpopup_menu_helper_mac.h26 void ShowPopupMenu(const gfx::Rect& bounds,
H A Dtab_contents_view_mac.h61 virtual void GetContainerBounds(gfx::Rect* out) const;
76 const gfx::Rect& initial_pos);
79 virtual void GetViewBounds(gfx::Rect* out) const;
83 virtual void ShowPopupMenu(const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.h31 class Rect;
66 const gfx::Rect* rect,
104 const gfx::Rect* rect,
185 gfx::Rect rect_;

Completed in 984 milliseconds

1234567891011>>