HomeSort by relevance Sort by last modified time
    Searched defs:weak_this (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 88 base::WeakPtr<SessionIdAdapter> weak_this = weak_ptr_factory_.GetWeakPtr(); local
105 base::Bind(&SessionIdAdapter::OnSessionCreated, weak_this),
106 base::Bind(&SessionIdAdapter::OnSessionMessage, weak_this),
107 base::Bind(&SessionIdAdapter::OnSessionReady, weak_this),
108 base::Bind(&SessionIdAdapter::OnSessionClosed, weak_this),
109 base::Bind(&SessionIdAdapter::OnSessionError, weak_this));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 215 weak_ptr<T> weak_this; member in struct:enable_shared_from_this
  /external/chromium_org/net/dns/
mdns_client_impl.cc 513 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); local
517 if (!weak_this || !is_active()) return true;
587 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); local
592 i != records.end() && weak_this; ++i) {
593 weak_this->TriggerCallback(MDnsTransaction::RESULT_RECORD, *i);
598 DCHECK(weak_this);
605 weak_this->TriggerCallback(MDnsTransaction::RESULT_NSEC, NULL);
  /external/chromium_org/net/spdy/
spdy_stream.cc 147 // |weak_this| to detect that.
148 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); local
158 CHECK(weak_this);
168 if (!weak_this)
184 if (!weak_this)
190 DCHECK(!weak_this);
911 // so use |weak_this| to detect that.
912 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); local
919 CHECK(weak_this);
926 } else if (weak_this) {
    [all...]
spdy_session.cc 1030 base::WeakPtr<SpdySession> weak_this = GetWeakPtr(); local
1718 base::WeakPtr<SpdySession> weak_this = GetWeakPtr(); local
    [all...]

Completed in 1165 milliseconds