Searched refs:destroy_factory_ (Results 1 – 4 of 4) sorted by relevance
135 ALLOW_THIS_IN_INITIALIZER_LIST(destroy_factory_(this)), in TabGtk()384 destroy_factory_.NewRunnableMethod(&TabGtk::DestroyDragWidget)); in EndDrag()
200 ScopedRunnableMethodFactory<TabGtk> destroy_factory_; variable
46 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()
290 ScopedRunnableMethodFactory<InstantController> destroy_factory_; variable