OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:available_height
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc
201
int
available_height
= height() - kBubbleVertMargin * 2;
local
209
y +=
available_height
- control_height;
229
y = (
available_height
- control_height) / 2;
/external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc
268
int
available_height
= height() - kBubbleVertMargin * 2;
local
276
y +=
available_height
- control_height;
296
y = (
available_height
- control_height) / 2;
/external/chromium_org/ui/views/controls/button/
text_button.cc
456
int
available_height
= height() - insets.height();
local
457
int content_y = (
available_height
- text_size_.height()) / 2 + insets.top();
696
int
available_height
= height() - insets.height();
local
697
int icon_y = (
available_height
- icon.height()) / 2 + insets.top();
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
747
int
available_height
= height() - top_margin - bottom_margin;
local
814
subtitle_.empty() ?
available_height
815
:
available_height
/ 2);
842
top_margin + (
available_height
-
858
int
available_height
= height() - GetTopMargin() - GetBottomMargin();
local
865
GetTopMargin(), max_accel_width,
available_height
);
local
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc
447
int
available_height
= GetMaxTabY() - kTabStripInset;
local
448
return std::min(0,
available_height
- ideal_height_);
Completed in 116 milliseconds