OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WeakPtrFactory
(Results
1 - 25
of
158
) sorted by null
1
2
3
4
5
6
7
/external/libweave/third_party/chromium/base/memory/
weak_ptr_unittest.cc
33
WeakPtrFactory
<Target> factory;
40
WeakPtrFactory
<int> factory(&data);
47
WeakPtrFactory
<int> factory(&data);
58
WeakPtrFactory
<int> factory(&data);
68
WeakPtrFactory
<int> factory(&data);
82
WeakPtrFactory
<int> factory(&data);
95
WeakPtrFactory
<Base> factory(&data);
104
WeakPtrFactory
<Derived> factory(&data);
124
WeakPtrFactory
<int> factory(&data);
145
WeakPtrFactory
<int> factory(&data)
[
all
...]
weak_ptr.h
23
// // Member variables should appear before the
WeakPtrFactory
, to ensure
26
//
WeakPtrFactory
<Controller> weak_factory_;
55
// To ensure correct use, the first time a WeakPtr issued by a
WeakPtrFactory
63
// unbound from the SequencedTaskRunner/Thread. The
WeakPtrFactory
may then be
180
template <typename T> class
WeakPtrFactory
;
245
friend class
WeakPtrFactory
<T>;
257
// A class may be composed of a
WeakPtrFactory
and thereby
261
//
WeakPtrFactory
<bool> that is used to pass around a weak reference to a bool.
263
class
WeakPtrFactory
{
265
explicit
WeakPtrFactory
(T* ptr) : ptr_(ptr)
[
all
...]
/system/connectivity/shill/
dns_server_proxy.h
51
base::
WeakPtrFactory
<DNSServerProxy> weak_factory_{this};
result_aggregator.h
105
base::
WeakPtrFactory
<ResultAggregator> weak_ptr_factory_;
connection_tester.h
72
base::
WeakPtrFactory
<ConnectionTester> weak_ptr_factory_;
/external/libchrome/base/memory/
weak_ptr.h
23
// // Member variables should appear before the
WeakPtrFactory
, to ensure
26
//
WeakPtrFactory
<Controller> weak_factory_;
55
// To ensure correct use, the first time a WeakPtr issued by a
WeakPtrFactory
63
// unbound from the SequencedTaskRunner/Thread. The
WeakPtrFactory
may then be
183
template <typename T> class
WeakPtrFactory
;
248
friend class
WeakPtrFactory
<T>;
260
// A class may be composed of a
WeakPtrFactory
and thereby
264
//
WeakPtrFactory
<bool> that is used to pass around a weak reference to a bool.
266
class
WeakPtrFactory
{
268
explicit
WeakPtrFactory
(T* ptr) : ptr_(ptr)
[
all
...]
/external/libchrome/base/
run_loop.h
113
//
WeakPtrFactory
for QuitClosure safety.
114
base::
WeakPtrFactory
<RunLoop> weak_factory_;
/external/libchrome/base/trace_event/
trace_event_system_stats_monitor.h
62
WeakPtrFactory
<TraceEventSystemStatsMonitor> weak_factory_;
/external/libweave/src/
access_api_handler.h
41
base::
WeakPtrFactory
<AccessApiHandler> weak_ptr_factory_{this};
base_api_handler.h
38
base::
WeakPtrFactory
<BaseApiHandler> weak_ptr_factory_{this};
/system/bt/vendor_libs/test_vendor_lib/include/
vendor_manager.h
113
base::
WeakPtrFactory
<VendorManager> weak_ptr_factory_;
/system/connectivity/apmanager/
firewall_manager.h
59
base::
WeakPtrFactory
<FirewallManager> weak_factory_{this};
shill_manager.h
58
base::
WeakPtrFactory
<ShillManager> weak_factory_{this};
/system/connectivity/shill/dbus/
chromeos_modem_gobi_proxy.h
53
base::
WeakPtrFactory
<ChromeosModemGobiProxy> weak_factory_{this};
chromeos_supplicant_bss_proxy.h
55
base::
WeakPtrFactory
<ChromeosSupplicantBSSProxy> weak_factory_{this};
chromeos_upstart_proxy.h
53
base::
WeakPtrFactory
<ChromeosUpstartProxy> weak_factory_{this};
/external/libweave/src/commands/
cloud_command_proxy.h
96
base::
WeakPtrFactory
<CloudCommandProxy> backoff_weak_ptr_factory_{this};
97
base::
WeakPtrFactory
<CloudCommandProxy> weak_ptr_factory_{this};
/external/libbrillo/brillo/dbus/
dbus_service_watcher.h
46
base::
WeakPtrFactory
<DBusServiceWatcher> weak_factory_{this};
/external/libchrome/base/files/
important_file_writer.h
133
WeakPtrFactory
<ImportantFileWriter> weak_factory_;
/external/libweave/examples/provider/
curl_http_client.h
44
base::
WeakPtrFactory
<CurlHttpClient> weak_ptr_factory_{this};
wifi_manager.h
52
base::
WeakPtrFactory
<WifiImpl> weak_ptr_factory_{this};
/external/libweave/src/notification/
pull_channel.h
47
base::
WeakPtrFactory
<PullChannel> weak_ptr_factory_{this};
/system/connectivity/apmanager/dbus/
firewalld_dbus_proxy.h
59
base::
WeakPtrFactory
<FirewalldDBusProxy> weak_factory_{this};
permission_broker_dbus_proxy.h
66
base::
WeakPtrFactory
<PermissionBrokerDBusProxy> weak_factory_{this};
shill_dbus_proxy.h
58
base::
WeakPtrFactory
<ShillDBusProxy> weak_factory_{this};
Completed in 1287 milliseconds
1
2
3
4
5
6
7