OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloseSystemBubble
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
keyboard_driven_oobe_key_handler.cc
21
ash::Shell::GetInstance()->GetPrimarySystemTray()->
CloseSystemBubble
();
/external/chromium_org/ash/system/tray/
system_tray_unittest.cc
148
ASSERT_TRUE(tray->
CloseSystemBubble
());
150
ASSERT_FALSE(tray->
CloseSystemBubble
());
165
ASSERT_TRUE(tray->
CloseSystemBubble
());
191
ASSERT_FALSE(tray->
CloseSystemBubble
());
302
ASSERT_TRUE(tray->
CloseSystemBubble
());
system_tray.h
120
bool
CloseSystemBubble
() const;
system_tray.cc
377
bool SystemTray::
CloseSystemBubble
() const {
/external/chromium_org/ash/system/user/
tray_user_unittest.cc
179
tray()->
CloseSystemBubble
();
245
tray()->
CloseSystemBubble
();
266
tray()->
CloseSystemBubble
();
tray_user.cc
813
owner_->system_tray()->
CloseSystemBubble
();
[
all
...]
/external/chromium_org/ash/first_run/
first_run_helper_impl.cc
102
tray->
CloseSystemBubble
();
/external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc
67
GetSystemTray()->
CloseSystemBubble
();
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc
206
GetSystemTray()->
CloseSystemBubble
();
/external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc
[
all
...]
Completed in 92 milliseconds