OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tabstrip_bounds
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
322
gfx::Rect
tabstrip_bounds
=
local
324
if (screen_point.x() <
tabstrip_bounds
.right() &&
325
screen_point.x() >=
tabstrip_bounds
.x()) {
328
int upper_threshold =
tabstrip_bounds
.bottom() + kVerticalDetachMagnetism;
329
int lower_threshold =
tabstrip_bounds
.y() - kVerticalDetachMagnetism;
512
gfx::Rect
tabstrip_bounds
=
local
517
if (x <
tabstrip_bounds
.x() && screen_point.x() >=
tabstrip_bounds
.x())
518
x =
tabstrip_bounds
.x();
522
int vertical_detach_point =
tabstrip_bounds
.y() - vertical_drag_magnetism
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc
264
gfx::Rect
tabstrip_bounds
(
267
tabstrip_bounds
.y() :
tabstrip_bounds
.bottom()) + kDWMFrameTopOffset;
browser_view_layout.cc
297
gfx::Rect
tabstrip_bounds
(
299
gfx::Point tabstrip_origin(
tabstrip_bounds
.origin());
302
tabstrip_bounds
.set_origin(tabstrip_origin);
305
vertical_layout_rect_.Inset(
tabstrip_bounds
.width(), 0, 0, 0);
308
tabstrip_->SetBoundsRect(
tabstrip_bounds
);
310
tabstrip_bounds
.y() :
tabstrip_bounds
.bottom();
opaque_browser_frame_view.cc
414
gfx::Rect
tabstrip_bounds
(browser_view_->tabstrip()->bounds());
415
gfx::Point tabstrip_origin(
tabstrip_bounds
.origin());
418
tabstrip_bounds
.set_origin(tabstrip_origin);
420
(l.x() >
tabstrip_bounds
.right()) : (l.y() >
tabstrip_bounds
.bottom()))
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
390
gfx::Rect
tabstrip_bounds
=
local
392
if (screen_point.x() <
tabstrip_bounds
.right() &&
393
screen_point.x() >=
tabstrip_bounds
.x()) {
396
int upper_threshold =
tabstrip_bounds
.bottom() + kVerticalDetachMagnetism;
397
int lower_threshold =
tabstrip_bounds
.y() - kVerticalDetachMagnetism;
585
gfx::Rect
tabstrip_bounds
=
local
590
if (x <
tabstrip_bounds
.x() && screen_point.x() >=
tabstrip_bounds
.x())
591
x =
tabstrip_bounds
.x();
595
int vertical_detach_point =
tabstrip_bounds
.y() - vertical_drag_magnetism
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.cc
311
gfx::Rect
tabstrip_bounds
(
313
tabstrip_bounds
= gfx::win::DIPToScreenRect(
tabstrip_bounds
);
314
margins.cyTopHeight =
tabstrip_bounds
.bottom() + kDWMFrameTopOffset;
browser_frame_win.cc
449
gfx::Rect
tabstrip_bounds
(
451
tabstrip_bounds
= gfx::win::DIPToScreenRect(
tabstrip_bounds
);
452
margins.cyTopHeight =
tabstrip_bounds
.bottom() + kDWMFrameTopOffset;
browser_view_unittest.cc
29
gfx::Rect
tabstrip_bounds
(
31
gfx::Point tabstrip_origin(
tabstrip_bounds
.origin());
browser_view_layout.cc
415
gfx::Rect
tabstrip_bounds
(delegate_->GetBoundsForTabStripInBrowserView());
418
tab_strip_->SetBoundsRect(
tabstrip_bounds
);
419
int bottom =
tabstrip_bounds
.bottom();
browser_non_client_frame_view_ash.cc
195
gfx::Rect
tabstrip_bounds
(browser_view()->tabstrip()->bounds());
196
if (client_point.y() <
tabstrip_bounds
.y() + kTabShadowHeight)
/external/chromium/chrome/browser/chromeos/frame/
browser_view.cc
97
gfx::Rect
tabstrip_bounds
(
99
gfx::Point tabstrip_origin =
tabstrip_bounds
.origin();
102
tabstrip_bounds
.set_origin(tabstrip_origin);
104
LayoutTitlebarComponentsWithVerticalTabs(
tabstrip_bounds
) :
105
LayoutTitlebarComponents(
tabstrip_bounds
);
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
831
gfx::Rect
tabstrip_bounds
= GetViewScreenBounds(tabstrip);
local
833
if (screen_point.x() <
tabstrip_bounds
.right() &&
834
screen_point.x() >=
tabstrip_bounds
.x()) {
837
int upper_threshold =
tabstrip_bounds
.bottom() + kVerticalDetachMagnetism;
838
int lower_threshold =
tabstrip_bounds
.y() - kVerticalDetachMagnetism;
845
if (screen_point.y() <
tabstrip_bounds
.bottom() &&
846
screen_point.y() >=
tabstrip_bounds
.y()) {
847
int upper_threshold =
tabstrip_bounds
.right() +
849
int lower_threshold =
tabstrip_bounds
.x() - kHorizontalDetachMagnetism;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
1214
gfx::Rect
tabstrip_bounds
= GetViewScreenBounds(attached_tabstrip_);
local
1265
gfx::Rect
tabstrip_bounds
= GetViewScreenBounds(tabstrip);
local
[
all
...]
Completed in 1303 milliseconds