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

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc65 // Identifies the DesktopWindowTreeHostWin associated with the
67 DEFINE_WINDOW_PROPERTY_KEY(DesktopWindowTreeHostWin*, kDesktopWindowTreeHostKey,
71 // DesktopWindowTreeHostWin, public:
73 bool DesktopWindowTreeHostWin::is_cursor_visible_ = true;
75 DesktopWindowTreeHostWin::DesktopWindowTreeHostWin( function in class:views::DesktopWindowTreeHostWin
91 DesktopWindowTreeHostWin::~DesktopWindowTreeHostWin() {
98 aura::Window* DesktopWindowTreeHostWin::GetContentWindowForHWND(HWND hwnd) {
112 DesktopWindowTreeHostWin
[all...]
H A Ddesktop_screen_win.cc45 DesktopWindowTreeHostWin::GetContentWindowForHWND(hwnd) : NULL;
H A Ddesktop_window_tree_host_win.h31 class VIEWS_EXPORT DesktopWindowTreeHostWin class in namespace:views
38 DesktopWindowTreeHostWin(
41 virtual ~DesktopWindowTreeHostWin();
277 DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostWin);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dapp_window_desktop_window_tree_host_win.h20 : public views::DesktopWindowTreeHostWin {
28 // Overridden from DesktopWindowTreeHostWin:
H A Dapp_window_desktop_window_tree_host_win.cc20 : DesktopWindowTreeHostWin(app_window->widget(),
52 DesktopWindowTreeHostWin::HandleFrameChanged();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host_win.cc83 : DesktopWindowTreeHostWin(native_widget_delegate,
125 // BrowserDesktopWindowTreeHostWin, views::DesktopWindowTreeHostWin overrides:
156 DesktopWindowTreeHostWin::HandleCreate();
172 DesktopWindowTreeHostWin::HandleFrameChanged();
191 return DesktopWindowTreeHostWin::PreHandleMSG(
224 if (!did_gdi_clear_ && DesktopWindowTreeHostWin::ShouldUseNativeFrame()) {
248 !DesktopWindowTreeHostWin::IsUsingCustomFrame()) {
258 if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame())
269 views::DesktopWindowTreeHostWin::FrameTypeChanged();
286 !DesktopWindowTreeHostWin
[all...]
H A Dbrowser_desktop_window_tree_host_win.h25 public views::DesktopWindowTreeHostWin {
42 // Overridden from DesktopWindowTreeHostWin:
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.cc46 return views::DesktopWindowTreeHostWin::GetContentWindowForHWND(
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_win.cc172 return views::DesktopWindowTreeHostWin::GetContentWindowForHWND(
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_interactive_uitest.cc383 static_cast<views::DesktopWindowTreeHostWin*>(
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1021 DesktopWindowTreeHostWin::GetContentWindowForHWND(hwnd);

Completed in 465 milliseconds