WindowTreeHostX11  246 ui/aura/window_tree_host_x11.cc WindowTreeHostX11::WindowTreeHostX11(const gfx::Rect& bounds)
WindowTreeHostX11  317 ui/aura/window_tree_host_x11.cc WindowTreeHostX11::~WindowTreeHostX11() {
WindowTreeHostX11  329 ui/aura/window_tree_host_x11.cc uint32_t WindowTreeHostX11::Dispatch(const base::NativeEvent& event) {
WindowTreeHostX11  487 ui/aura/window_tree_host_x11.cc gfx::AcceleratedWidget WindowTreeHostX11::GetAcceleratedWidget() {
WindowTreeHostX11  491 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::Show() {
WindowTreeHostX11  514 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::Hide() {
WindowTreeHostX11  521 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::ToggleFullScreen() {
WindowTreeHostX11  525 ui/aura/window_tree_host_x11.cc gfx::Rect WindowTreeHostX11::GetBounds() const {
WindowTreeHostX11  529 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
WindowTreeHostX11  570 ui/aura/window_tree_host_x11.cc gfx::Insets WindowTreeHostX11::GetInsets() const {
WindowTreeHostX11  574 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetInsets(const gfx::Insets& insets) {
WindowTreeHostX11  582 ui/aura/window_tree_host_x11.cc gfx::Point WindowTreeHostX11::GetLocationOnNativeScreen() const {
WindowTreeHostX11  586 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCapture() {
WindowTreeHostX11  590 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::ReleaseCapture() {
WindowTreeHostX11  594 ui/aura/window_tree_host_x11.cc bool WindowTreeHostX11::QueryMouseLocation(gfx::Point* location_return) {
WindowTreeHostX11  618 ui/aura/window_tree_host_x11.cc bool WindowTreeHostX11::ConfineCursorToRootWindow() {
WindowTreeHostX11  654 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::UnConfineCursor() {
WindowTreeHostX11  666 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::PostNativeEvent(
WindowTreeHostX11  699 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::OnDeviceScaleFactorChanged(
WindowTreeHostX11  703 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) {
WindowTreeHostX11  710 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::MoveCursorToNative(const gfx::Point& location) {
WindowTreeHostX11  716 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::OnCursorVisibilityChangedNative(bool show) {
WindowTreeHostX11  720 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::OnWindowInitialized(Window* window) {
WindowTreeHostX11  723 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::OnHostInitialized(WindowTreeHost* host) {
WindowTreeHostX11  738 ui/aura/window_tree_host_x11.cc ui::EventProcessor* WindowTreeHostX11::GetEventProcessor() {
WindowTreeHostX11  742 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::DispatchXI2Event(const base::NativeEvent& event) {
WindowTreeHostX11  835 ui/aura/window_tree_host_x11.cc bool WindowTreeHostX11::IsWindowManagerPresent() {
WindowTreeHostX11  842 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCursorInternal(gfx::NativeCursor cursor) {
WindowTreeHostX11  846 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::TranslateAndDispatchMouseEvent(
WindowTreeHostX11  868 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::UpdateIsInternalDisplay() {
WindowTreeHostX11  875 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCrOSTapPaused(bool state) {
WindowTreeHostX11  907 ui/aura/window_tree_host_x11.cc   return new WindowTreeHostX11(bounds);
WindowTreeHostX11   36 ui/aura/window_tree_host_x11.h class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
WindowTreeHostX11   41 ui/aura/window_tree_host_x11.h   explicit WindowTreeHostX11(const gfx::Rect& bounds);
WindowTreeHostX11   42 ui/aura/window_tree_host_x11.h   virtual ~WindowTreeHostX11();
WindowTreeHostX11  129 ui/aura/window_tree_host_x11.h   DISALLOW_COPY_AND_ASSIGN(WindowTreeHostX11);
WindowTreeHostX11   70 ui/aura/window_tree_host_x11_unittest.cc   scoped_ptr<WindowTreeHostX11> window_tree_host(
WindowTreeHostX11   71 ui/aura/window_tree_host_x11_unittest.cc       new WindowTreeHostX11(gfx::Rect(0, 0, 2560, 1700)));
WindowTreeHostX11  135 ui/aura/window_tree_host_x11_unittest.cc   scoped_ptr<WindowTreeHostX11> window_tree_host1(
WindowTreeHostX11  136 ui/aura/window_tree_host_x11_unittest.cc       new WindowTreeHostX11(gfx::Rect(0, 0, 2560, 1700)));
WindowTreeHostX11  142 ui/aura/window_tree_host_x11_unittest.cc   scoped_ptr<WindowTreeHostX11> window_tree_host2(
WindowTreeHostX11  143 ui/aura/window_tree_host_x11_unittest.cc       new WindowTreeHostX11(gfx::Rect(0, host2_y_offset, 1920, 1080)));