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

  /external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc 64 EXPECT_TRUE(GetSystemTray()->HasSystemBubble());
68 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
72 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
79 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 101 DCHECK(tray->HasSystemBubble()) << "Tray bubble is closed already.";
107 return tray->HasSystemBubble();
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 391 ASSERT_TRUE(tray->HasSystemBubble());
394 ASSERT_FALSE(tray->HasSystemBubble());
397 ASSERT_TRUE(tray->HasSystemBubble());
402 ASSERT_FALSE(tray->HasSystemBubble());
407 ASSERT_TRUE(tray->HasSystemBubble());
410 ASSERT_TRUE(tray->HasSystemBubble());
416 ASSERT_TRUE(tray->HasSystemBubble());
system_tray.h 102 bool HasSystemBubble() const;
system_tray.cc 349 bool SystemTray::HasSystemBubble() const {
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_browsertest.cc 146 HasSystemBubble());
  /external/chromium_org/ash/
extended_desktop_unittest.cc 673 ASSERT_FALSE(tray->HasSystemBubble());
681 EXPECT_TRUE(tray->HasSystemBubble());
684 EXPECT_TRUE(tray->HasSystemBubble());
686 EXPECT_TRUE(tray->HasSystemBubble());
693 EXPECT_FALSE(tray->HasSystemBubble());
696 EXPECT_FALSE(tray->HasSystemBubble());
698 EXPECT_FALSE(tray->HasSystemBubble());
    [all...]
  /external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 123 return tray_->HasSystemBubble() &&
361 EXPECT_TRUE(tray()->HasSystemBubble());
372 EXPECT_TRUE(tray()->HasSystemBubble());
387 EXPECT_TRUE(tray()->HasSystemBubble());
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 171 EXPECT_TRUE(tray()->HasSystemBubble());
210 EXPECT_TRUE(tray()->HasSystemBubble());
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 471 if (!controller->GetSystemTray()->HasSystemBubble()) {
    [all...]

Completed in 340 milliseconds