HomeSort by relevance Sort by last modified time
    Searched refs:GetContainer (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_test_util_views.cc 21 BrowserActionsContainer* GetContainer(Browser* browser) {
29 return GetContainer(browser_)->num_browser_actions();
33 return GetContainer(browser_)->VisibleBrowserActions();
38 GetBrowserAction(*GetContainer(browser_)->GetBrowserActionViewAt(index)->
43 GetContainer(browser_)->InspectPopup(GetExtensionAction(index));
47 return !GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
52 gfx::ImageSkia icon = GetContainer(browser_)->GetBrowserActionViewAt(index)->
58 GetContainer(browser_)->TestExecuteBrowserAction(index);
63 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
69 GetContainer(browser_)->GetBrowserActionViewAt(index)->button()-
    [all...]
  /external/chromium_org/ash/wm/
event_client_impl.cc 29 const aura::Window* lock_screen_containers = Shell::GetContainer(
32 const aura::Window* lock_background_containers = Shell::GetContainer(
35 const aura::Window* lock_screen_related_containers = Shell::GetContainer(
45 const aura::Window* virtual_keyboard_container = Shell::GetContainer(
always_on_top_controller.cc 35 aura::Window* AlwaysOnTopController::GetContainer(aura::Window* window) const {
39 return Shell::GetContainer(always_on_top_container_->GetRootWindow(),
59 aura::Window* container = GetContainer(window);
always_on_top_controller.h 31 aura::Window* GetContainer(aura::Window* window) const;
stacking_controller.cc 34 return Shell::GetContainer(root, id);
85 return GetAlwaysOnTopController(target_root)->GetContainer(window);
93 return GetAlwaysOnTopController(target_root)->GetContainer(window);
stacking_controller_unittest.cc 42 aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
mru_window_tracker.cc 30 aura::Window* container = Shell::GetContainer(root, container_id);
39 Shell::GetContainer(root, kShellWindowId_DockedContainer);
  /external/chromium_org/ash/
shell_unittest.cc 48 return Shell::GetContainer(Shell::GetPrimaryRootWindow(),
53 return Shell::GetContainer(Shell::GetPrimaryRootWindow(),
60 EXPECT_TRUE(Shell::GetContainer(root_window,
63 Shell::GetContainer(root_window, kShellWindowId_DefaultContainer));
65 Shell::GetContainer(root_window, kShellWindowId_AlwaysOnTopContainer));
66 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_PanelContainer));
67 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_ShelfContainer));
69 Shell::GetContainer(root_window, kShellWindowId_SystemModalContainer));
70 EXPECT_TRUE(Shell::GetContainer(
73 Shell::GetContainer(root_window, kShellWindowId_LockScreenContainer))
    [all...]
root_window_controller_unittest.cc 127 return Shell::GetContainer(root_window,
301 EXPECT_EQ(controller->GetContainer(kShellWindowId_SystemModalContainer)
307 EXPECT_EQ(controller->GetContainer(kShellWindowId_SystemModalContainer)
315 EXPECT_EQ(controller->GetContainer(kShellWindowId_LockSystemModalContainer)
320 controller->GetContainer(kShellWindowId_LockScreenContainer);
323 EXPECT_EQ(controller->GetContainer(kShellWindowId_LockSystemModalContainer)
327 EXPECT_EQ(controller->GetContainer(kShellWindowId_SystemModalContainer)
347 EXPECT_EQ(controller->GetContainer(kShellWindowId_LockSystemModalContainer)
352 controller->GetContainer(kShellWindowId_LockScreenContainer);
355 EXPECT_EQ(controller->GetContainer(kShellWindowId_LockSystemModalContainer
    [all...]
root_window_controller.cc 167 aura::Window* src_container = Shell::GetContainer(src, id);
168 aura::Window* dst_container = Shell::GetContainer(dst, id);
441 modal_container = GetContainer(kShellWindowId_LockSystemModalContainer);
443 modal_container = GetContainer(kShellWindowId_SystemModalContainer);
449 modal_container = GetContainer(modal_window_id);
455 aura::Window* RootWindowController::GetContainer(int container_id) {
459 const aura::Window* RootWindowController::GetContainer(int container_id) const {
666 GetContainer(kShellWindowId_DefaultContainer)->children();
688 GetContainer(kShellWindowId_VirtualKeyboardContainer)) {
699 aura::Window* parent = GetContainer(
    [all...]
root_window_controller.h 186 aura::Window* GetContainer(int container_id);
187 const aura::Window* GetContainer(int container_id) const;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
lock_window_aura.cc 53 ash::Shell::GetContainer(ash::Shell::GetPrimaryRootWindow(),
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 40 Shell::GetContainer(root_window_, kShellWindowId_OverlayContainer);
129 Shell::GetContainer(root_window_,
144 Shell::GetContainer(root_window_, kShellWindowId_OverlayContainer));
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 87 Shell::GetContainer(root_window, containers_to_check[i]);
98 Shell::GetContainer(root_window, containers_to_check[i]);
desktop_cleaner.cc 101 Shell::GetContainer(root_window, kContainerIdsToHide[i]);
  /external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc 71 aura::Window* container = root_window_controller()->GetContainer(
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 44 aura::Window* dock_container = Shell::GetContainer(
142 aura::Window* dock_container = Shell::GetContainer(
200 aura::Window* docked_container = Shell::GetContainer(
271 aura::Window* dock_container = Shell::GetContainer(
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.cc 38 params.parent = Shell::GetContainer(root_window,
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 57 virtual blink::WebPluginContainer* GetContainer() = 0;
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 16 blink::WebPluginContainer* FakePepperPluginInstance::GetContainer() {
fake_pepper_plugin_instance.h 19 virtual blink::WebPluginContainer* GetContainer() OVERRIDE;
  /external/chromium_org/ash/shell/
window_watcher.cc 42 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
54 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
  /external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc 191 aura::Window* default_container = Shell::GetContainer(
196 aura::Window* new_parent = Shell::GetContainer(
257 aura::Window* default_container = Shell::GetContainer(
262 aura::Window* new_parent = Shell::GetContainer(
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.cc 108 ash::Shell::GetContainer(ash::wm::GetActiveWindow()->GetRootWindow(),
  /external/chromium_org/components/nacl/renderer/
progress_event.cc 53 blink::WebPluginContainer* container = plugin_instance->GetContainer();

Completed in 421 milliseconds

1 2 3 4 5