Lines Matching defs:WindowTreeHost

40 // WindowTreeHost, public:
42 WindowTreeHost::~WindowTreeHost() {
48 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
58 WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
60 return reinterpret_cast<WindowTreeHost*>(
64 void WindowTreeHost::InitHost() {
71 void WindowTreeHost::InitCompositor() {
77 void WindowTreeHost::AddObserver(WindowTreeHostObserver* observer) {
81 void WindowTreeHost::RemoveObserver(WindowTreeHostObserver* observer) {
85 ui::EventProcessor* WindowTreeHost::event_processor() {
89 gfx::Transform WindowTreeHost::GetRootTransform() const {
97 void WindowTreeHost::SetRootTransform(const gfx::Transform& transform) {
102 gfx::Transform WindowTreeHost::GetInverseRootTransform() const {
110 void WindowTreeHost::UpdateRootWindowSize(const gfx::Size& host_size) {
117 void WindowTreeHost::ConvertPointToNativeScreen(gfx::Point* point) const {
123 void WindowTreeHost::ConvertPointFromNativeScreen(gfx::Point* point) const {
129 void WindowTreeHost::ConvertPointToHost(gfx::Point* point) const {
135 void WindowTreeHost::ConvertPointFromHost(gfx::Point* point) const {
141 void WindowTreeHost::SetCursor(gfx::NativeCursor cursor) {
148 void WindowTreeHost::OnCursorVisibilityChanged(bool show) {
163 void WindowTreeHost::MoveCursorTo(const gfx::Point& location_in_dip) {
169 void WindowTreeHost::MoveCursorToHostLocation(const gfx::Point& host_location) {
176 // WindowTreeHost, protected:
178 WindowTreeHost::WindowTreeHost()
183 void WindowTreeHost::DestroyCompositor() {
187 void WindowTreeHost::DestroyDispatcher() {
202 void WindowTreeHost::CreateCompositor(
226 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) {
227 TRACE_EVENT1("ui", "WindowTreeHost::OnHostMoved",
234 void WindowTreeHost::OnHostResized(const gfx::Size& new_size) {
247 void WindowTreeHost::OnHostCloseRequested() {
252 void WindowTreeHost::OnHostActivated() {
256 void WindowTreeHost::OnHostLostWindowCapture() {
263 // WindowTreeHost, private:
265 void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location,