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

  /external/chromium_org/ash/
shell_factory.h 28 int container_id);
shell.cc 251 int container_id) {
252 return root_window->GetChildById(container_id);
257 int container_id) {
258 return root_window->GetChildById(container_id);
263 int container_id,
269 aura::Window* container = (*it)->GetChildById(container_id);
    [all...]
root_window_controller.h 186 aura::Window* GetContainer(int container_id);
187 const aura::Window* GetContainer(int container_id) const;
shell.h 214 int container_id);
216 int container_id);
218 // Returns the list of containers that match |container_id| in
222 int container_id,
root_window_controller.cc 455 aura::Window* RootWindowController::GetContainer(int container_id) {
456 return GetRootWindow()->GetChildById(container_id);
459 const aura::Window* RootWindowController::GetContainer(int container_id) const {
460 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
ProjectHelperTest.java 34 private final static String CONTAINER_ID =
64 assertEquals(CONTAINER_ID, fixedEntries[2].getPath().toString());
  /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);
171 int container_id = window->parent()->id(); local
173 DCHECK_GE(container_id, 0);
176 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_view.cc 177 int container_id) {
188 params.parent = root_window->GetChildById(container_id);
desktop_background_controller_unittest.cc 41 int ChildCountForContainer(int container_id) {
43 Window* container = root->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 148 int container_id = local
154 container_id);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 6252 int container_id = 8; local
    [all...]

Completed in 435 milliseconds