Home
last modified time | relevance | path

Searched refs:show_menu_task_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc363 ALLOW_THIS_IN_INITIALIZER_LIST(show_menu_task_factory_(this)) { in BrowserActionsContainer()
598 if (show_menu_task_factory_.empty() && !overflow_menu_) in OnDragUpdated()
1007 show_menu_task_factory_.RevokeAll(); in StopShowFolderDropMenuTimer()
1013 show_menu_task_factory_.NewRunnableMethod( in StartShowFolderDropMenuTimer()
Dbrowser_actions_container.h520 ScopedRunnableMethodFactory<BrowserActionsContainer> show_menu_task_factory_; variable