Searched refs:weak_this (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc81 base::WeakPtr<BluetoothConnection> weak_this = weak_ptr_factory_.GetWeakPtr(); local
84 base::Bind(&BluetoothConnection::OnSend, weak_this),
85 base::Bind(&BluetoothConnection::OnSendError, weak_this));
110 base::WeakPtr<BluetoothConnection> weak_this = weak_ptr_factory_.GetWeakPtr(); local
112 base::Bind(&BluetoothConnection::OnReceive, weak_this),
113 base::Bind(&BluetoothConnection::OnReceiveError, weak_this));
130 base::WeakPtr<BluetoothConnection> weak_this = weak_ptr_factory_.GetWeakPtr(); local
134 base::Bind(&BluetoothConnection::OnConnected, weak_this),
135 base::Bind(&BluetoothConnection::OnConnectionError, weak_this));
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dbootstrapping_device_lister.cc133 base::WeakPtr<BootstrappingDeviceLister> weak_this = local
137 if (!weak_this)
142 if (!weak_this)
152 base::WeakPtr<BootstrappingDeviceLister> weak_this = local
159 weak_this && i != changed_devices.rend();
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.cc40 base::WeakPtr<CdmSessionAdapter> weak_this = weak_ptr_factory_.GetWeakPtr(); local
50 base::Bind(&CdmSessionAdapter::OnSessionMessage, weak_this),
51 base::Bind(&CdmSessionAdapter::OnSessionReady, weak_this),
52 base::Bind(&CdmSessionAdapter::OnSessionClosed, weak_this),
53 base::Bind(&CdmSessionAdapter::OnSessionError, weak_this),
54 base::Bind(&CdmSessionAdapter::OnSessionKeysChange, weak_this),
55 base::Bind(&CdmSessionAdapter::OnSessionExpirationUpdate, weak_this));
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_provider.h54 // if |weak_this| is still valid.
56 base::WeakPtr<AsyncPolicyProvider> weak_this,
H A Dasync_policy_provider.cc126 base::WeakPtr<AsyncPolicyProvider> weak_this,
130 weak_this,
124 LoaderUpdateCallback( scoped_refptr<base::MessageLoopProxy> loop, base::WeakPtr<AsyncPolicyProvider> weak_this, scoped_ptr<PolicyBundle> bundle) argument
/external/chromium_org/media/blink/
H A Dbuffered_data_source.cc150 base::WeakPtr<BufferedDataSource> weak_this = weak_factory_.GetWeakPtr(); local
152 base::Bind(&BufferedDataSource::StartCallback, weak_this),
153 base::Bind(&BufferedDataSource::LoadingStateChangedCallback, weak_this),
154 base::Bind(&BufferedDataSource::ProgressCallback, weak_this),
435 base::WeakPtr<BufferedDataSource> weak_this = weak_factory_.GetWeakPtr(); local
437 base::Bind(&BufferedDataSource::PartialReadStartCallback, weak_this),
439 weak_this),
440 base::Bind(&BufferedDataSource::ProgressCallback, weak_this),
/external/chromium_org/content/renderer/media/crypto/
H A Dppapi_decryptor.cc145 base::WeakPtr<PpapiDecryptor> weak_this = weak_ptr_factory_.GetWeakPtr(); local
148 base::Bind(&PpapiDecryptor::OnSessionMessage, weak_this),
149 base::Bind(&PpapiDecryptor::OnSessionReady, weak_this),
150 base::Bind(&PpapiDecryptor::OnSessionClosed, weak_this),
151 base::Bind(&PpapiDecryptor::OnSessionError, weak_this),
152 base::Bind(&PpapiDecryptor::OnSessionKeysChange, weak_this),
153 base::Bind(&PpapiDecryptor::OnSessionExpirationUpdate, weak_this),
154 base::Bind(&PpapiDecryptor::OnFatalPluginError, weak_this));
/external/chromium_org/net/spdy/
H A Dspdy_stream.cc146 // |weak_this| to detect that.
147 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); local
157 CHECK(weak_this);
167 if (!weak_this)
183 if (!weak_this)
189 DCHECK(!weak_this);
560 base::WeakPtr<SpdyStream> weak_this = GetWeakPtr(); local
567 CHECK(weak_this);
876 // so use |weak_this| to detect that.
877 base::WeakPtr<SpdyStream> weak_this local
[all...]
/external/chromium_org/media/base/
H A Dpipeline.cc692 base::WeakPtr<Pipeline> weak_this = weak_factory_.GetWeakPtr(); local
695 base::Bind(&Pipeline::OnUpdateStatistics, weak_this),
696 base::Bind(&Pipeline::OnRendererEnded, weak_this),
697 base::Bind(&Pipeline::OnError, weak_this),
698 base::Bind(&Pipeline::BufferingStateChanged, weak_this));
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc610 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); local
614 if (!weak_this || !is_active()) return true;
684 base::WeakPtr<MDnsTransactionImpl> weak_this = AsWeakPtr(); local
689 i != records.end() && weak_this; ++i) {
690 weak_this->TriggerCallback(MDnsTransaction::RESULT_RECORD, *i);
695 DCHECK(weak_this);
702 weak_this->TriggerCallback(MDnsTransaction::RESULT_NSEC, NULL);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.h158 static void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this,
H A Dbrowser_options_handler.cc977 base::WeakPtr<BrowserOptionsHandler> weak_this,
992 weak_this,
976 CheckAutoLaunch( base::WeakPtr<BrowserOptionsHandler> weak_this, const base::FilePath& profile_path) argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp215 weak_ptr<T> weak_this; member in struct:enable_shared_from_this

Completed in 2509 milliseconds