Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton.h106 foreground_window_ = foreground_window; in Lock()
113 foreground_window_ = NULL; in Unlock()
129 gfx::NativeWindow foreground_window_; variable
Dprocess_singleton_win.cc45 : window_(NULL), locked_(false), foreground_window_(NULL) { in ProcessSingleton()
210 if (IsWindow(foreground_window_)) in OnCopyData()
211 SetForegroundWindow(foreground_window_); in OnCopyData()
Dprocess_singleton_mac.cc43 foreground_window_(NULL), in ProcessSingleton()
Dprocess_singleton_linux.cc752 foreground_window_(NULL), in ProcessSingleton()