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

  /external/chromium_org/ui/gfx/win/
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...]
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);
singleton_hwnd.h 22 class GFX_EXPORT SingletonHwnd : public WindowImpl {
singleton_hwnd.cc 46 WindowImpl::Init(NULL, Rect());
  /external/chromium_org/ui/base/win/
foreground_helper.h 21 class UI_BASE_EXPORT ForegroundHelper : public gfx::WindowImpl {
hidden_window.cc 24 class TempParent : public gfx::WindowImpl {
hwnd_subclass_unittest.cc 15 class TestWindow : public gfx::WindowImpl {
23 // Overridden from gfx::WindowImpl:
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 16 public gfx::WindowImpl {
  /external/chromium_org/ui/platform_window/win/
win_window.h 16 public gfx::WindowImpl {
win_window.cc 46 gfx::WindowImpl::Init(NULL, window_bounds);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 111 // TODO(beng): This object should eventually *become* the WindowImpl.
113 public gfx::WindowImpl,
217 // Overridden from WindowImpl:
410 // TODO(beng): Once this object becomes the WindowImpl, these methods can
414 // WindowImpl.
hwnd_message_handler.cc 378 WindowImpl::Init(parent, bounds);
900 // HWNDMessageHandler, gfx::WindowImpl overrides:
    [all...]
  /external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc 467 gfx::WindowImpl::UnregisterClassesAtExit();
    [all...]

Completed in 1154 milliseconds