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

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

Completed in 73 milliseconds