OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ideal_x
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc
43
mini_tab_to_non_mini_tab_ = x -
ideal_x
(mini_tab_count - 1);
44
first_tab_x_ =
ideal_x
(0);
46
SetIdealBoundsAt(active_index(), ConstrainActiveX(
ideal_x
(active_index())));
68
SetIdealBoundsAt(active_index(), ConstrainActiveX(
ideal_x
(active_index())));
77
int initial_x =
ideal_x
(active_index());
117
if (
ideal_x
(0) != first_tab_x_) {
120
int delta =
ideal_x
(0) - first_tab_x_;
124
mini_bounds.set_x(
ideal_x
(i) - delta);
128
const int exposed = tab_offset() - (
ideal_x
(i + 1) -
ideal_x
(i))
[
all
...]
stacked_tab_strip_layout.h
190
int
ideal_x
(int index) const { return view_model_->ideal_bounds(index).x(); }
function in class:StackedTabStripLayout
stacked_tab_strip_layout_unittest.cc
124
EXPECT_LE(
ideal_x
(j) -
ideal_x
(j - 1), max_width - 100);
127
int
ideal_x
(int index) const {
function in class:StackedTabStripLayoutTest
tab.cc
1139
const int
ideal_x
= (GetMiniWidth() - bounds->width()) \/ 2;
local
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
254
int
ideal_x
= (GetMiniWidth() - kFaviconSize) / 2;
local
258
(
ideal_x
- favicon_bounds_.x()));
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
685
int
ideal_x
= (GetMiniWidth() - kFaviconSize) / 2;
local
689
(
ideal_x
- favicon_bounds_.x()));
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
537
const int
ideal_x
= (GetMiniWidth() - icon_bounds->width()) / 2;
local
540
(
ideal_x
- icon_bounds->x())));
[
all
...]
Completed in 563 milliseconds