HomeSort by relevance Sort by last modified time
    Searched full:unretained (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /system/firewalld/
iptables.cc 304 base::Unretained(this),
314 base::Unretained(this),
322 &IpTables::ApplyRuleForUserTrafficWithVersion, base::Unretained(this));
  /system/tpm/trunks/
tpm_generated_test.cc 346 base::Unretained(this)));
372 base::Unretained(this)));
433 base::Unretained(this)));
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector_unittest.cc 35 using base::Unretained;
294 Unretained(this)));
cellular_bearer.cc 91 &CellularBearer::OnPropertiesChanged, base::Unretained(this)));
  /system/connectivity/shill/dbus/
chromeos_dbus_control.cc 123 base::Unretained(this),
127 base::Unretained(this))
  /system/connectivity/shill/
dns_client_unittest.cc 37 using base::Unretained;
221 : callback_(Bind(&DNSCallbackTarget::CallTarget, Unretained(this))) {}
portal_detector_unittest.cc 36 using base::Unretained;
116 Unretained(this))) {
traffic_monitor.cc 65 base::Unretained(this)));
  /system/connectivity/shill/net/
rtnl_handler_unittest.cc 37 using base::Unretained;
71 callback_(Bind(&RTNLHandlerTest::HandlerCallback, Unretained(this))),
  /system/connectivity/shill/wimax/
wimax.cc 98 Bind(&WiMax::OnNetworksChanged, Unretained(this)));
100 Bind(&WiMax::OnStatusChanged, Unretained(this)));
wimax_unittest.cc 34 using base::Unretained;
256 Bind(&Target::EnabledStateChanged, Unretained(&target)));
  /external/clang/test/Analysis/
retain-release-gc-only.m 414 id unretained = @[]; // +0
415 consumeAndStopTracking(unretained, ^{}); // no-warning, GC
432 id unretained = @[]; // +0
433 CFConsumeAndStopTracking((CFTypeRef)unretained, ^{}); // expected-warning {{Incorrect decrement of the reference count of an object that is not owned at this point by the caller}}
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 114 // Test for 'Class' properties being unretained.
  /external/libbrillo/brillo/dbus/
exported_property_set.cc 48 // so we could use Unretained here rather than a weak pointer.
  /external/libchrome/base/
callback.h 147 // base::Bind(&MyClass::Foo, base::Unretained(this));
244 // 3) The arguments wrappers (e.g., Unretained() and ConstRef()).
281 // (e.g., Unretained(), and ConstRef()). These are simple container templates
290 // ConstRef() is similar to tr1::cref. Unretained() is specific to Chromium.
callback_unittest.cc 138 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) {
  /external/libchrome/base/files/
important_file_writer_unittest.cc 74 &SuccessfulWriteObserver::on_successful_write, base::Unretained(this)));
  /external/libchrome/base/posix/
unix_domain_socket_linux_unittest.cc 57 FROM_HERE, Bind(&WaitableEvent::Signal, Unretained(&event)));
  /external/libchrome/base/task/
cancelable_task_tracker.h 92 base::Unretained(result)),
  /external/libweave/src/notification/
xmpp_iq_stanza_handler_unittest.cc 65 base::Unretained(this), id);
  /external/libweave/src/privet/
privet_manager.cc 66 base::Bind(&Manager::OnConnectivityChanged, base::Unretained(this)));
  /external/libweave/third_party/chromium/base/
callback.h 147 // base::Bind(&MyClass::Foo, base::Unretained(this));
244 // 3) The arguments wrappers (e.g., Unretained() and ConstRef()).
281 // (e.g., Unretained(), and ConstRef()). These are simple container templates
290 // ConstRef() is similar to tr1::cref. Unretained() is specific to Chromium.
  /system/tpm/attestation/server/
database_impl.cc 63 base::Unretained(this)));
  /system/update_engine/
chrome_browser_proxy_resolver_unittest.cc 147 base::Unretained(this),
p2p_manager.cc 400 Bind(&LookupData::OnLookupDone, base::Unretained(this)));
411 Bind(&LookupData::OnTimeout, base::Unretained(this)),
420 base::Unretained(this)));
695 &P2PManagerImpl::OnEnabledStatusChange, base::Unretained(this));

Completed in 1441 milliseconds

1 2 3 4 56 7 8 9