Home
last modified time | relevance | path

Searched refs:weak_this (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebcontentdecryptionmodule_impl.cc88 base::WeakPtr<SessionIdAdapter> weak_this = weak_ptr_factory_.GetWeakPtr(); in Initialize() local
105 base::Bind(&SessionIdAdapter::OnSessionCreated, weak_this), in Initialize()
106 base::Bind(&SessionIdAdapter::OnSessionMessage, weak_this), in Initialize()
107 base::Bind(&SessionIdAdapter::OnSessionReady, weak_this), in Initialize()
108 base::Bind(&SessionIdAdapter::OnSessionClosed, weak_this), in Initialize()
109 base::Bind(&SessionIdAdapter::OnSessionError, weak_this)); in Initialize()
/external/chromium_org/net/spdy/
Dspdy_stream.cc148 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); in PushedStreamReplayData() local
158 CHECK(weak_this); in PushedStreamReplayData()
168 if (!weak_this) in PushedStreamReplayData()
184 if (!weak_this) in PushedStreamReplayData()
190 DCHECK(!weak_this); in PushedStreamReplayData()
912 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); in MergeWithResponseHeaders() local
919 CHECK(weak_this); in MergeWithResponseHeaders()
926 } else if (weak_this) { in MergeWithResponseHeaders()
Dspdy_session.cc1030 base::WeakPtr<SpdySession> weak_this = GetWeakPtr(); in CloseActiveStreamIterator() local
1034 if (!weak_this) in CloseActiveStreamIterator()
1718 base::WeakPtr<SpdySession> weak_this = GetWeakPtr(); in DeleteStream() local
1722 if (!weak_this) in DeleteStream()
/external/chromium_org/components/policy/core/common/
Dasync_policy_provider.cc126 base::WeakPtr<AsyncPolicyProvider> weak_this, in LoaderUpdateCallback() argument
130 weak_this, in LoaderUpdateCallback()
Dasync_policy_provider.h56 base::WeakPtr<AsyncPolicyProvider> weak_this,
/external/chromium_org/net/dns/
Dmdns_client_impl.cc513 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); in Start() local
517 if (!weak_this || !is_active()) return true; in Start()
587 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); in ServeRecordsFromCache() local
592 i != records.end() && weak_this; ++i) { in ServeRecordsFromCache()
593 weak_this->TriggerCallback(MDnsTransaction::RESULT_RECORD, *i); in ServeRecordsFromCache()
598 DCHECK(weak_this); in ServeRecordsFromCache()
605 weak_this->TriggerCallback(MDnsTransaction::RESULT_NSEC, NULL); in ServeRecordsFromCache()
/external/chromium_org/chrome/browser/ui/webui/options/
Dbrowser_options_handler.h123 static void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this,
Dbrowser_options_handler.cc869 base::WeakPtr<BrowserOptionsHandler> weak_this, in CheckAutoLaunch() argument
882 weak_this, in CheckAutoLaunch()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp215 weak_ptr<T> weak_this; member