HomeSort by relevance Sort by last modified time
    Searched defs:shell_helper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 30 ash::FirstRunHelper* shell_helper,
46 ash::FirstRunHelper* shell_helper() const { return shell_helper_; } function in class:chromeos::first_run::Step
first_run_browsertest.cc 108 ash::FirstRunHelper* shell_helper() { function in class:chromeos::FirstRunUIBrowserTest
130 EXPECT_FALSE(shell_helper()->IsTrayBubbleOpened());
133 EXPECT_TRUE(shell_helper()->IsTrayBubbleOpened());
136 EXPECT_TRUE(shell_helper()->IsTrayBubbleOpened());
141 // shell_helper() is destructed already, thats why we call Shell directly.

Completed in 95 milliseconds