HomeSort by relevance Sort by last modified time
    Searched defs:root_window (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 89 new wm::DefaultActivationClient(root_window());
94 root_window()->AddPreTargetHandler(controller_.get());
95 SetTooltipClient(root_window(), controller_.get());
97 widget_.reset(CreateWidget(root_window()));
109 root_window()->RemovePreTargetHandler(controller_.get());
110 aura::client::SetTooltipClient(root_window(), NULL);
186 aura::Window* root_window = GetRootWindow(); local
195 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
205 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
510 scoped_ptr<views::Widget> widget2(CreateWidget(root_window()));
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 338 aura::Window* root_window = GetWindow(it->second); local
339 RootWindowController* controller = GetRootWindowController(root_window);
343 while (!root_window->children().empty()) {
344 aura::Window* child = root_window->children()[0];
517 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
520 dst_root_window = root_window;
534 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
536 aura::client::GetScreenPositionClient(root_window);
537 client->ConvertPointFromScreen(root_window, &center);
538 root_window->GetHost()->ConvertPointToNativeScreen(&center)
552 const aura::Window* root_window = window->GetRootWindow(); local
682 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
    [all...]
display_controller_unittest.cc 1176 aura::Window* root_window = root_windows[0]; local
    [all...]
  /external/chromium_org/ash/
shell.cc 250 aura::Window* Shell::GetContainer(aura::Window* root_window,
252 return root_window->GetChildById(container_id);
256 const aura::Window* Shell::GetContainer(const aura::Window* root_window,
258 return root_window->GetChildById(container_id);
414 void Shell::OnRootWindowAdded(aura::Window* root_window) {
415 FOR_EACH_OBSERVER(ShellObserver, observers_, OnRootWindowAdded(root_window));
425 void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) {
428 OnShelfCreatedForRootWindow(root_window));
487 aura::Window* root_window) {
488 ash::ShelfLayoutManager::ForShelf(root_window)->SetAutoHideBehavior(behavior)
868 aura::Window* root_window = display_controller_->GetPrimaryRootWindow(); local
    [all...]
root_window_controller.cc 408 aura::Window* root_window = GetRootWindow(); local
413 if (Shell::GetTargetRootWindow() == root_window) {
415 Shell::GetPrimaryRootWindow() == root_window
421 GetRootWindowSettings(root_window)->controller = NULL;
426 GetRootWindowSettings(root_window)->display_id =
431 aura::client::SetScreenPositionClient(root_window, NULL);
550 aura::Window* root_window = GetRootWindow(); local
551 aura::client::SetDragDropClient(root_window, NULL);
566 aura::client::SetTooltipClient(root_window, NULL);
571 non_toplevel_windows.push(root_window);
754 aura::Window* root_window = GetRootWindow(); local
765 aura::Window* root_window = GetRootWindow(); local
817 aura::Window* root_window = GetRootWindow(); local
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 746 const aura::Window* root_window = *iter; local
749 root_window, kShellWindowId_DefaultContainer)->children();
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 468 Window root_window; local
473 root_window = RootWindow(ctx->native_dpy, ctx->x11_screen);
474 XGetWindowAttributes(ctx->native_dpy, root_window, &wattr);
479 root_window,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 320 new wm::DefaultActivationClient(aura_test_helper_->root_window());
332 aura_test_helper_->root_window(),
1157 aura::Window* root_window = aura_test_helper_->root_window(); local
1245 aura::Window* root_window = parent_view_->GetNativeView()->GetRootWindow(); local
    [all...]
render_widget_host_view_aura.cc 859 aura::Window* root_window = window_->GetRootWindow(); local
861 aura::client::GetTooltipClient(root_window);
1267 aura::Window* root_window = window_->GetRootWindow(); local
1298 aura::Window* root_window = window_->GetRootWindow(); local
1412 aura::Window* root_window = window_->GetRootWindow(); local
1432 aura::Window* root_window = window_->GetRootWindow(); local
2182 aura::Window* root_window = window_->GetRootWindow(); local
2210 aura::Window* root_window = window_->GetRootWindow(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 218 Window root_window = XRootWindow(display_, i); local
219 DesktopId id(DesktopId(root_window, i));
222 desc.set_primary(root_window == default_root_window);
434 Window root_window = id.id(); local
436 if (!XGetWindowAttributes(display_, root_window, &attr)) {
441 return GetDrawableThumbnail(root_window,
628 Window root_window = XRootWindow(display_, screen); local
629 status = XQueryTree(display_, root_window, &root_window, &parent, &children,
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 201 Window root_window = XRootWindow(display_, i); local
202 DesktopId id(DesktopId(root_window, i));
205 desc.set_primary(root_window == default_root_window);
417 Window root_window = id.id(); local
419 if (!XGetWindowAttributes(display_, root_window, &attr)) {
424 return GetDrawableThumbnail(root_window,
611 Window root_window = XRootWindow(display_, screen); local
612 status = XQueryTree(display_, root_window, &root_window, &parent, &children,
  /external/chromium_org/ui/aura/
window.cc 334 const Window* root_window = GetRootWindow(); local
335 return root_window ? root_window->host_ : NULL;
544 Window* root_window = GetRootWindow(); local
545 if (root_window && old_root != root_window) {
546 root_window->GetHost()->dispatcher()->OnWindowAddedToRootWindow(child);
638 Window* root_window = GetRootWindow(); local
639 DCHECK(root_window);
641 ConvertPointToTarget(this, root_window, &point_in_root)
664 const Window* root_window = GetRootWindow(); local
753 Window* root_window = GetRootWindow(); local
760 Window* root_window = GetRootWindow(); local
1016 Window* root_window = child->GetRootWindow(); local
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 280 aura::Window* root_window = window_->GetRootWindow();
282 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
291 aura::Window* root_window = window_->GetRootWindow(); local
292 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
997 aura::Window* root_window = local
1130 aura::Window* root_window = native_view->GetRootWindow(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 503 aura::Window* root_window = view_->window_->GetRootWindow(); local
504 if (root_window) {
505 root_window->RemoveObserver(this);
506 const aura::Window::Windows& root_children = root_window->children();
684 aura::Window* root_window = view_->window_->GetRootWindow(); local
685 const aura::Window::Windows& root_children = root_window->children();
686 if (root_window) {
757 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
763 aura::Window::ConvertPointToTarget(root_window, window, &client_loc);
1058 aura::Window* root_window = context ? context->GetRootWindow() : NULL; local
1185 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 528 XID root_window = GetX11RootWindow(); local
530 if (!GetWindowRect(root_window, &root_bounds)) {
537 GC gc = XCreateGC(display, root_window, GCForeground, &gc_values);
538 XFillRectangle(display, root_window, gc,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 1423 aura::Window* root_window = GetNativeWindow()->GetRootWindow(); local
    [all...]

Completed in 1300 milliseconds

1 2 34