HomeSort by relevance Sort by last modified time
    Searched refs:container_id (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ash/
shell_factory.h 28 int container_id);
root_window_controller.h 186 aura::Window* GetContainer(int container_id);
187 const aura::Window* GetContainer(int container_id) const;
shell.h 215 int container_id);
217 int container_id);
219 // Returns the list of containers that match |container_id| in
223 int container_id,
shell.cc 256 int container_id) {
257 return root_window->GetChildById(container_id);
262 int container_id) {
263 return root_window->GetChildById(container_id);
268 int container_id,
274 aura::Window* container = (*it)->GetChildById(container_id);
    [all...]
root_window_controller.cc 404 aura::Window* RootWindowController::GetContainer(int container_id) {
405 return GetRootWindow()->GetChildById(container_id);
408 const aura::Window* RootWindowController::GetContainer(int container_id) const {
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
    [all...]
  /external/chromium_org/ash/display/
screen_position_controller.cc 46 int container_id = transient_child->parent()->id(); local
47 DCHECK_GE(container_id, 0);
48 aura::Window* container = Shell::GetContainer(dst_root, container_id);
176 int container_id = window->parent()->id(); local
178 DCHECK_GE(container_id, 0);
181 dst_container = Shell::GetContainer(dst_root, container_id);
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.h 68 int container_id);
desktop_media_list_ash.cc 151 int container_id) {
154 aura::Window* container = ash::Shell::GetContainer(root_window, container_id);
  /external/chromium_org/ash/wm/
ash_focus_rules.cc 37 int container_id) {
39 if (window->id() >= container_id)
mru_window_tracker.cc 28 int container_id,
30 aura::Window* container = Shell::GetContainer(root, container_id);
system_modal_container_layout_manager_unittest.cc 42 bool AllRootWindowsHaveModalBackgroundsForContainer(int container_id) {
44 Shell::GetContainersFromAllRootWindows(container_id, NULL);
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 200 int container_id = GetBackgroundContainerId(locked_); local
205 CreateDesktopBackground(root_window, container_id);
desktop_background_controller_unittest.cc 41 int ChildCountForContainer(int container_id) {
43 Window* container = root->GetChildById(container_id);
desktop_background_view.cc 214 int container_id) {
225 params.parent = root_window->GetChildById(container_id);
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 1086 * \param container_id output location for the Container ID descriptor.
1094 struct libusb_container_id_descriptor **container_id
    [all...]
libusb.h     [all...]
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 145 int container_id = local
151 container_id);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 6522 int container_id = 8; local
    [all...]

Completed in 574 milliseconds