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

  /external/chromium_org/chrome/browser/ui/views/
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();
373 base::WeakPtrFactory<BrowserActionsContainer> task_factory_;
376 base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_
    [all...]
browser_actions_container.cc 52 bool BrowserActionsContainer::disable_animations_during_testing_ = false;
55 // BrowserActionsContainer
57 BrowserActionsContainer::BrowserActionsContainer(Browser* browser,
102 BrowserActionsContainer::~BrowserActionsContainer() {
114 void BrowserActionsContainer::Init() {
132 BrowserActionView* BrowserActionsContainer::GetBrowserActionView(
142 void BrowserActionsContainer::RefreshBrowserActionViews() {
147 void BrowserActionsContainer::CreateBrowserActionViews()
    [all...]
  /external/chromium/chrome/browser/ui/views/
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...]
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...]

Completed in 209 milliseconds