Searched refs:gfx (Results 1 - 25 of 878) 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
[all...]
H A Dwindow_sizer.h12 #include "ui/gfx/rect.h"
49 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;
61 virtual gfx::Point GetBoundsOffsetMatching(
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
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dnative_dialog_window.h9 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
14 } // namespace gfx
29 void ShowNativeDialog(gfx::NativeWindow parent,
30 gfx::NativeView native_dialog,
32 const gfx::Size& size,
33 const gfx::Size& min_size);
36 gfx::NativeWindow GetNativeDialogWindow(gfx::NativeView native_dialog);
39 gfx
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth.h10 #include "ui/gfx/native_widget_types.h"
12 namespace gfx { namespace
31 static NativeViewPhotobooth* Create(gfx::NativeView initial_view);
37 virtual void Replace(gfx::NativeView new_view) = 0;
41 virtual void PaintScreenshotIntoCanvas(gfx::Canvas* canvas,
42 const gfx::Rect& target_bounds) = 0;
H A Dnative_view_photobooth_gtk.cc8 #include "ui/gfx/canvas.h"
15 gfx::NativeView initial_view) {
20 gfx::NativeView initial_view) {
26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
31 gfx::Canvas* canvas,
32 const gfx::Rect& target_bounds) {
H A Ddragged_tab_view.h12 #include "ui/gfx/point.h"
13 #include "ui/gfx/rect.h"
14 #include "ui/gfx/size.h"
24 const std::vector<gfx::Rect>& renderer_bounds,
25 const gfx::Point& mouse_tab_offset,
26 const gfx::Size& contents_size,
32 void MoveTo(const gfx::Point& screen_point);
35 void set_mouse_tab_offset(const gfx::Point& offset) {
44 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
46 virtual gfx
[all...]
H A Dtab.h13 #include "ui/gfx/point.h"
41 void set_background_offset(const gfx::Point& offset) {
46 static gfx::Size GetMinimumUnselectedSize();
50 static gfx::Size GetMinimumSelectedSize();
53 static gfx::Size GetStandardSize();
60 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
61 virtual const gfx::Rect& GetIconBounds() const OVERRIDE;
66 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
71 virtual void GetHitTestMask(gfx::Path* path) const OVERRIDE;
72 virtual bool GetTooltipTextOrigin(const gfx
[all...]
H A Dside_tab.h10 #include "ui/gfx/font.h"
25 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
26 virtual gfx::Size GetPreferredSize() OVERRIDE;
29 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_gtk.h14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);
20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
25 gfx::Canvas* canvas,
26 const gfx::Rect& target_bounds) OVERRIDE;
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot.h11 #include "ui/gfx/native_widget_types.h"
13 namespace gfx { namespace
21 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_mac.cc7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
H A Ddock_info.h11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/point.h"
13 #include "ui/gfx/rect.h"
30 const gfx::Point& screen_point,
31 const std::set<gfx::NativeView>& ignore) = 0;
33 virtual gfx::NativeWindow GetLocalProcessWindowAtPoint(
34 const gfx::Point& screen_point,
35 const std::set<gfx::NativeView>& ignore) = 0;
67 static bool IsCloseToPoint(const gfx::Point& screen_loc,
73 static bool IsCloseToMonitorPoint(const gfx
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dwindow.cc7 #include "ui/gfx/rect.h"
16 views::Window* CreateViewsWindow(gfx::NativeWindow parent,
17 const gfx::Rect& bounds,
21 gfx::Rect(),
25 return views::Window::CreateChromeWindow(parent, gfx::Rect(), delegate);
H A Dpinned_contents_info_bubble.h17 explicit PinnedContentsBorderContents(const gfx::Point& bubble_anchor)
22 const gfx::Rect& position_relative_to, // In screen coordinates
25 const gfx::Size& contents_size,
26 gfx::Rect* contents_bounds, // Returned in window coordinates
27 gfx::Rect* window_bounds); // Returned in screen coordinates
31 const gfx::Point bubble_anchor_;
49 const gfx::Rect& position_relative_to,
51 const gfx::Point& bubble_anchor_,
59 explicit PinnedContentsInfoBubble(const gfx::Point& bubble_anchor)
64 const gfx
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_window_tracker.cc11 : AutomationResourceTracker<gfx::NativeWindow>(automation) {
17 void AutomationWindowTracker::AddObserver(gfx::NativeWindow resource) {
19 Source<gfx::NativeWindow>(resource));
22 void AutomationWindowTracker::RemoveObserver(gfx::NativeWindow resource) {
24 Source<gfx::NativeWindow>(resource));
H A Dautomation_window_tracker.h11 #include "ui/gfx/native_widget_types.h"
14 : public AutomationResourceTracker<gfx::NativeWindow> {
19 virtual void AddObserver(gfx::NativeWindow resource);
20 virtual void RemoveObserver(gfx::NativeWindow resource);
/external/chromium/chrome/common/
H A Dnative_window_notification_source.h10 #include "ui/gfx/native_widget_types.h"
17 class Source<gfx::NativeWindow> : public NotificationSource {
19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {}
24 gfx::NativeWindow operator->() const { return ptr(); }
25 gfx::NativeWindow ptr() const {
26 return static_cast<gfx::NativeWindow>(const_cast<void*>(ptr_));
/external/chromium/chrome/browser/
H A Dplatform_util.h10 #include "ui/gfx/native_widget_types.h"
28 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
31 gfx::NativeView GetParent(gfx::NativeView view);
34 bool IsWindowActive(gfx::NativeWindow window);
37 void ActivateWindow(gfx::NativeWindow window);
42 bool IsVisible(gfx::NativeView view);
47 void SimpleErrorBox(gfx::NativeWindow parent,
54 bool SimpleYesNoBox(gfx
[all...]
H A Dntp_background_util.h9 namespace gfx { namespace
25 ui::ThemeProvider* tp, gfx::Canvas* canvas,
26 const gfx::Rect& area, int tab_contents_height);
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc7 #include "ui/gfx/point.h"
8 #include "ui/gfx/rect.h"
9 #include "ui/gfx/size.h"
15 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 {
32 int PopupNonClientFrameView::NonClientHitTest(const gfx::Point& point) {
36 void PopupNonClientFrameView::GetWindowMask(const gfx::Size& size,
37 gfx
[all...]
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.h32 const gfx::Rect& position_relative_to, // In screen coordinates
35 const gfx::Size& contents_size,
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,
61 const gfx::Size& local_contents_size,
63 gfx
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dtabstrip_origin_provider.h9 namespace gfx{ namespace
28 virtual gfx::Point GetTabStripOriginForWidget(GtkWidget* widget) = 0;
H A Dcertificate_viewer.h11 #include "ui/gfx/native_widget_types.h"
13 void ShowCertificateViewer(gfx::NativeWindow parent,
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_win.cc16 gfx::NativeView AutocompletePopupWin::GetRelativeWindowForPopup(
17 gfx::NativeView edit_native_view) const {
/external/chromium/chrome/browser/notifications/
H A Dballoon.h13 #include "ui/gfx/point.h"
14 #include "ui/gfx/rect.h"
15 #include "ui/gfx/size.h"
42 virtual gfx::Size GetSize() const = 0;
59 gfx::Point GetPosition() const {
62 void SetPosition(const gfx::Point& upper_left, bool reposition);
64 const gfx::Point& offset() { return offset_;}
65 void set_offset(const gfx::Point& offset) { offset_ = offset; }
66 void add_offset(const gfx::Point& offset) { offset_ = offset_.Add(offset); }
68 const gfx
[all...]

Completed in 8701 milliseconds

1234567891011>>