Home
last modified time | relevance | path

Searched refs:SynchronousShutdownObjectContainer (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/tether/
H A Dsynchronous_shutdown_object_container.h23 class SynchronousShutdownObjectContainer {
25 SynchronousShutdownObjectContainer() {} in SynchronousShutdownObjectContainer() function
26 virtual ~SynchronousShutdownObjectContainer() {} in ~SynchronousShutdownObjectContainer()
34 DISALLOW_COPY_AND_ASSIGN(SynchronousShutdownObjectContainer);
H A Dsynchronous_shutdown_object_container_impl.h62 : public SynchronousShutdownObjectContainer {
66 static std::unique_ptr<SynchronousShutdownObjectContainer> Create(
81 virtual std::unique_ptr<SynchronousShutdownObjectContainer> CreateInstance(
H A Dtether_component_impl.h48 class SynchronousShutdownObjectContainer; variable
125 std::unique_ptr<SynchronousShutdownObjectContainer>
H A Dfake_synchronous_shutdown_object_container.h20 : public SynchronousShutdownObjectContainer {
H A Dsynchronous_shutdown_object_container_impl.cc46 std::unique_ptr<SynchronousShutdownObjectContainer>
H A Dtether_component_impl_unittest.cc78 std::unique_ptr<SynchronousShutdownObjectContainer> CreateInstance( in CreateInstance()