Searched refs:StatusIconLinux (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/views/linux_ui/
H A Dstatus_icon_linux.cc9 StatusIconLinux::Delegate::~Delegate() {
12 StatusIconLinux::StatusIconLinux() : delegate_(NULL) { function in class:views::StatusIconLinux
15 StatusIconLinux::~StatusIconLinux() {
18 void StatusIconLinux::RefreshPlatformContextMenu() {
H A Dstatus_icon_linux.h25 class VIEWS_EXPORT StatusIconLinux { class in namespace:views
36 StatusIconLinux();
37 virtual ~StatusIconLinux();
H A Dlinux_ui.h116 virtual scoped_ptr<StatusIconLinux> CreateLinuxStatusIcon(
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.h13 // Wrapper class for StatusIconLinux that implements the standard StatusIcon
14 // interface. Also handles callbacks from StatusIconLinux.
16 public views::StatusIconLinux::Delegate,
28 // StatusIconLinux::Delegate overrides:
50 explicit StatusIconLinuxWrapper(views::StatusIconLinux* status_icon);
55 scoped_ptr<views::StatusIconLinux> status_icon_;
H A Dstatus_icon_linux_wrapper.cc10 views::StatusIconLinux* status_icon)
52 scoped_ptr<views::StatusIconLinux> status_icon =
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_status_icon.h30 class Gtk2StatusIcon : public views::StatusIconLinux {
35 // Overridden from views::StatusIconLinux:
H A Dapp_indicator_icon.h29 class AppIndicatorIcon : public views::StatusIconLinux {
41 // Overridden from views::StatusIconLinux:
H A Dgtk2_ui.h101 virtual scoped_ptr<views::StatusIconLinux> CreateLinuxStatusIcon(
H A Dgtk2_ui.cc576 scoped_ptr<views::StatusIconLinux> Gtk2UI::CreateLinuxStatusIcon(
581 return scoped_ptr<views::StatusIconLinux>(new AppIndicatorIcon(
586 return scoped_ptr<views::StatusIconLinux>(new Gtk2StatusIcon(

Completed in 186 milliseconds