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

  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
help_step.cc 21 HelpStep::HelpStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor)
22 : Step(kHelpStep, shell_helper, actor) {
26 if (!shell_helper()->IsTrayBubbleOpened())
27 shell_helper()->OpenTrayBubble();
28 gfx::Rect button_bounds = shell_helper()->GetHelpButtonBounds();
35 shell_helper()->CloseTrayBubble();
tray_step.cc 18 TrayStep::TrayStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor)
19 : Step(kTrayStep, shell_helper, actor) {
23 if (!shell_helper()->IsTrayBubbleOpened())
24 shell_helper()->OpenTrayBubble();
25 gfx::Rect bounds = shell_helper()->GetTrayBubbleBounds();
app_list_step.cc 21 AppListStep::AppListStep(ash::FirstRunHelper* shell_helper,
23 : Step(kAppListStep, shell_helper, actor) {
27 gfx::Rect button_bounds = shell_helper()->GetAppListButtonBounds();
app_list_step.h 16 AppListStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
help_step.h 16 HelpStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
tray_step.h 16 TrayStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
  /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.
step.cc 41 ash::FirstRunHelper* shell_helper,
44 shell_helper_(shell_helper),
66 return shell_helper()->GetOverlayWidget()->GetWindowBoundsInScreen().size();

Completed in 155 milliseconds