HomeSort by relevance Sort by last modified time
    Searched refs:WeakPtr (Results 26 - 42 of 42) sorted by null

12

  /external/libbrillo/brillo/dbus/
dbus_object.h 485 base::WeakPtr<ExportedObjectManager> object_manager,
547 const base::WeakPtr<ExportedObjectManager>& GetObjectManager() const {
564 base::WeakPtr<ExportedObjectManager> object_manager_;
dbus_object.cc 97 base::WeakPtr<ExportedObjectManager> object_manager,
  /external/libchrome/base/
observer_list.h 92 WeakPtr<ObserverListBase<ObserverType>> list_;
bind_unittest.cc 217 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
405 // - Method with return value bound to WeakPtr<>.
406 // - Const Method with return bound to WeakPtr<>.
615 // WeakPtr() support.
616 // - Method bound to WeakPtr<> to non-const object.
617 // - Const method bound to WeakPtr<> to non-const object.
618 // - Const method bound to WeakPtr<> to const object.
619 // - Normal Function with WeakPtr<> as P1 can have return type and is
621 TEST_F(BindTest, WeakPtr) {
  /external/libweave/third_party/chromium/base/
observer_list.h 88 WeakPtr<ObserverListBase<ObserverType>> list_;
bind_unittest.cc 218 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
406 // - Method with return value bound to WeakPtr<>.
407 // - Const Method with return bound to WeakPtr<>.
616 // WeakPtr() support.
617 // - Method bound to WeakPtr<> to non-const object.
618 // - Const method bound to WeakPtr<> to non-const object.
619 // - Const method bound to WeakPtr<> to const object.
620 // - Normal Function with WeakPtr<> as P1 can have return type and is
622 TEST_F(BindTest, WeakPtr) {
  /system/connectivity/shill/
connection.h 78 base::WeakPtr<Connection> connection_;
  /system/connectivity/shill/vpn/
openvpn_driver.h 38 class WeakPtr;
252 static void OnOpenVPNExited(const base::WeakPtr<DeviceInfo>& device_info,
openvpn_driver.cc 49 using base::WeakPtr;
354 void OpenVPNDriver::OnOpenVPNExited(const WeakPtr<DeviceInfo>& device_info,
    [all...]
openvpn_driver_unittest.cc 55 using base::WeakPtr;
    [all...]
  /system/connectivity/shill/pppoe/
pppoe_service.cc 58 base::WeakPtr<Ethernet> ethernet)
  /system/tpm/attestation/server/
attestation_service.h 278 base::WeakPtr<AttestationService> GetWeakPtr();
attestation_service.cc 933 base::WeakPtr<AttestationService> AttestationService::GetWeakPtr() {
  /external/libchrome/dbus/
property.h 319 base::WeakPtr<PropertySet> GetWeakPtr() {
  /external/libweave/src/
device_registration_info.h 127 base::WeakPtr<DeviceRegistrationInfo> AsWeakPtr() {
  /system/connectivity/shill/net/
attribute_list.cc 34 using base::WeakPtr;
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 103 base::WeakPtr<EvaluationContext> eval_ctx_weak_alias =

Completed in 898 milliseconds

12