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 37 // WindowImpl
43 class GFX_EXPORT WindowImpl : public MessageMapInterface {
45 WindowImpl();
46 virtual ~WindowImpl();
97 // All classes registered by WindowImpl start with this name.
118 DISALLOW_COPY_AND_ASSIGN(WindowImpl);
window_impl.cc 24 // WindowImpl class tracking.
29 const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WidgetWin_";
31 // WindowImpl class information used for registering unique windows.
100 string16 name = string16(WindowImpl::kBaseClassName) +
106 &base::win::WrappedWindowProc<WindowImpl::WndProc>,
134 // WindowImpl, public
136 WindowImpl::WindowImpl()
146 WindowImpl::~WindowImpl() {
    [all...]

Completed in 468 milliseconds