OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throbber_size
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc
108
gfx::Size
throbber_size
;
local
110
throbber_size
= throbber_->GetPreferredSize();
115
throbber_size
.height() > 0) {
118
throbber_size
.height());
171
gfx::Size
throbber_size
;
local
173
throbber_size
= throbber_->GetPreferredSize();
191
std::min(
throbber_size
.width(), width()),
192
throbber_size
.height());
198
throbber_size
.height() > 0) {
201
throbber_size
.height())
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc
116
gfx::Size
throbber_size
= throbber_->GetPreferredSize();
local
117
int throbber_x = (size.width() -
throbber_size
.width()) / 2;
118
int throbber_y = (size.height() -
throbber_size
.height()) / 2;
121
throbber_size
.width(),
122
throbber_size
.height());
new_user_view.cc
507
gfx::Size
throbber_size
= throbber->GetPreferredSize();
local
509
x += password_field_->width() -
throbber_size
.width();
511
y += (sign_in_button_->height() -
throbber_size
.height()) / 2;
513
return gfx::Rect(gfx::Point(x, y),
throbber_size
);
Completed in 605 milliseconds