OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatusTrayGtk
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk.cc
9
StatusTrayGtk
::
StatusTrayGtk
() {
12
StatusTrayGtk
::~
StatusTrayGtk
() {
15
StatusIcon*
StatusTrayGtk
::CreatePlatformStatusIcon() {
20
return new
StatusTrayGtk
();
status_tray_gtk.h
11
class
StatusTrayGtk
: public StatusTray {
13
StatusTrayGtk
();
14
~
StatusTrayGtk
();
21
DISALLOW_COPY_AND_ASSIGN(
StatusTrayGtk
);
status_tray_gtk_unittest.cc
24
StatusTrayGtk
tray;
29
StatusTrayGtk
tray;
43
StatusTrayGtk
tray;
Completed in 14 milliseconds