Home
last modified time | relevance | path

Searched refs:GetWindowStateString (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller_state_unittest.cc57 static const char* GetWindowStateString(WindowState state);
140 const char* FullscreenControllerTestWindow::GetWindowStateString( in GetWindowStateString() function in FullscreenControllerTestWindow
219 virtual const char* GetWindowStateString() OVERRIDE;
247 const char* FullscreenControllerStateUnitTest::GetWindowStateString() { in GetWindowStateString() function in FullscreenControllerStateUnitTest
248 return FullscreenControllerTestWindow::GetWindowStateString(window_->state()); in GetWindowStateString()
Dfullscreen_controller_state_test.cc340 const char* FullscreenControllerStateTest::GetWindowStateString() { in GetWindowStateString() function in FullscreenControllerStateTest
438 if (GetWindowStateString()) in InvokeEvent()
439 debugging_log_ << " Window state now " << GetWindowStateString() << "\n"; in InvokeEvent()
Dfullscreen_controller_state_test.h110 virtual const char* GetWindowStateString();