Searched refs:weak_this (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/renderer/media/ |
D | webcontentdecryptionmodule_impl.cc | 88 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/ |
D | spdy_stream.cc | 148 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()
|
D | spdy_session.cc | 1030 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/ |
D | async_policy_provider.cc | 126 base::WeakPtr<AsyncPolicyProvider> weak_this, in LoaderUpdateCallback() argument 130 weak_this, in LoaderUpdateCallback()
|
D | async_policy_provider.h | 56 base::WeakPtr<AsyncPolicyProvider> weak_this,
|
/external/chromium_org/net/dns/ |
D | mdns_client_impl.cc | 513 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/ |
D | browser_options_handler.h | 123 static void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this,
|
D | browser_options_handler.cc | 869 base::WeakPtr<BrowserOptionsHandler> weak_this, in CheckAutoLaunch() argument 882 weak_this, in CheckAutoLaunch()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p4.cpp | 215 weak_ptr<T> weak_this; member
|