HomeSort by relevance Sort by last modified time
    Searched refs:HasSystemBubble (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray.h 113 bool HasSystemBubble() const;
system_tray.cc 317 bool SystemTray::HasSystemBubble() const {
332 return HasSystemBubble() && full_system_tray_menu_;
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 135 EXPECT_TRUE(tray()->HasSystemBubble());
173 EXPECT_TRUE(tray()->HasSystemBubble());
  /external/chromium_org/ash/
extended_desktop_unittest.cc 676 ASSERT_FALSE(tray->HasSystemBubble());
684 EXPECT_TRUE(tray->HasSystemBubble());
687 EXPECT_TRUE(tray->HasSystemBubble());
689 EXPECT_TRUE(tray->HasSystemBubble());
696 EXPECT_FALSE(tray->HasSystemBubble());
699 EXPECT_FALSE(tray->HasSystemBubble());
701 EXPECT_FALSE(tray->HasSystemBubble());
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 750 if (!controller->GetSystemTray()->HasSystemBubble())
    [all...]

Completed in 342 milliseconds