Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.h378 base::WeakPtrFactory<BackendImpl> ptr_factory_; variable
Dbackend_impl.cc360 ALLOW_THIS_IN_INITIALIZER_LIST(ptr_factory_(this)) { in BackendImpl()
386 ALLOW_THIS_IN_INITIALIZER_LIST(ptr_factory_(this)) { in BackendImpl()
534 ptr_factory_.InvalidateWeakPtrs(); in CleanupCache()
1036 return ptr_factory_.GetWeakPtr(); in GetWeakPtr()