HomeSort by relevance Sort by last modified time
    Searched full:dst_root (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/display/
screen_position_controller.cc 34 // Move all transient children to |dst_root|, including the ones in
38 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
46 aura::Window* container = Shell::GetContainer(dst_root, container_id);
167 aura::Window* dst_root = local
170 DCHECK(dst_root);
172 if (dst_root != window->GetRootWindow()) {
178 dst_container = Shell::GetContainer(dst_root, container_id);
mouse_cursor_event_filter.cc 152 aura::Window* dst_root = wm::GetRootWindowAt(point_in_dst_screen); local
157 dst_root != drag_source_root_ &&
162 wm::ConvertPointFromScreen(dst_root, &point_in_dst_screen);
164 if (dst_root->bounds().Contains(point_in_dst_screen)) {
165 DCHECK_NE(dst_root, root_at_point);
167 dst_root->MoveCursorTo(point_in_dst_screen);
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 74 def remapSrcFile(dst_root, src_roots, src_file):
78 appending to |dst_root|.
81 dst_root = '/output'
95 dst_root: Target directory where files are copied.
97 (if they match) before appending it to the |dst_root|.
100 Full path to destination file in |dst_root|.
115 dst_file = os.path.join(dst_root, src_file)
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 80 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
83 dst_root, internal::kShellWindowId_PanelContainer);
  /external/chromium_org/content/common/
accessibility_node_data.cc 92 AccessibilityNodeDataTreeNode* dst_root) {
114 dst_node = dst_root;
  /external/v8/src/
profile-generator.cc 330 FilteredCloneCallback(ProfileNode* dst_root, int security_token_id)
333 stack_.Add(NodesPair(NULL, dst_root));
    [all...]

Completed in 110 milliseconds