Searched defs:wm_user_time_ms (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.h35 int wm_user_time_ms() const { function in class:views::X11DesktopHandler
H A Ddesktop_window_tree_host_x11.cc1360 unsigned long wm_user_time_ms = static_cast<unsigned long>( local
1368 reinterpret_cast<const unsigned char *>(&wm_user_time_ms),
1370 X11DesktopHandler::get()->set_wm_user_time_ms(wm_user_time_ms);
1582 unsigned long wm_user_time_ms = (show_state == ui::SHOW_STATE_INACTIVE) ? local
1583 0 : X11DesktopHandler::get()->wm_user_time_ms();
1584 if (show_state == ui::SHOW_STATE_INACTIVE || wm_user_time_ms != 0) {
1591 reinterpret_cast<const unsigned char *>(&wm_user_time_ms),

Completed in 78 milliseconds