Searched refs:GetCoreOobeActor (Results 1 – 5 of 5) sorted by relevance
371 GetOobeUI()->GetCoreOobeActor()->ShowControlBar(true); in OnKeyboardBoundsChanging()373 GetOobeUI()->GetCoreOobeActor()->SetKeyboardState(false, new_bounds); in OnKeyboardBoundsChanging()378 GetOobeUI()->GetCoreOobeActor()->ShowControlBar(false); in OnKeyboardBoundsChanging()380 GetOobeUI()->GetCoreOobeActor()->SetKeyboardState(true, new_bounds); in OnKeyboardBoundsChanging()
70 virtual CoreOobeActor* GetCoreOobeActor() = 0;
873 GetOobeUI()->GetCoreOobeActor()->ShowControlBar(true); in OnKeyboardBoundsChanging()875 GetOobeUI()->GetCoreOobeActor()->SetKeyboardState(false, new_bounds); in OnKeyboardBoundsChanging()880 GetOobeUI()->GetCoreOobeActor()->ShowControlBar(false); in OnKeyboardBoundsChanging()882 GetOobeUI()->GetCoreOobeActor()->SetKeyboardState(true, new_bounds); in OnKeyboardBoundsChanging()907 GetOobeUI()->GetCoreOobeActor()->SetClientAreaSize(size.width(), in OnDisplayMetricsChanged()
93 virtual CoreOobeActor* GetCoreOobeActor() OVERRIDE;
332 CoreOobeActor* OobeUI::GetCoreOobeActor() { in GetCoreOobeActor() function in chromeos::OobeUI