Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.cc66 auto_close_factory_(this) { in DownloadShelfGtk()
307 auto_close_factory_.RevokeAll(); in CancelAutoClose()
373 auto_close_factory_.NewRunnableMethod(&DownloadShelfGtk::Close), in MouseLeftShelf()
378 auto_close_factory_.RevokeAll(); in MouseEnteredShelf()
Ddownload_shelf_gtk.h146 ScopedRunnableMethodFactory<DownloadShelfGtk> auto_close_factory_; variable