OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_images_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_image_view.cc
58
default_images_view_
(NULL),
81
default_images_view_
= new DefaultImagesView(this);
93
default_images_view_
->Init();
100
default_images_view_
->SetDefaultImageIndex(image_index);
151
layout->AddView(
default_images_view_
);
183
DCHECK(
default_images_view_
);
185
return
default_images_view_
->GetDefaultImageIndex() == -1 &&
197
if (
default_images_view_
->GetDefaultImageIndex() == -1) {
201
default_images_view_
->GetDefaultImageIndex());
210
default_images_view_
->ClearSelection()
[
all
...]
user_image_view.h
89
DefaultImagesView*
default_images_view_
;
member in class:chromeos::UserImageView
Completed in 382 milliseconds