OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
112
ash::FirstRunHelper*
shell_helper
() {
function in class:chromeos::FirstRunUIBrowserTest
133
EXPECT_FALSE(
shell_helper
()->IsTrayBubbleOpened());
136
EXPECT_TRUE(
shell_helper
()->IsTrayBubbleOpened());
139
EXPECT_TRUE(
shell_helper
()->IsTrayBubbleOpened());
144
//
shell_helper
() is destructed already, thats why we call Shell directly.
Completed in 133 milliseconds