OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUBBLE_CREATE_NEW
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_unittest.cc
145
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
161
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
182
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
215
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
220
tray->ShowDetailedView(detailed_item, 0, false,
BUBBLE_CREATE_NEW
);
226
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
239
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
291
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
296
tray->ShowDetailedView(detailed_item, 0, false,
BUBBLE_CREATE_NEW
);
319
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
[
all
...]
system_tray_item.cc
65
this, for_seconds, activate,
BUBBLE_CREATE_NEW
);
tray_details_view_unittest.cc
113
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
system_tray.h
36
BUBBLE_CREATE_NEW
, // Closes any existing bubble and creates a new one.
system_tray.cc
265
BUBBLE_CREATE_NEW
,
717
ShowDefaultViewWithOffset(
BUBBLE_CREATE_NEW
, arrow_offset, false);
/external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc
26
tray->ShowDefaultView(
BUBBLE_CREATE_NEW
);
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc
204
GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
213
GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
335
GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
391
GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
481
GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
472
controller->GetSystemTray()->ShowDefaultView(
BUBBLE_CREATE_NEW
);
[
all
...]
Completed in 46 milliseconds