HomeSort by relevance Sort by last modified time
    Searched refs:DockInfo (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/ui/tabs/
dock_info_mac.cc 7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
9 // TODO(pinkerton): Implement DockInfo, http://crbug.com/9427.
13 void DockInfo::AdjustOtherWindowBounds() const {
14 // TODO(pinkerton): Implement DockInfo, http://crbug.com/9427.
dock_info_unittest.cc 45 bool result = DockInfo::IsCloseToPoint(
70 DockInfo::Type type[] = {
71 DockInfo::LEFT_HALF,
72 DockInfo::LEFT_HALF,
73 DockInfo::LEFT_HALF,
74 DockInfo::LEFT_HALF,
75 DockInfo::LEFT_HALF,
76 DockInfo::LEFT_HALF,
77 DockInfo::RIGHT_HALF,
78 DockInfo::BOTTOM_HALF
    [all...]
dock_info.cc 27 DockInfo::Factory* DockInfo::factory_ = NULL;
30 bool DockInfo::IsCloseToPoint(const gfx::Point& screen_loc,
42 bool DockInfo::IsCloseToMonitorPoint(const gfx::Point& screen_loc,
45 DockInfo::Type type,
58 case DockInfo::LEFT_HALF:
59 case DockInfo::RIGHT_HALF:
65 case DockInfo::MAXIMIZE: {
76 case DockInfo::BOTTOM_HALF:
88 if (type != DockInfo::MAXIMIZE
    [all...]
dock_info_win.cc 190 // Helper class for creating a DockInfo from a specified point.
193 // Returns the DockInfo for the specified point. If there is no docking
194 // position for the specified point the returned DockInfo has a type of NONE.
195 static DockInfo GetDockInfoAtPoint(const gfx::Point& screen_loc,
202 finder.result_.set_type(DockInfo::NONE);
219 DockInfo::LEFT_OF_WINDOW) ||
221 DockInfo::RIGHT_OF_WINDOW) ||
223 DockInfo::BOTTOM_OF_WINDOW)) {
243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) {
245 if (DockInfo::IsCloseToPoint(screen_loc_, x, y, &in_enable_area))
    [all...]
dock_info.h 15 // DockInfo is used to do determine possible dock locations for a dragged
16 // tab. To use DockInfo invoke GetDockInfoAtPoint. This returns a new
17 // DockInfo whose type indicates the type of dock that should occur based
19 // IsValidForPoint, this returns true if the DockInfo is still valid for the
20 // new location. If the DockInfo is not valid, invoke GetDockInfoAtPoint to
21 // get the new DockInfo. Use GetNewWindowBounds to get the position to place
25 class DockInfo {
29 virtual DockInfo GetDockInfoAtPoint(
62 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {}
76 DockInfo::Type type
    [all...]
dock_info_gtk.cc 181 DockInfo DockInfo::GetDockInfoAtPoint(const gfx::Point& screen_point,
187 return DockInfo();
191 GtkWindow* DockInfo::GetLocalProcessWindowAtPoint(
206 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const {
217 void DockInfo::SizeOtherWindowTo(const gfx::Rect& bounds) const {
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 12 class DockInfo;
53 const DockInfo& dock_info,
default_tab_handler.h 33 const DockInfo& dock_info,
default_tab_handler.cc 50 const DockInfo& dock_info,
tab_strip_model_unittest.cc 94 const DockInfo& dock_info,
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 77 explicit DockView(DockInfo::Type type) : type_(type) {}
80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height());
111 case DockInfo::LEFT_OF_WINDOW:
112 case DockInfo::LEFT_HALF:
117 if (type_ == DockInfo::LEFT_OF_WINDOW) {
124 case DockInfo::RIGHT_OF_WINDOW:
125 case DockInfo::RIGHT_HALF:
130 if (type_ == DockInfo::RIGHT_OF_WINDOW) {
136 case DockInfo::TOP_OF_WINDOW
    [all...]
dragged_tab_controller.h 202 DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point);
352 DockInfo dock_info_;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 250 // DockInfo for the tabstrip.
251 DockInfo dock_info_;
dragged_tab_controller_gtk.cc 301 DockInfo::GetLocalProcessWindowAtPoint(screen_point, dock_windows_);
780 window = DockInfo::GetLocalProcessWindowAtPoint(GetCursorScreenPoint(),
  /external/chromium/chrome/browser/ui/
browser.h 680 const DockInfo& dock_info,
    [all...]
browser.cc     [all...]

Completed in 3010 milliseconds