Searched refs:Rect (Results 101 - 125 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_win.cc20 void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
H A Dbrowser_dialogs.h32 class Rect;
44 const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/frame/
H A Dnative_browser_frame.h12 class Rect;
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.h53 virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE;
62 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
65 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
70 virtual void ShowPopupMenu(const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.h44 const gfx::Rect& target_bounds) OVERRIDE;
H A Dside_tab_strip.h57 std::vector<gfx::Rect>* bounds) OVERRIDE;
61 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
80 gfx::Rect newtab_button_bounds_;
91 gfx::Rect separator_bounds_;
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate_unittest.cc34 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
70 test_tab_contents_delegate_->MoveContents(NULL, gfx::Rect());
88 NULL, contents, NEW_FOREGROUND_TAB, gfx::Rect(), false);
103 gfx::Rect(), false);
/external/libffi/testsuite/libffi.call/
H A Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; typedef in typeref:struct:Rect
25 int doit(int o, char* s, Point p, Rect r, int last)
63 rect_type.size = 0;/*sizeof(Rect);*/
64 rect_type.alignment =0;/* __alignof__(Rect);*/
92 Rect r = { { 9.0, 10.0}, { -1.0, -2.0 } };
/external/skia/src/svg/
H A DSkSVGRect.cpp20 DEFINE_SVG_INFO(Rect)
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.h45 const gfx::Rect& pos) OVERRIDE;
51 virtual void SetBounds(const gfx::Rect& rect) OVERRIDE;
59 virtual gfx::Rect GetViewBounds() const OVERRIDE;
63 const gfx::Rect& caret_rect) OVERRIDE;
66 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
67 const std::vector<gfx::Rect>& copy_rects) OVERRIDE;
115 virtual gfx::Rect GetCaretBounds() OVERRIDE;
169 gfx::Rect invalid_rect_;
209 gfx::Rect caret_bounds_;
H A Drender_widget_host_view_mac.h186 const gfx::Rect& pos);
192 virtual void SetBounds(const gfx::Rect& rect);
202 virtual gfx::Rect GetViewBounds() const;
206 const gfx::Rect& caret_rect);
209 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
210 const std::vector<gfx::Rect>& copy_rects);
220 virtual gfx::Rect GetViewCocoaBounds() const;
221 virtual gfx::Rect GetRootWindowRect();
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc175 gfx::Rect contents_rect = GetContentsRectangle();
195 gfx::Rect(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
197 gfx::Rect contents_rect = GetContentsRectangle();
206 anim_frame_end_ = gfx::Rect(
228 gfx::Rect frame_position(
240 gfx::Rect contents_rect = GetContentsRectangle();
251 gfx::Rect BalloonViewImpl::GetCloseButtonBounds() const {
252 return gfx::Rect(
260 gfx::Rect BalloonViewImpl::GetOptionsButtonBounds() const {
261 gfx::Rect close_rec
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser_view.cc29 gfx::Rect DOMBrowserView::GetToolbarBounds() const {
30 return gfx::Rect();
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc35 background_bounds_ = gfx::Rect();
105 : LoginDisplay(NULL, gfx::Rect()),
H A Dweb_page_screen.h37 const gfx::Rect& initial_pos,
50 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.h86 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; }
139 gfx::Rect monitor_bounds_;
H A Dwm_overview_favicon.cc39 WidgetGtk::Init(NULL, gfx::Rect(0, 0, 0, 0));
76 SetBounds(gfx::Rect(icon.width(), icon.height()));
H A Dwm_overview_snapshot.cc37 WidgetGtk::Init(NULL, gfx::Rect(size));
62 SetBounds(gfx::Rect(image.width(), image.height()));
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.h18 class Rect;
79 gfx::Rect ComputeWindowPosition(int width, int height, bool is_RTL);
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.h17 class Rect;
56 const gfx::Rect& element_rect);
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_delegate.h19 class Rect;
52 const gfx::Rect& window_bounds,
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.h31 const gfx::Rect& rect,
48 const gfx::Rect& rect,
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h67 void SetBounds(const gfx::Rect& bounds);
70 const gfx::Rect& bounds() const { return bounds_; }
90 gfx::Rect GetIdealBounds(int index);
172 gfx::Rect ideal_bounds;
258 void SetTabBounds(TabGtk* tab, const gfx::Rect& bounds);
359 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
392 const gfx::Rect& start_bounds);
428 gfx::Rect bounds_;
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc12 Panel::Panel(Browser* browser, const gfx::Rect& bounds)
42 void Panel::SetBounds(const gfx::Rect& bounds) {
108 gfx::Rect Panel::GetRestoredBounds() const {
110 return gfx::Rect();
113 gfx::Rect Panel::GetBounds() const {
115 return gfx::Rect();
340 gfx::Rect Panel::GetInstantBounds() {
342 return gfx::Rect();
H A Dpanel_manager.h84 bool ComputeBoundsForNextPanel(gfx::Rect* bounds, bool allow_size_change);
117 gfx::Rect dragging_panel_bounds_;

Completed in 342 milliseconds

1234567891011>>