IsTrayBubbleOpened   63 ash/first_run/first_run_helper.h   virtual bool IsTrayBubbleOpened() = 0;
IsTrayBubbleOpened   44 ash/first_run/first_run_helper_impl.cc   if (IsTrayBubbleOpened())
IsTrayBubbleOpened   32 ash/first_run/first_run_helper_impl.h   virtual bool IsTrayBubbleOpened() OVERRIDE;
IsTrayBubbleOpened  130 chrome/browser/chromeos/first_run/first_run_browsertest.cc   EXPECT_FALSE(shell_helper()->IsTrayBubbleOpened());
IsTrayBubbleOpened  133 chrome/browser/chromeos/first_run/first_run_browsertest.cc   EXPECT_TRUE(shell_helper()->IsTrayBubbleOpened());
IsTrayBubbleOpened  136 chrome/browser/chromeos/first_run/first_run_browsertest.cc   EXPECT_TRUE(shell_helper()->IsTrayBubbleOpened());
IsTrayBubbleOpened   26 chrome/browser/chromeos/first_run/steps/help_step.cc   if (!shell_helper()->IsTrayBubbleOpened())
IsTrayBubbleOpened   23 chrome/browser/chromeos/first_run/steps/tray_step.cc   if (!shell_helper()->IsTrayBubbleOpened())