Home
last modified time | relevance | path

Searched refs:DesktopWindowTreeHostWin (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc67 DEFINE_WINDOW_PROPERTY_KEY(DesktopWindowTreeHostWin*, kDesktopWindowTreeHostKey,
73 bool DesktopWindowTreeHostWin::is_cursor_visible_ = true;
75 DesktopWindowTreeHostWin::DesktopWindowTreeHostWin( in DesktopWindowTreeHostWin() function in views::DesktopWindowTreeHostWin
91 DesktopWindowTreeHostWin::~DesktopWindowTreeHostWin() { in ~DesktopWindowTreeHostWin()
98 aura::Window* DesktopWindowTreeHostWin::GetContentWindowForHWND(HWND hwnd) { in GetContentWindowForHWND()
112 DesktopWindowTreeHostWin::GetContentWindowForHWND(host_hwnd)) { in GetNativeTheme()
122 void DesktopWindowTreeHostWin::Init(aura::Window* content_window, in Init()
151 void DesktopWindowTreeHostWin::OnNativeWidgetCreated( in OnNativeWidgetCreated()
170 scoped_ptr<corewm::Tooltip> DesktopWindowTreeHostWin::CreateTooltip() { in CreateTooltip()
177 DesktopWindowTreeHostWin::CreateDragDropClient( in CreateDragDropClient()
[all …]
Ddesktop_window_tree_host_win.h31 class VIEWS_EXPORT DesktopWindowTreeHostWin
38 DesktopWindowTreeHostWin(
41 virtual ~DesktopWindowTreeHostWin();
277 DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostWin);
Ddesktop_screen_win.cc45 DesktopWindowTreeHostWin::GetContentWindowForHWND(hwnd) : NULL; in GetNativeWindowFromHWND()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_desktop_window_tree_host_win.cc83 : DesktopWindowTreeHostWin(native_widget_delegate, in BrowserDesktopWindowTreeHostWin()
156 DesktopWindowTreeHostWin::HandleCreate(); in HandleCreate()
172 DesktopWindowTreeHostWin::HandleFrameChanged(); in HandleFrameChanged()
191 return DesktopWindowTreeHostWin::PreHandleMSG( in PreHandleMSG()
224 if (!did_gdi_clear_ && DesktopWindowTreeHostWin::ShouldUseNativeFrame()) { in PostHandleMSG()
248 !DesktopWindowTreeHostWin::IsUsingCustomFrame()) { in IsUsingCustomFrame()
258 if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame()) in ShouldUseNativeFrame()
269 views::DesktopWindowTreeHostWin::FrameTypeChanged(); in FrameTypeChanged()
286 !DesktopWindowTreeHostWin::ShouldUseNativeFrame()) in UpdateDWMFrame()
Dbrowser_desktop_window_tree_host_win.h25 public views::DesktopWindowTreeHostWin {
/external/chromium_org/chrome/browser/ui/views/apps/
Dapp_window_desktop_window_tree_host_win.cc20 : DesktopWindowTreeHostWin(app_window->widget(), in AppWindowDesktopWindowTreeHostWin()
52 DesktopWindowTreeHostWin::HandleFrameChanged(); in HandleFrameChanged()
Dapp_window_desktop_window_tree_host_win.h20 : public views::DesktopWindowTreeHostWin {
/external/chromium_org/chrome/browser/ui/aura/
Dactive_desktop_monitor.cc46 return views::DesktopWindowTreeHostWin::GetContentWindowForHWND( in IsDesktopWindow()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dwindow_finder_win.cc172 return views::DesktopWindowTreeHostWin::GetContentWindowForHWND( in GetProcessWindowAtPoint()
/external/chromium_org/chrome/browser/apps/
Dapp_window_interactive_uitest.cc383 static_cast<views::DesktopWindowTreeHostWin*>( in TestOuterBoundsHelper()
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc1021 DesktopWindowTreeHostWin::GetContentWindowForHWND(hwnd); in WindowCallbackProc()