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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 65 g_live_client_map = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon15159
389 DCHECK(g_live_client_map.Get().find(xwindow) ==
390 g_live_client_map.Get().end());
391 g_live_client_map.Get().insert(std::make_pair(xwindow, this));
401 g_live_client_map.Get().erase(xwindow_);
408 g_live_client_map.Get().find(window);
409 if (it == g_live_client_map.Get().end())

Completed in 679 milliseconds