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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/views/
browser_action_test_util_views.cc 21 BrowserActionsContainer* GetContainer(Browser* browser) {
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_)->TestGetPopup() != NULL
    [all...]
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 20 BrowserActionsContainer* GetContainer(Browser* browser) {
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_)->TestGetPopup()->view()->bounds()
    [all...]
  /external/chromium_org/ash/wm/
event_client_impl.cc 27 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(
always_on_top_controller.cc 37 aura::Window* AlwaysOnTopController::GetContainer(aura::Window* window) const {
41 return Shell::GetContainer(always_on_top_container_->GetRootWindow(),
61 aura::Window* container = GetContainer(window);
always_on_top_controller.h 32 aura::Window* GetContainer(aura::Window* window) const;
mru_window_tracker.cc 35 aura::Window* container = Shell::GetContainer(root, container_id);
112 aura::Window* container = Shell::GetContainer(*iter, kContainerIds[i]);
134 Shell::GetContainer(root_window, kContainerIds[i]);
stacking_controller.cc 34 return Shell::GetContainer(root, id);
94 return GetAlwaysOnTopController(target_root)->GetContainer(window);
103 return GetAlwaysOnTopController(target_root)->GetContainer(window);
stacking_controller_unittest.cc 43 aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
lock_state_controller_impl2_unittest.cc 48 aura::Window* GetContainer(int container ) {
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)->
    [all...]
session_state_animator.cc 462 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(
system_modal_container_layout_manager_unittest.cc 30 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/
shell_unittest.cc 40 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...]
root_window_controller_unittest.cc 114 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(controller->root_window()
    [all...]
root_window_controller.cc 113 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) {
309 const aura::Window* RootWindowController::GetContainer(int container_id) const {
493 const aura::Window* container = GetContainer(kShellWindowId_DefaultContainer);
531 GetContainer(kShellWindowId_DefaultContainer);
537 GetContainer(kShellWindowId_AlwaysOnTopContainer)
    [all...]
root_window_controller.h 159 aura::Window* GetContainer(int container_id);
160 const aura::Window* GetContainer(int container_id) const;
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 41 params.parent = Shell::GetContainer(
125 Shell::GetContainer(root_window_,
140 Shell::GetContainer(root_window_,
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window_aura.cc 49 ash::Shell::GetContainer(
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 50 virtual WebKit::WebPluginContainer* GetContainer() = 0;
  /external/chromium_org/ash/shell/
window_watcher.cc 38 aura::Window* panel_container = ash::Shell::GetContainer(
51 aura::Window* panel_container = ash::Shell::GetContainer(
lock_view.cc 94 params.parent = Shell::GetContainer(
  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.cc 90 plugin_instance->GetContainer()->element().document().url(),
pepper_file_system_host.cc 129 GURL(plugin_instance->GetContainer()->element().document().url()).
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 142 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/
tray_event_filter.cc 62 if (root_controller && root_controller->GetContainer(
  /external/chromium_org/ash/display/
output_configurator_animation.cc 125 ui::Layer* parent = ash::Shell::GetContainer(
184 ui::Layer* parent = ash::Shell::GetContainer(

Completed in 594 milliseconds

1 2 3 4