Searched refs:Rect (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_unittest.cc12 static const gfx::Rect tentwentyfour(0, 0, 1024, 768);
13 static const gfx::Rect twelveeighty(0, 0, 1280, 1024);
14 static const gfx::Rect sixteenhundred(0, 0, 1600, 1200);
15 static const gfx::Rect sixteeneighty(0, 0, 1680, 1050);
16 static const gfx::Rect nineteentwenty(0, 0, 1920, 1200);
20 static const gfx::Rect left_nonprimary(-1024, 0, 1024, 768);
24 static const gfx::Rect right_nonprimary(1024, 0, 1024, 768);
28 static const gfx::Rect top_nonprimary(0, -768, 1024, 768);
32 static const gfx::Rect bottom_nonprimary(0, 768, 1024, 768);
35 static const gfx::Rect taskbar_bottom_work_are
[all...]
H A Dwindow_sizer.h49 virtual gfx::Rect GetPrimaryMonitorWorkArea() const = 0;
52 virtual gfx::Rect GetPrimaryMonitorBounds() const = 0;
56 virtual gfx::Rect GetMonitorWorkAreaMatching(
57 const gfx::Rect& match_rect) const = 0;
62 const gfx::Rect& match_rect) const = 0;
76 gfx::Rect GetWorkAreaAt(size_t index) const {
81 std::vector<gfx::Rect> work_areas_;
92 virtual bool GetPersistentState(gfx::Rect* bounds,
94 gfx::Rect* work_area) const = 0;
99 virtual bool GetLastActiveWindowState(gfx::Rect* bound
[all...]
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_mac.cc7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot.h14 class Rect;
21 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
/external/chromium/chrome/browser/ui/views/
H A Dwindow.cc17 const gfx::Rect& bounds,
21 gfx::Rect(),
25 return views::Window::CreateChromeWindow(parent, gfx::Rect(), delegate);
H A Dfind_bar_host_gtk.cc19 void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
20 gfx::Rect frame_rect = host()->GetTopLevelWidget()->GetWindowScreenBounds();
22 gfx::Rect webcontents_rect;
H A Dwindow.h12 class Rect;
24 const gfx::Rect& bounds,
H A Dpinned_contents_info_bubble.h22 const gfx::Rect& position_relative_to, // In screen coordinates
26 gfx::Rect* contents_bounds, // Returned in window coordinates
27 gfx::Rect* window_bounds); // Returned in screen coordinates
49 const gfx::Rect& position_relative_to,
H A Dsad_tab_view.h59 gfx::Rect icon_bounds_;
60 gfx::Rect title_bounds_;
61 gfx::Rect message_bounds_;
62 gfx::Rect link_bounds_;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.h32 const gfx::Rect& position_relative_to, // In screen coordinates
36 gfx::Rect* contents_bounds, // Returned in window coordinates
37 gfx::Rect* window_bounds); // Returned in screen coordinates
44 virtual gfx::Rect GetMonitorBounds(const gfx::Rect& rect);
59 const gfx::Rect& position_relative_to,
60 const gfx::Rect& monitor_bounds,
63 gfx::Rect* window_bounds);
69 static bool ComputeOffScreenInsets(const gfx::Rect& monitor_bounds,
70 const gfx::Rect
[all...]
H A Dborder_widget_win.cc21 WidgetWin::Init(owner, gfx::Rect());
27 gfx::Rect BorderWidgetWin::SizeAndGetBounds(
28 const gfx::Rect& position_relative_to,
32 gfx::Rect contents_bounds;
33 gfx::Rect window_bounds;
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc15 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const {
16 return gfx::Rect(0, 0, width(), height());
27 gfx::Rect PopupNonClientFrameView::GetWindowBoundsForClientBounds(
28 const gfx::Rect& client_bounds) const {
49 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip(
51 return gfx::Rect(0, 0, width(), tabstrip->GetPreferredSize().height());
H A Dpopup_non_client_frame_view.h19 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
22 virtual gfx::Rect GetWindowBoundsForClientBounds(
23 const gfx::Rect& client_bounds) const OVERRIDE;
32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.h29 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
30 virtual const gfx::Rect& GetIconBounds() const OVERRIDE;
39 gfx::Rect icon_bounds_;
40 gfx::Rect title_bounds_;
H A Dnative_view_photobooth.h14 class Rect;
42 const gfx::Rect& target_bounds) = 0;
/external/webkit/Source/WebKit/mac/Misc/
H A DQuickDrawCompatibility.h47 extern QDErr NewGWorldFromPtr(GWorldPtr*, UInt32, const Rect*, CTabHandle, GDHandle, GWorldFlags, Ptr, SInt32);
48 extern Rect* GetPortBounds(CGrafPtr, Rect*);
49 extern Rect* GetRegionBounds(RgnHandle, Rect*);
60 extern void MacSetRect(Rect*, short, short, short, short);
64 extern void OffsetRect(Rect*, short, short);
66 extern void PaintRect(const Rect*);
69 extern void RectRgn(RgnHandle, const Rect*);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view.h18 class Rect;
38 virtual gfx::Rect GetTargetBounds() = 0;
/external/chromium/chrome/browser/
H A Dntp_background_util.h11 class Rect;
26 const gfx::Rect& area, int tab_contents_height);
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.h15 class Rect;
57 static gfx::Rect GetLocationForFindbarView(
58 gfx::Rect view_location,
59 const gfx::Rect& dialog_bounds,
60 const gfx::Rect& avoid_overlapping_rect);
H A Dfind_notification_details.h16 const gfx::Rect& selection_rect,
37 gfx::Rect selection_rect() const { return selection_rect_; }
46 gfx::Rect selection_rect_; // Where selection occurred (screen coordinate).
/external/chromium/chrome/browser/chromeos/login/
H A Duser_input.h28 virtual gfx::Rect GetMainInputScreenBounds() const = 0;
/external/skia/src/svg/
H A DSkSVGRect.h16 DECLARE_SVG_INFO(Rect);
/external/webkit/Source/WebCore/css/
H A DCSSBorderImageValue.h30 class Rect;
34 static PassRefPtr<CSSBorderImageValue> create(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule)
51 RefPtr<Rect> m_imageSliceRect;
58 CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule);
H A DRect.idl22 interface Rect {
/external/chromium/chrome/browser/instant/
H A Dinstant_delegate.h15 class Rect;
45 virtual gfx::Rect GetInstantBounds() = 0;

Completed in 358 milliseconds

1234567891011>>