Home
last modified time | relevance | path

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

/external/chromium_org/win8/metro_driver/
Dchrome_app_view.cc297 std::pair<HWND, bool> current_top_window = globals.host_windows.front(); in FlipFrameWindowsInternal() local
306 << reinterpret_cast<int>(current_top_window.first); in FlipFrameWindowsInternal()
307 AnimateWindow(current_top_window.first, kAnimateWindowTimeoutMs, in FlipFrameWindowsInternal()
310 globals.host_windows.push_back(current_top_window); in FlipFrameWindowsInternal()