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

  /external/chromium/chrome/browser/instant/
instant_controller.h 290 ScopedRunnableMethodFactory<InstantController> destroy_factory_; member in class:InstantController
instant_controller.cc 46 ALLOW_THIS_IN_INITIALIZER_LIST(destroy_factory_(this)) {
664 if (destroy_factory_.empty()) {
666 FROM_HERE, destroy_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 200 ScopedRunnableMethodFactory<TabGtk> destroy_factory_; member in class:TabGtk
tab_gtk.cc 135 ALLOW_THIS_IN_INITIALIZER_LIST(destroy_factory_(this)),
384 destroy_factory_.NewRunnableMethod(&TabGtk::DestroyDragWidget));

Completed in 35 milliseconds