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

/external/chromium_org/ui/gfx/win/
H A Dsingleton_hwnd.h22 class GFX_EXPORT SingletonHwnd : public WindowImpl { class in namespace:gfx
24 static SingletonHwnd* GetInstance();
48 friend struct DefaultSingletonTraits<SingletonHwnd>;
50 SingletonHwnd();
51 ~SingletonHwnd();
56 DISALLOW_COPY_AND_ASSIGN(SingletonHwnd);
H A Dsingleton_hwnd.cc13 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() { function in class:gfx::SingletonHwnd
49 SingletonHwnd::~SingletonHwnd() {
[all...]

Completed in 109 milliseconds