HomeSort by relevance Sort by last modified time
    Searched defs:WindowTreeHostX11 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/aura/
window_tree_host_x11.h 32 class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
37 explicit WindowTreeHostX11(const gfx::Rect& bounds);
38 virtual ~WindowTreeHostX11();
105 DISALLOW_COPY_AND_ASSIGN(WindowTreeHostX11);
111 // create a X window for WindowTreeHostX11.
window_tree_host_x11.cc 235 // WindowTreeHostX11
237 WindowTreeHostX11::WindowTreeHostX11(const gfx::Rect& bounds)
309 WindowTreeHostX11::~WindowTreeHostX11() {
318 bool WindowTreeHostX11::CanDispatchEvent(const ui::PlatformEvent& event) {
323 uint32_t WindowTreeHostX11::DispatchEvent(const ui::PlatformEvent& event) {
480 ui::EventSource* WindowTreeHostX11::GetEventSource() {
484 gfx::AcceleratedWidget WindowTreeHostX11::GetAcceleratedWidget() {
488 void WindowTreeHostX11::Show()
    [all...]

Completed in 221 milliseconds