OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half_m_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/tabs/
dock_info.cc
132
int
half_m_height
= (monitor_bounds_.bottom() - monitor_bounds_.y()) / 2;
local
150
window_bounds.width(),
half_m_height
);
155
monitor_bounds_.y() +
half_m_height
,
156
window_bounds.width(),
half_m_height
);
171
monitor_bounds_.y() +
half_m_height
,
172
monitor_bounds_.width(),
half_m_height
);
195
int
half_m_height
= (monitor_bounds_.bottom() - monitor_bounds_.y()) / 2;
local
211
monitor_bounds_.y() +
half_m_height
,
212
window_bounds.width(),
half_m_height
);
217
window_bounds.width(),
half_m_height
);
[
all
...]
/external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc
122
int
half_m_height
= (monitor_bounds_.bottom() - monitor_bounds_.y()) / 2;
local
140
window_bounds.width(),
half_m_height
);
145
monitor_bounds_.y() +
half_m_height
,
146
window_bounds.width(),
half_m_height
);
161
monitor_bounds_.y() +
half_m_height
,
162
monitor_bounds_.width(),
half_m_height
);
185
int
half_m_height
= (monitor_bounds_.bottom() - monitor_bounds_.y()) / 2;
local
201
monitor_bounds_.y() +
half_m_height
,
202
window_bounds.width(),
half_m_height
);
207
window_bounds.width(),
half_m_height
);
[
all
...]
Completed in 27 milliseconds