/external/chromium/chrome/browser/chromeos/ |
native_dialog_window.h | 9 #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::Rect GetNativeDialogContentsBounds(gfx::NativeView native_dialog) [all...] |
/external/chromium/chrome/browser/ui/ |
window_sizer_unittest.cc | 12 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_area(0, 0, 1024, 734) [all...] |
window_sizer.h | 12 #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::Rect* bounds [all...] |
/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents.h | 32 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::Rect* window_bounds) [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth.h | 10 #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;
|
native_view_photobooth_gtk.cc | 8 #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) {
|
native_view_photobooth_gtk.h | 14 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;
|
dragged_tab_view.h | 12 #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::Size GetPreferredSize() OVERRIDE [all...] |
tab.h | 13 #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::Point& p [all...] |
side_tab.h | 10 #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_;
|
/external/chromium/chrome/common/ |
native_window_notification_source.h | 10 #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/ui/window_snapshot/ |
window_snapshot.h | 11 #include "ui/gfx/native_widget_types.h" 13 namespace gfx { namespace 21 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
|
/external/chromium/chrome/browser/ui/gtk/ |
tabstrip_origin_provider.h | 9 namespace gfx{ namespace 28 virtual gfx::Point GetTabStripOriginForWidget(GtkWidget* widget) = 0;
|
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_mac.cc | 7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
|
dock_info.h | 11 #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::Point& screen_loc [all...] |
/external/chromium/chrome/browser/ui/views/ |
window.cc | 7 #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);
|
pinned_contents_info_bubble.h | 17 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::Point bubble_anchor_ [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
popup_non_client_frame_view.h | 19 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; 22 virtual gfx::Rect GetWindowBoundsForClientBounds( 23 const gfx::Rect& client_bounds) const OVERRIDE; 24 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; 25 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) 32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
app_panel_browser_frame_view.h | 17 namespace gfx { namespace 36 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; 39 virtual gfx::Size GetMinimumSize() OVERRIDE; 43 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; 46 virtual gfx::Rect GetWindowBoundsForClientBounds( 47 const gfx::Rect& client_bounds) const OVERRIDE; 48 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; 49 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) 56 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE [all...] |
popup_non_client_frame_view.cc | 7 #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::Path* window_mask) [all...] |
opaque_browser_frame_view.h | 16 namespace gfx { namespace 34 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; 37 virtual gfx::Size GetMinimumSize() 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; 78 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; 79 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask [all...] |
/external/chromium/chrome/browser/automation/ |
automation_window_tracker.cc | 11 : 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));
|
/external/chromium/chrome/browser/ |
platform_util.h | 10 #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::NativeWindow parent [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_gtk.h | 16 #include "ui/gfx/canvas.h" 17 #include "ui/gfx/point.h" 18 #include "ui/gfx/rect.h" 19 #include "ui/gfx/size.h" 27 const gfx::Point& mouse_tab_offset, 28 const gfx::Size& contents_size, 34 void MoveTo(const gfx::Point& screen_point); 37 void set_mouse_tab_offset(const gfx::Point& offset) { 56 void AnimateToBounds(const gfx::Rect& bounds, 61 const gfx::Size& attached_tab_size() const { return attached_tab_size_; [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view.h | 17 namespace gfx { namespace 38 virtual gfx::Rect GetTargetBounds() = 0;
|