Searched refs:Rect (Results 51 - 75 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc10 const gfx::Rect& position_relative_to,
14 gfx::Rect* contents_bounds,
15 gfx::Rect* window_bounds) {
39 const gfx::Rect& position_relative_to,
H A Ddropdown_bar_host.h66 virtual gfx::Rect GetDialogPosition(gfx::Rect avoid_overlapping_rect) = 0;
71 virtual void SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) = 0;
128 virtual void GetWidgetBounds(gfx::Rect* bounds);
137 void UpdateWindowEdges(const gfx::Rect& new_pos);
143 void SetWidgetPositionNative(const gfx::Rect& new_pos, bool no_redraw);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_gtk.cc32 const gfx::Rect& target_bounds) {
H A Dnative_view_photobooth_gtk.h26 const gfx::Rect& target_bounds) OVERRIDE;
H A Dtab.h60 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
61 virtual const gfx::Rect& GetIconBounds() const OVERRIDE;
105 gfx::Rect favicon_bounds_;
106 gfx::Rect title_bounds_;
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.h12 class Rect;
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFloatRectHaiku.cpp32 #include <Rect.h>
H A DIntRectHaiku.cpp31 #include <Rect.h>
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h117 bool GetNewWindowBounds(gfx::Rect* new_window_bounds,
138 void set_monitor_bounds(const gfx::Rect& monitor_bounds) {
141 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; }
144 gfx::Rect GetPopupRect() const;
176 bool GetWindowBounds(gfx::Rect* bounds) const;
177 void SizeOtherWindowTo(const gfx::Rect& bounds) const;
182 gfx::Rect monitor_bounds_;
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h35 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
40 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
42 virtual gfx::Rect GetWindowBoundsForClientBounds(
43 const gfx::Rect& client_bounds) const OVERRIDE;
87 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
108 gfx::Rect otr_avatar_bounds_;
117 gfx::Rect client_view_bounds_;
H A Dopaque_browser_frame_view.h34 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
49 virtual gfx::Rect GetBoundsForReservedArea() const;
73 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
76 virtual gfx::Rect GetWindowBoundsForClientBounds(
77 const gfx::Rect& client_bounds) const OVERRIDE;
128 gfx::Rect IconBounds() const;
146 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
149 gfx::Rect title_bounds_;
152 gfx::Rect otr_avatar_bounds_;
170 gfx::Rect client_view_bounds
[all...]
H A Dbrowser_non_client_frame_view.h22 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.h17 class Rect;
37 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
38 virtual gfx::Rect GetWindowBoundsForClientBounds(
39 const gfx::Rect& client_bounds) const OVERRIDE;
71 gfx::Rect client_view_bounds_;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h57 const gfx::Rect& pos);
63 virtual void SetBounds(const gfx::Rect& rect);
73 virtual gfx::Rect GetViewBounds() const;
77 const gfx::Rect& caret_rect);
80 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
81 const std::vector<gfx::Rect>& copy_rects);
111 void Paint(const gfx::Rect&);
155 void DoPopupOrFullscreenInit(GtkWindow* window, const gfx::Rect& bounds);
174 gfx::Rect invalid_rect_;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h162 virtual void SetBounds(const gfx::Rect& bounds);
208 gfx::Rect bounds() const { return bounds_; }
210 gfx::Rect favicon_bounds() const { return favicon_bounds_; }
213 gfx::Rect GetNonMirroredBounds(GtkWidget* parent) const;
216 gfx::Rect GetRequisition() const;
227 const gfx::Rect& title_bounds() const { return title_bounds_; }
228 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; }
317 gfx::Rect GetLocalBounds();
379 gfx::Rect favicon_bounds_;
380 gfx::Rect title_bounds
[all...]
H A Ddragged_tab_gtk.h56 void AnimateToBounds(const gfx::Rect& bounds,
84 gfx::Rect bounds() const;
141 gfx::Rect animation_start_bounds_;
142 gfx::Rect animation_end_bounds_;
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display_host.h15 class Rect;
24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
H A Dusername_view.h16 class Rect;
54 void PaintUsername(const gfx::Rect& bounds);
H A Dlogin_display.h64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
96 gfx::Rect background_bounds() const { return background_bounds_; }
97 void set_background_bounds(const gfx::Rect background_bounds){
117 gfx::Rect background_bounds_;
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.h16 class Rect;
45 const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container_views.h41 void SetReservedContentsRect(const gfx::Rect& reserved_rect);
77 gfx::Rect cached_reserved_rect_;
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc36 gfx::Rect* bounds) {
46 *bounds = gfx::Rect(widget->allocation.width, widget->allocation.height);
62 gfx::Rect* bounds,
69 const gfx::Rect& bounds,
/external/chromium/chrome/browser/chromeos/
H A Ddrop_shadow_label.h40 const gfx::Rect& text_bounds,
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.h57 void SetOmniboxBounds(const gfx::Rect& bounds);
133 gfx::Rect GetOmniboxBoundsInTermsOfPreview();
188 gfx::Rect omnibox_bounds_;
191 gfx::Rect last_omnibox_bounds_;
/external/chromium/webkit/glue/
H A Dweb_io_operators.cc30 return out << static_cast<gfx::Rect>(p);

Completed in 378 milliseconds

1234567891011>>