OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_indicator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
about_chrome_view.h
121
views::ImageView
timeout_indicator_
;
member in class:AboutChromeView
about_chrome_view.cc
189
timeout_indicator_
.SetImage(*timeout_image);
190
timeout_indicator_
.set_parent_owned(false);
415
sz =
timeout_indicator_
.GetPreferredSize();
416
timeout_indicator_
.SetBounds(throbber_topleft_x, throbber_topleft_y,
526
parent->AddChildView(&
timeout_indicator_
);
527
timeout_indicator_
.SetVisible(false);
552
parent->RemoveChildView(&
timeout_indicator_
);
821
timeout_indicator_
.SetVisible(show_timeout_indicator);
[
all
...]
Completed in 439 milliseconds