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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/views/toolbar/
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 30 const aura::Window* lock_screen_containers = Shell::GetContainer(
33 const aura::Window* lock_background_containers = Shell::GetContainer(
36 const aura::Window* lock_screen_related_containers = Shell::GetContainer(
46 const aura::Window* virtual_keyboard_container = Shell::GetContainer(
always_on_top_controller.cc 36 aura::Window* AlwaysOnTopController::GetContainer(aura::Window* window) const {
40 return Shell::GetContainer(always_on_top_container_->GetRootWindow(),
60 aura::Window* container = GetContainer(window);
always_on_top_controller.h 32 aura::Window* GetContainer(aura::Window* window) const;
stacking_controller.cc 33 return Shell::GetContainer(root, id);
84 return GetAlwaysOnTopController(target_root)->GetContainer(window);
93 return GetAlwaysOnTopController(target_root)->GetContainer(window);
app_list_controller_unittest.cc 35 aura::Window* applist_container = Shell::GetContainer(
stacking_controller_unittest.cc 42 aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
lock_state_controller_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)->Hide();
597 GetContainer(internal::kShellWindowId_DefaultContainer)->
606 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(
  /external/chromium_org/ash/
shell_unittest.cc 48 return Shell::GetContainer(
54 return Shell::GetContainer(
62 EXPECT_TRUE(Shell::GetContainer(
64 EXPECT_TRUE(Shell::GetContainer(
66 EXPECT_TRUE(Shell::GetContainer(
68 EXPECT_TRUE(Shell::GetContainer(
70 EXPECT_TRUE(Shell::GetContainer(
72 EXPECT_TRUE(Shell::GetContainer(
74 EXPECT_TRUE(Shell::GetContainer(
76 EXPECT_TRUE(Shell::GetContainer(
    [all...]
root_window_controller_unittest.cc 121 return Shell::GetContainer(
298 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
304 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
312 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
317 Shell::GetContainer(controller->root_window(),
321 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
325 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
346 EXPECT_EQ(Shell::GetContainer(controller->root_window(),
351 Shell::GetContainer(controller->root_window(),
355 EXPECT_EQ(Shell::GetContainer(controller->root_window()
    [all...]
root_window_controller.cc 128 aura::Window* src_container = Shell::GetContainer(src, id);
129 aura::Window* dst_container = Shell::GetContainer(dst, id);
323 modal_container = GetContainer(kShellWindowId_LockSystemModalContainer);
325 modal_container = GetContainer(kShellWindowId_SystemModalContainer);
331 modal_container = GetContainer(modal_window_id);
337 aura::Window* RootWindowController::GetContainer(int container_id) {
341 const aura::Window* RootWindowController::GetContainer(int container_id) const {
533 GetContainer(kShellWindowId_DefaultContainer)->children();
555 GetContainer(kShellWindowId_VirtualKeyboardContainer)) {
663 GetContainer(kShellWindowId_DefaultContainer)
    [all...]
root_window_controller.h 185 aura::Window* GetContainer(int container_id);
186 const aura::Window* GetContainer(int container_id) const;
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 40 params.parent = Shell::GetContainer(
125 Shell::GetContainer(root_window_,
140 Shell::GetContainer(root_window_,
  /external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc 61 EXPECT_TRUE(root_window_controller()->GetContainer(
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window_aura.cc 53 ash::Shell::GetContainer(
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 86 Shell::GetContainer(root_window, containers_to_check[i]);
97 Shell::GetContainer(root_window, containers_to_check[i]);
desktop_cleaner.cc 102 Shell::GetContainer(root_window, kContainerIdsToHide[i]);
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_delegate_view.cc 37 ash::Shell::GetContainer(
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 55 virtual blink::WebPluginContainer* GetContainer() = 0;
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 18 blink::WebPluginContainer* FakePepperPluginInstance::GetContainer() {
fake_pepper_plugin_instance.h 19 virtual blink::WebPluginContainer* GetContainer() OVERRIDE;
  /external/chromium_org/ash/shell/
window_watcher.cc 41 aura::Window* panel_container = ash::Shell::GetContainer(
54 aura::Window* panel_container = ash::Shell::GetContainer(
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 46 aura::Window* dock_container = Shell::GetContainer(
158 aura::Window* dock_container = Shell::GetContainer(
220 aura::Window* docked_container = Shell::GetContainer(
286 aura::Window* dock_container = Shell::GetContainer(

Completed in 140 milliseconds

1 2 3 4