HomeSort by relevance Sort by last modified time
    Searched refs:BrowserActionsContainer (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 55 bool BrowserActionsContainer::disable_animations_during_testing_ = false;
58 // BrowserActionsContainer
60 BrowserActionsContainer::BrowserActionsContainer(Browser* browser,
102 BrowserActionsContainer::~BrowserActionsContainer() {
114 void BrowserActionsContainer::Init() {
132 BrowserActionView* BrowserActionsContainer::GetBrowserActionView(
142 void BrowserActionsContainer::RefreshBrowserActionViews() {
147 void BrowserActionsContainer::CreateBrowserActionViews()
    [all...]
browser_action_test_util_views.cc 21 BrowserActionsContainer* GetContainer(Browser* browser) {
22 BrowserActionsContainer* container =
81 BrowserActionsContainer* container = GetContainer(browser_);
browser_actions_container.h 43 // The BrowserActionsContainer is a container view, responsible for drawing the
65 // The BrowserActionsContainer follows a few rules, in terms of user experience:
83 // Resizing the BrowserActionsContainer:
85 // The ResizeArea view sends OnResize messages to the BrowserActionsContainer
96 // Animating the BrowserActionsContainer:
113 class BrowserActionsContainer
124 BrowserActionsContainer(Browser* browser, views::View* owner_view);
125 virtual ~BrowserActionsContainer();
378 base::WeakPtrFactory<BrowserActionsContainer> task_factory_;
381 base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_
    [all...]
browser_actions_container_browsertest.cc 57 BrowserActionsContainer::disable_animations_during_testing_ = true;
80 BrowserActionsContainer::disable_animations_during_testing_ = true;
171 BrowserActionsContainer::disable_animations_during_testing_ = true;
toolbar_view.h 24 class BrowserActionsContainer;
87 BrowserActionsContainer* browser_actions() const { return browser_actions_; }
223 BrowserActionsContainer* browser_actions_;
browser_action_view.cc 81 // BrowserActionsContainer::RefreshBrowserActionViews(), whereas this can be
88 BrowserActionsContainer::IconHeight());
98 return gfx::Size(BrowserActionsContainer::IconWidth(false),
99 BrowserActionsContainer::IconHeight());
toolbar_view.cc 217 browser_actions_ = new BrowserActionsContainer(browser_, this);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 57 bool BrowserActionsContainer::disable_animations_during_testing_ = false;
63 BrowserActionsContainer* panel)
287 BrowserActionsContainer* panel)
321 // BrowserActionsContainer::RefreshBrowserActionViews(), whereas this can be
327 BrowserActionsContainer::IconHeight());
345 // BrowserActionsContainer
347 BrowserActionsContainer::BrowserActionsContainer(Browser* browser,
384 BrowserActionsContainer::~BrowserActionsContainer() {
    [all...]
browser_actions_container.h 32 class BrowserActionsContainer;
63 BrowserActionsContainer* panel);
141 BrowserActionsContainer* panel_;
161 BrowserActionView(const Extension* extension, BrowserActionsContainer* panel);
181 BrowserActionsContainer* panel_;
191 // The BrowserActionsContainer is a container view, responsible for drawing the
213 // The BrowserActionsContainer follows a few rules, in terms of user experience:
231 // Resizing the BrowserActionsContainer:
233 // The ResizeArea view sends OnResize messages to the BrowserActionsContainer
244 // Animating the BrowserActionsContainer
    [all...]
toolbar_view.h 27 class BrowserActionsContainer;
85 BrowserActionsContainer* browser_actions() const { return browser_actions_; }
195 BrowserActionsContainer* browser_actions_;
browser_actions_container_browsertest.cc 50 BrowserActionsContainer::disable_animations_during_testing_ = true;
74 BrowserActionsContainer::disable_animations_during_testing_ = true;
219 BrowserActionsContainer::disable_animations_during_testing_ = true;
toolbar_view.cc 176 browser_actions_ = new BrowserActionsContainer(browser_, this);
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 20 BrowserActionsContainer* GetContainer(Browser* browser) {
21 BrowserActionsContainer* container =
74 BrowserActionsContainer* container = GetContainer(browser_);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.h 16 class BrowserActionsContainer;
36 BrowserActionsContainer* owner,
86 BrowserActionsContainer* owner_;
browser_action_overflow_menu_controller.cc 20 BrowserActionsContainer* owner,
extension_installed_bubble.cc 302 BrowserActionsContainer* container =
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.h 17 class BrowserActionsContainer;
37 BrowserActionsContainer* owner,
91 BrowserActionsContainer* owner_;
browser_action_overflow_menu_controller.cc 25 BrowserActionsContainer* owner,
extension_message_bubble_view.cc 102 BrowserActionsContainer* container = toolbar_view->browser_actions();
extension_installed_bubble_view.cc 543 BrowserActionsContainer* container =
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 149 BrowserActionsContainer::RegisterUserPrefs(user_prefs);

Completed in 480 milliseconds