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

  /external/chromium_org/ui/aura/
window_tree_host_win.cc 34 return new WindowTreeHostWin(bounds);
43 WindowTreeHostWin::WindowTreeHostWin(const gfx::Rect& bounds)
52 WindowTreeHostWin::~WindowTreeHostWin() {
58 ui::EventSource* WindowTreeHostWin::GetEventSource() {
62 gfx::AcceleratedWidget WindowTreeHostWin::GetAcceleratedWidget() {
66 void WindowTreeHostWin::Show() {
70 void WindowTreeHostWin::Hide() {
74 gfx::Rect WindowTreeHostWin::GetBounds() const
    [all...]
window_tree_host_win.h 16 class AURA_EXPORT WindowTreeHostWin : public WindowTreeHost,
20 explicit WindowTreeHostWin(const gfx::Rect& bounds);
21 virtual ~WindowTreeHostWin();
42 CR_BEGIN_MSG_MAP_EX(WindowTreeHostWin)
79 DISALLOW_COPY_AND_ASSIGN(WindowTreeHostWin);
84 // Set true to let WindowTreeHostWin use a popup window
  /external/chromium_org/ash/host/
ash_window_tree_host_win.cc 23 public aura::WindowTreeHostWin {
26 : aura::WindowTreeHostWin(initial_bounds),
80 // WindowTreeHostWin:
87 WindowTreeHostWin::SetBounds(bounds);

Completed in 800 milliseconds