Searched refs:root_window_ (Results 1 - 25 of 68) sorted by last modified time

123

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_x11.cc100 Window root_window_; member in class:webrtc::__anon15941::ScreenCapturerLinux
138 root_window_(BadValue),
166 root_window_ = RootWindow(display(), DefaultScreen(display()));
167 if (root_window_ == BadValue) {
173 gc_ = XCreateGC(display(), root_window_, 0, NULL);
192 XSelectInput(display(), root_window_, StructureNotifyMask); local
201 XFixesSelectCursorInput(display(), root_window_, local
233 damage_handle_ = XDamageCreate(display(), root_window_,
344 if (cursor_event->window == root_window_ &&
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.cc15 : root_window_(root_window),
17 SetCaptureClient(root_window_, this);
21 SetCaptureClient(root_window_, NULL);
35 CaptureDelegate* capture_delegate = root_window_->GetHost()->dispatcher();
H A Ddefault_capture_client.h28 Window* root_window_; member in class:aura::client::DefaultCaptureClient
/external/chromium_org/ui/aura/test/
H A Devent_generator_delegate_aura.cc26 root_window_ = root_window;
31 return root_window_->GetHost();
42 DefaultEventGeneratorDelegate() : root_window_(NULL) {
52 Window* root_window_; member in class:aura::test::__anon16580::DefaultEventGeneratorDelegate
H A Dtest_cursor_client.cc18 root_window_(root_window) {
23 client::SetCursorClient(root_window_, NULL);
H A Dtest_cursor_client.h63 aura::Window* root_window_; member in class:aura::test::TestCursorClient
H A Dtest_window_tree_client.cc13 : root_window_(root_window) {
14 client::SetWindowTreeClient(root_window_, this);
18 client::SetWindowTreeClient(root_window_, NULL);
24 return root_window_;
H A Dtest_window_tree_client.h26 Window* root_window_; member in class:aura::test::TestWindowTreeClient
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc234 : root_window_(root_window),
236 client::SetEventClient(root_window_, this);
238 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
241 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
245 client::SetEventClient(root_window_, NULL);
262 return root_window_->GetChildById(kLockWindowId);
265 return root_window_->GetChildById(kNonLockWindowId);
281 Window* root_window_; member in class:aura::__anon16588::TestEventClient
[all...]
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc40 : root_window_(root_window),
53 root_window_->GetHost()->GetEventSource()->RemoveEventRewriter(this);
772 root_window_->GetHost()->dispatcher()->OnEventFromSource(event);
839 root_window_->GetHost()->ConvertPointFromNativeScreen(&location);
841 root_window_->bounds().height() - 2 * kMaxDistanceFromEdge;
847 << "\n Bounds = " << root_window_->bounds().right();
884 root_window_->GetHost()->ConvertPointFromNativeScreen(&point);
885 gfx::Rect window = root_window_->GetBoundsInScreen();
992 aura::client::GetCursorClient(root_window_);
H A Dtouch_exploration_controller.h403 aura::Window* root_window_; member in class:ui::TouchExplorationController
H A Dtouch_exploration_controller_unittest.cc172 return touch_exploration_controller_->root_window_->GetBoundsInScreen();
/external/chromium_org/ui/views/controls/menu/
H A Ddisplay_change_listener_aura.cc30 aura::Window* root_window_; member in class:views::internal::AuraDisplayChangeListener
38 root_window_(widget->GetNativeView()->GetRootWindow()) {
39 if (root_window_)
40 root_window_->AddObserver(this);
44 if (root_window_)
45 root_window_->RemoveObserver(this);
56 DCHECK_EQ(window, root_window_);
57 root_window_->RemoveObserver(this);
58 root_window_ = NULL;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc378 : root_window_(root_window),
884 root_window_->GetHost()->ConvertPointFromNativeScreen(&root_location);
886 root_window_->GetEventHandlerForPoint(root_location);
906 aura::Window::ConvertPointToTarget(root_window_, target_window_, &location);
H A Ddesktop_drag_drop_client_aurax11.h200 aura::Window* root_window_; member in class:views::DesktopDragDropClientAuraX11
H A Ddesktop_drop_target_win.cc26 root_window_(root_window),
99 root_window_->GetHost()->ConvertPointFromNativeScreen(
102 root_window_->GetEventHandlerForPoint(root_location);
121 aura::Window::ConvertPointToTarget(root_window_, target_window_, &location);
H A Ddesktop_drop_target_win.h66 aura::Window* root_window_; member in class:views::DesktopDropTargetWin
H A Ddesktop_native_widget_aura.cc169 : root_window_(root_window) {
170 aura::client::SetWindowTreeClient(root_window_, this);
173 aura::client::SetWindowTreeClient(root_window_, NULL);
187 DesktopNativeWidgetAura::ForWindow(root_window_);
194 return root_window_;
198 aura::Window* root_window_; member in class:views::__anon17141::DesktopNativeWidgetAuraWindowTreeClient
H A Ddesktop_screen_position_client.cc39 : root_window_(root_window) {
40 aura::client::SetScreenPositionClient(root_window_, this);
44 aura::client::SetScreenPositionClient(root_window_, NULL);
H A Ddesktop_screen_position_client.h33 aura::Window* root_window_; member in class:views::DesktopScreenPositionClient
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc111 : root_window_(root) {
128 DCHECK_EQ(window, root_window_);
133 if (!root_window_)
136 root_window_->RemoveObserver(this);
137 capture_controller_->Detach(root_window_);
142 root_window_ = NULL;
H A Dcapture_controller.h79 aura::Window* root_window_; member in class:wm::ScopedCaptureClient
H A Ddefault_activation_client.cc18 root_window_(root_window) {
19 root_window_->AddObserver(this);
27 DCHECK_EQ(window, root_window_);
28 root_window_->RemoveObserver(this);
34 aura::Window* root_window_; member in class:wm::DefaultActivationClient::Deleter
H A Dfocus_controller_unittest.cc222 : root_window_(root_window) {
223 aura::client::GetActivationClient(root_window_)->AddObserver(this);
224 aura::client::GetFocusClient(root_window_)->AddObserver(this);
227 aura::client::GetActivationClient(root_window_)->RemoveObserver(this);
228 aura::client::GetFocusClient(root_window_)->RemoveObserver(this);
232 aura::Window* root_window_; member in class:wm::ScopedFocusNotificationObserver
H A Dtransient_window_manager_unittest.cc416 : root_window_(root_window) {
417 root_window_->SetLayoutManager(this);
430 Window::Windows::const_iterator it = root_window_->children().begin();
432 for (; it != root_window_->children().end(); ++it) {
435 root_window_->StackChildAbove(last_window, *it);
437 root_window_->StackChildAbove(*it, last_window);
448 Window* root_window_; member in class:wm::StackingMadrigalLayoutManager

Completed in 329 milliseconds

123