Searched defs:windowImpl (Results 1 – 8 of 8) sorted by relevance
37 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(window); in DestroyWindow() local
47 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in Callback() local191 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in RefreshScreen() local
36 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
78 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); in SetUpTestCase() local
184 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
446 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable478 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
95 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
26 WindowAgent::WindowAgent(sptr<WindowImpl>& windowImpl) in WindowAgent()