HomeSort by relevance Sort by last modified time
    Searched refs:SingletonHwnd (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/win/
singleton_hwnd.cc 13 SingletonHwnd* SingletonHwnd::GetInstance() {
14 return Singleton<SingletonHwnd>::get();
17 void SingletonHwnd::AddObserver(Observer* observer) {
21 void SingletonHwnd::RemoveObserver(Observer* observer) {
27 BOOL SingletonHwnd::ProcessWindowMessage(HWND window,
39 SingletonHwnd::SingletonHwnd() {
50 SingletonHwnd::~SingletonHwnd() {
    [all...]
singleton_hwnd.h 22 class GFX_EXPORT SingletonHwnd : public WindowImpl {
24 static SingletonHwnd* GetInstance();
48 friend struct DefaultSingletonTraits<SingletonHwnd>;
50 SingletonHwnd();
51 ~SingletonHwnd();
56 DISALLOW_COPY_AND_ASSIGN(SingletonHwnd);
  /external/chromium_org/ui/gfx/
sys_color_change_listener.cc 51 class SysColorChangeObserver : public gfx::SingletonHwnd::Observer {
78 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
82 gfx::SingletonHwnd::GetInstance()->RemoveObserver(this);
font_smoothing_win.cc 14 class CachedFontSmoothingSettings : public gfx::SingletonHwnd::Observer {
69 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
84 // Can't remove the SingletonHwnd observer here since SingletonHwnd may have
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_win.cc 43 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
50 gfx::SingletonHwnd::GetInstance()->RemoveObserver(this);
88 gfx::SingletonHwnd::GetInstance()->hwnd(),
114 gfx::SingletonHwnd::GetInstance()->hwnd(), it->second);
global_shortcut_listener_win.h 20 public gfx::SingletonHwnd::Observer {
32 // The implementation of our Window Proc, called by SingletonHwnd.

Completed in 1286 milliseconds