HomeSort by relevance Sort by last modified time
    Searched defs:WindowImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/win/
window_impl.h 33 // WindowImpl
39 class GFX_EXPORT WindowImpl : public MessageMapInterface {
41 WindowImpl();
42 virtual ~WindowImpl();
98 // All classes registered by WindowImpl start with this name.
119 DISALLOW_COPY_AND_ASSIGN(WindowImpl);
window_impl.cc 25 // WindowImpl class tracking.
30 const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WidgetWin_";
32 // WindowImpl class information used for registering unique windows.
124 base::string16 name = base::string16(WindowImpl::kBaseClassName) +
130 &base::win::WrappedWindowProc<WindowImpl::WndProc>,
163 // WindowImpl, public
165 WindowImpl::WindowImpl()
175 WindowImpl::~WindowImpl() {
    [all...]

Completed in 138 milliseconds