OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrobberHostView
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
helper.h
39
class
ThrobberHostView
: public views::View {
41
ThrobberHostView
();
42
virtual ~
ThrobberHostView
();
68
DISALLOW_COPY_AND_ASSIGN(
ThrobberHostView
);
helper.cc
77
ThrobberHostView
::
ThrobberHostView
()
82
ThrobberHostView
::~
ThrobberHostView
() {
86
void
ThrobberHostView
::StartThrobber() {
124
void
ThrobberHostView
::StopThrobber() {
131
gfx::Rect
ThrobberHostView
::CalculateThrobberBounds(views::Throbber* throbber) {
existing_user_view.h
20
class ExistingUserView : public
ThrobberHostView
,
guest_user_view.h
23
class GuestUserView : public
ThrobberHostView
,
screen_lock_view.h
31
class ScreenLockView : public
ThrobberHostView
,
new_user_view.h
31
class NewUserView : public
ThrobberHostView
,
107
//
ThrobberHostView
:
user_controller.h
206
ThrobberHostView
* throbber_host_;
Completed in 32 milliseconds