OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUBBLE_USE_EXISTING
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc
167
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
171
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
184
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
198
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
205
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
215
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
231
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
243
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
255
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
268
tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
[
all
...]
/external/chromium_org/ash/system/tray/
tray_details_view_unittest.cc
117
tray->ShowDetailedView(test_item_2, 0, true,
BUBBLE_USE_EXISTING
);
133
tray->ShowDetailedView(test_item_2, 0, true,
BUBBLE_USE_EXISTING
);
system_tray_item.cc
51
system_tray()->ShowDetailedView(this, 0, true,
BUBBLE_USE_EXISTING
);
system_tray_unittest.cc
240
tray->ShowDetailedView(no_view_item, 0, false,
BUBBLE_USE_EXISTING
);
325
tray->ShowDetailedView(test_item, 0, true,
BUBBLE_USE_EXISTING
);
334
tray->ShowDefaultView(
BUBBLE_USE_EXISTING
);
system_tray.h
37
BUBBLE_USE_EXISTING
, // Uses any existing bubble, or creates a new one.
tray_details_view.cc
125
owner->system_tray()->ShowDefaultView(
BUBBLE_USE_EXISTING
);
system_tray.cc
441
if (creation_type !=
BUBBLE_USE_EXISTING
) {
468
if (system_bubble_.get() && creation_type ==
BUBBLE_USE_EXISTING
) {
477
// full tray menu. Note that in case of the |
BUBBLE_USE_EXISTING
| case
Completed in 99 milliseconds