OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:status_tray_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
background_mode_manager.cc
49
status_tray_
(NULL),
241
if (!
status_tray_
)
242
status_tray_
= profile_->GetStatusTray();
247
if (!
status_tray_
|| status_icon_)
249
status_icon_ =
status_tray_
->CreateStatusIcon();
320
status_tray_
->RemoveStatusIcon(status_icon_);
background_mode_manager.h
180
StatusTray*
status_tray_
;
member in class:BackgroundModeManager
/external/chromium/chrome/browser/profiles/
profile_impl.h
252
scoped_ptr<StatusTray>
status_tray_
;
member in class:ProfileImpl
profile_impl.cc
743
if (!
status_tray_
.get())
744
status_tray_
.reset(StatusTray::Create());
745
return
status_tray_
.get();
[
all
...]
Completed in 198 milliseconds