Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ui/views/widget/desktop_aura/ | |
desktop_window_tree_host_x11.h | 226 // See comment for variable open_windows_. 329 static std::list<XID>* open_windows_; member in class:views::DesktopWindowTreeHostX11 |
desktop_window_tree_host_x11.cc | 60 std::list<XID>* DesktopWindowTreeHostX11::open_windows_ = NULL; member in class:views::DesktopWindowTreeHostX11 237 delete open_windows_; 238 open_windows_ = NULL; [all...] |