Searched refs:GetContainer (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/
H A Dbrowser_action_test_util_views.cc21 BrowserActionsContainer* GetContainer(Browser* browser) { function in namespace:__anon6313
31 return GetContainer(browser_)->num_browser_actions();
35 return GetContainer(browser_)->VisibleBrowserActions();
40 GetBrowserAction(*GetContainer(browser_)->GetBrowserActionViewAt(index)->
45 return GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
50 gfx::ImageSkia icon = GetContainer(browser_)->GetBrowserActionViewAt(index)->
56 GetContainer(browser_)->TestExecuteBrowserAction(index);
61 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
67 GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
73 return GetContainer(browser
[all...]
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_views.cc20 BrowserActionsContainer* GetContainer(Browser* browser) { function in namespace:__anon2111
30 return GetContainer(browser_)->num_browser_actions();
34 return GetContainer(browser_)->VisibleBrowserActions();
39 GetContainer(browser_)->GetBrowserActionViewAt(index)->
44 return GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
49 GetContainer(browser_)->TestExecuteBrowserAction(index);
54 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
60 GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
66 return GetContainer(browser_)->TestGetPopup() != NULL;
70 return GetContainer(browser
[all...]
/external/chromium_org/ash/wm/
H A Devent_client_impl.cc27 const aura::Window* lock_screen_containers = Shell::GetContainer(
30 const aura::Window* lock_background_containers = Shell::GetContainer(
33 const aura::Window* lock_screen_related_containers = Shell::GetContainer(
H A Dalways_on_top_controller.cc37 aura::Window* AlwaysOnTopController::GetContainer(aura::Window* window) const { function in class:ash::internal::AlwaysOnTopController
41 return Shell::GetContainer(always_on_top_container_->GetRootWindow(),
61 aura::Window* container = GetContainer(window);
H A Dalways_on_top_controller.h32 aura::Window* GetContainer(aura::Window* window) const;
H A Dmru_window_tracker.cc35 aura::Window* container = Shell::GetContainer(root, container_id);
112 aura::Window* container = Shell::GetContainer(*iter, kContainerIds[i]);
134 Shell::GetContainer(root_window, kContainerIds[i]);
H A Dstacking_controller.cc34 return Shell::GetContainer(root, id);
94 return GetAlwaysOnTopController(target_root)->GetContainer(window);
103 return GetAlwaysOnTopController(target_root)->GetContainer(window);
H A Dstacking_controller_unittest.cc43 aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
H A Dlock_state_controller_impl2_unittest.cc48 aura::Window* GetContainer(int container ) { function in namespace:ash::test::__anon3618
50 return Shell::GetContainer(root_window, container);
54 return !GetContainer(internal::kShellWindowId_DesktopBackgroundContainer)->
60 GetContainer(internal::kShellWindowId_DesktopBackgroundContainer)->
63 GetContainer(internal::kShellWindowId_DesktopBackgroundContainer)->Show();
68 GetContainer(internal::kShellWindowId_DesktopBackgroundContainer)->
71 GetContainer(internal::kShellWindowId_DesktopBackgroundContainer)->Hide();
609 GetContainer(internal::kShellWindowId_DefaultContainer)->
618 GetContainer(internal::kShellWindowId_DefaultContainer)->
H A Dsession_state_animator.cc462 containers->push_back(Shell::GetContainer(
467 containers->push_back(Shell::GetContainer(
474 aura::Window* non_lock_screen_containers = Shell::GetContainer(
488 containers->push_back(Shell::GetContainer(
493 containers->push_back(Shell::GetContainer(
498 containers->push_back(Shell::GetContainer(
619 aura::Window* window = Shell::GetContainer(
H A Dsystem_modal_container_layout_manager_unittest.cc30 return Shell::GetPrimaryRootWindowController()->GetContainer(
322 Shell::GetPrimaryRootWindowController()->GetContainer(
348 Shell::GetPrimaryRootWindowController()->GetContainer(
418 Shell::GetPrimaryRootWindowController()->GetContainer(
456 aura::Window* container1 = Shell::GetContainer(
458 aura::Window* container2 = Shell::GetContainer(
/external/chromium_org/ash/
H A Dshell_unittest.cc40 return Shell::GetContainer(
46 return Shell::GetContainer(
54 EXPECT_TRUE(Shell::GetContainer(
56 EXPECT_TRUE(Shell::GetContainer(
58 EXPECT_TRUE(Shell::GetContainer(
60 EXPECT_TRUE(Shell::GetContainer(
62 EXPECT_TRUE(Shell::GetContainer(
64 EXPECT_TRUE(Shell::GetContainer(
66 EXPECT_TRUE(Shell::GetContainer(
68 EXPECT_TRUE(Shell::GetContainer(
[all...]
H A Droot_window_controller_unittest.cc114 return Shell::GetContainer(
291 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
297 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
305 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
310 Shell::GetContainer(controller->root_window(),
314 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
318 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
339 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
344 Shell::GetContainer(controller->root_window(),
348 EXPECT_EQ(Shell::GetContainer(controlle
[all...]
H A Droot_window_controller.cc113 aura::Window* src_container = Shell::GetContainer(src, id);
114 aura::Window* dst_container = Shell::GetContainer(dst, id);
291 container = GetContainer(kShellWindowId_LockSystemModalContainer);
293 container = GetContainer(kShellWindowId_SystemModalContainer);
299 container = GetContainer(modal_window_id);
305 aura::Window* RootWindowController::GetContainer(int container_id) { function in class:ash::internal::RootWindowController
309 const aura::Window* RootWindowController::GetContainer(int container_id) const { function in class:ash::internal::RootWindowController
493 const aura::Window* container = GetContainer(kShellWindowId_DefaultContainer);
531 GetContainer(kShellWindowId_DefaultContainer);
537 GetContainer(kShellWindowId_AlwaysOnTopContaine
[all...]
H A Droot_window_controller.h159 aura::Window* GetContainer(int container_id);
160 const aura::Window* GetContainer(int container_id) const;
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc41 params.parent = Shell::GetContainer(
125 Shell::GetContainer(root_window_,
140 Shell::GetContainer(root_window_,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlock_window_aura.cc49 ash::Shell::GetContainer(
/external/chromium_org/content/public/renderer/
H A Dpepper_plugin_instance.h50 virtual WebKit::WebPluginContainer* GetContainer() = 0;
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc38 aura::Window* panel_container = ash::Shell::GetContainer(
51 aura::Window* panel_container = ash::Shell::GetContainer(
H A Dlock_view.cc94 params.parent = Shell::GetContainer(
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc90 plugin_instance->GetContainer()->element().document().url(),
H A Dpepper_file_system_host.cc129 GURL(plugin_instance->GetContainer()->element().document().url()).
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc142 aura::Window* dock_container = Shell::GetContainer(
153 aura::Window* dock_container = Shell::GetContainer(
220 aura::Window* dock_container = Shell::GetContainer(
/external/chromium_org/ash/system/tray/
H A Dtray_event_filter.cc62 if (root_controller && root_controller->GetContainer(
/external/chromium_org/ash/display/
H A Doutput_configurator_animation.cc125 ui::Layer* parent = ash::Shell::GetContainer(
184 ui::Layer* parent = ash::Shell::GetContainer(

Completed in 506 milliseconds

1234