OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserView
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_view.h
28
class
UserView
: public views::View,
49
// Creates
UserView
for login screen (|is_login| == true) or screen locker.
53
UserView
(Delegate* delegate, bool is_login, bool need_background);
91
DISALLOW_COPY_AND_ASSIGN(
UserView
);
user_view.cc
218
explicit PodImageView(const
UserView
::Delegate* delegate)
244
const
UserView
::Delegate* delegate_;
252
UserView
::
UserView
(Delegate* delegate, bool is_login, bool need_background)
269
void
UserView
::Init(bool need_background) {
275
//
UserView
's layout never changes, so let's layout once here.
295
void
UserView
::SetImage(const SkBitmap& image, const SkBitmap& image_hot) {
304
void
UserView
::SetTooltipText(const std::wstring& text) {
309
gfx::Size
UserView
::GetPreferredSize() {
316
void
UserView
::SetSignoutEnabled(bool enabled)
[
all
...]
/external/chromium_org/ash/system/user/
tray_user.cc
279
class
UserView
: public views::View,
283
UserView
(SystemTrayItem* owner,
286
virtual ~
UserView
();
330
// True if |user_card_view_| is a |
UserView
| - otherwise it is only a
343
DISALLOW_COPY_AND_ASSIGN(
UserView
);
689
UserView
::
UserView
(SystemTrayItem* owner,
716
UserView
::~
UserView
() {}
718
void
UserView
::MouseMovedOutOfHost()
[
all
...]
Completed in 60 milliseconds