OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:options_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
before_translate_infobar.cc
83
gfx::Size
options_size
= options_menu_button_->GetPreferredSize();
local
84
options_menu_button_->SetBounds(EndX() -
options_size
.width(),
85
OffsetY(
options_size
),
options_size
.width(),
options_size
.height());
after_translate_infobar.cc
76
gfx::Size
options_size
= options_menu_button_->GetPreferredSize();
local
77
options_menu_button_->SetBounds(EndX() -
options_size
.width(),
78
OffsetY(
options_size
),
options_size
.width(),
options_size
.height());
/external/chromium_org/chrome/browser/ui/views/infobars/
before_translate_infobar.cc
82
gfx::Size
options_size
= options_menu_button_->GetPreferredSize();
local
83
options_menu_button_->SetBounds(EndX() -
options_size
.width(),
84
OffsetY(
options_size
),
options_size
.width(),
options_size
.height());
after_translate_infobar.cc
79
gfx::Size
options_size
= options_menu_button_->GetPreferredSize();
local
80
options_menu_button_->SetBounds(EndX() -
options_size
.width(),
81
OffsetY(
options_size
),
options_size
.width(),
options_size
.height());
/external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc
96
gfx::Size
options_size
= options_menu_button_->GetPreferredSize();
local
99
int height = std::max(
options_size
.height(), button_size.height());
101
0, (height -
options_size
.height()) / 2,
102
options_size
.width(),
options_size
.height());
105
options_size
.width() + kControlButtonsMargin,
Completed in 2719 milliseconds