OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tray_container
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/logout_button/
logout_button_tray.cc
103
tray_container
()->AddChildView(button_);
104
tray_container
()->set_border(NULL);
115
tray_container
()->set_border(NULL);
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
215
views::View* anchor = tray->
tray_container
();
312
tray_container
()->AddChildView(button_);
314
tray_container
()->set_border(NULL);
461
tray_container
()->set_border(NULL);
/external/chromium_org/ash/system/tray/
tray_background_view.h
141
TrayContainer*
tray_container
() const { return tray_container_; }
function in class:ash::internal::TrayBackgroundView
system_tray.cc
236
tray_container
()->AddChildViewAt(tray_item, 0);
511
system_bubble_->InitView(this,
tray_container
(), &init_params, persistent);
556
anchor =
tray_container
();
tray_background_view.cc
511
tray_container
()->GetWidget()->GetNativeWindow()->GetRootWindow(),
Completed in 195 milliseconds