OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_handle_this_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/engine/
sync_scheduler_impl.h
250
WeakHandle<SyncSchedulerImpl>
weak_handle_this_
;
member in class:syncer::SyncSchedulerImpl
327
// A second factory specially for
weak_handle_this_
, to allow the handle
sync_scheduler_impl.cc
174
weak_handle_this_
= MakeWeakHandle(
/external/chromium_org/sync/internal_api/
sync_manager_impl.h
301
WeakHandle<SyncManagerImpl>
weak_handle_this_
;
member in class:syncer::SyncManagerImpl
sync_manager_impl.cc
368
weak_handle_this_
= MakeWeakHandle(weak_ptr_factory_.GetWeakPtr());
635
// invalidates |
weak_handle_this_
| and |change_observer_|.
677
weak_handle_this_
.Reset();
812
if (
weak_handle_this_
.IsInitialized()) {
813
weak_handle_this_
.Call(FROM_HERE,
[
all
...]
Completed in 64 milliseconds