OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileItemView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h
20
class
ProfileItemView
;
109
std::vector<
ProfileItemView
*> item_views_;
avatar_menu_bubble_view.cc
149
// this to make sure that the
ProfileItemView
looks highlighted even when
214
//
ProfileItemView
------------------------------------------------------------
217
class
ProfileItemView
: public views::CustomButton,
220
ProfileItemView
(const AvatarMenu::Item& item,
250
DISALLOW_COPY_AND_ASSIGN(
ProfileItemView
);
253
ProfileItemView
::
ProfileItemView
(const AvatarMenu::Item& item,
299
gfx::Size
ProfileItemView
::GetPreferredSize() {
308
void
ProfileItemView
::Layout() {
346
void
ProfileItemView
::OnMouseEntered(const ui::MouseEvent& event)
[
all
...]
Completed in 110 milliseconds