Home
last modified time | relevance | path

Searched refs:destroy_factory_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_gtk.cc135 ALLOW_THIS_IN_INITIALIZER_LIST(destroy_factory_(this)), in TabGtk()
384 destroy_factory_.NewRunnableMethod(&TabGtk::DestroyDragWidget)); in EndDrag()
Dtab_gtk.h200 ScopedRunnableMethodFactory<TabGtk> destroy_factory_; variable
/external/chromium/chrome/browser/instant/
Dinstant_controller.cc46 ALLOW_THIS_IN_INITIALIZER_LIST(destroy_factory_(this)) { in InstantController()
664 if (destroy_factory_.empty()) { in ScheduleDestroy()
666 FROM_HERE, destroy_factory_.NewRunnableMethod( in ScheduleDestroy()
Dinstant_controller.h290 ScopedRunnableMethodFactory<InstantController> destroy_factory_; variable