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

  /external/chromium_org/sync/engine/
sync_scheduler_impl.h 238 WeakHandle<SyncSchedulerImpl> weak_handle_this_; member in class:syncer::SyncSchedulerImpl
323 // A second factory specially for weak_handle_this_, to allow the handle
sync_scheduler_impl.cc 169 weak_handle_this_ = MakeWeakHandle(
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 236 weak_handle_this_ = MakeWeakHandle(weak_ptr_factory_.GetWeakPtr());
525 // invalidates |weak_handle_this_| and |change_observer_|.
572 weak_handle_this_.Reset();
707 if (weak_handle_this_.IsInitialized()) {
708 weak_handle_this_.Call(FROM_HERE,
    [all...]
sync_manager_impl.h 273 WeakHandle<SyncManagerImpl> weak_handle_this_; member in class:syncer::SyncManagerImpl

Completed in 878 milliseconds