OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ideal_x
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
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/gtk/tabs/
tab_renderer_gtk.cc
685
int
ideal_x
= (GetMiniWidth() - kFaviconSize) / 2;
local
689
(
ideal_x
- favicon_bounds_.x()));
[
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_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 268 milliseconds