Searched refs:PrivetV3SetupFlow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_setup_flow.cc21 explicit SetupRequest(PrivetV3SetupFlow* setup_flow);
38 PrivetV3SetupFlow* setup_flow_;
41 SetupRequest::SetupRequest(PrivetV3SetupFlow* setup_flow)
81 PrivetV3SetupFlow::Delegate::~Delegate() {
84 PrivetV3SetupFlow::PrivetV3SetupFlow(Delegate* delegate) function in class:local_discovery::PrivetV3SetupFlow
88 PrivetV3SetupFlow::~PrivetV3SetupFlow() {
91 void PrivetV3SetupFlow::Register(const std::string& service_name) {
100 base::Bind(&PrivetV3SetupFlow
[all...]
H A Dprivetv3_setup_flow.h19 class PrivetV3SetupFlow : public PrivetV3Session::Delegate { class in namespace:local_discovery
64 explicit PrivetV3SetupFlow(Delegate* delegate);
65 virtual ~PrivetV3SetupFlow();
99 base::WeakPtrFactory<PrivetV3SetupFlow> weak_ptr_factory_;
101 DISALLOW_COPY_AND_ASSIGN(PrivetV3SetupFlow);
H A Dprivetv3_setup_flow_unittest.cc70 class MockDelegate : public PrivetV3SetupFlow::Delegate {
159 PrivetV3SetupFlow setup_;
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.h45 public PrivetV3SetupFlow::Delegate,
72 // PrivetV3SetupFlow::Delegate implementation.
206 scoped_ptr<PrivetV3SetupFlow> current_setup_operation_;
H A Dlocal_discovery_ui_handler.cc236 current_setup_operation_.reset(new PrivetV3SetupFlow(this));

Completed in 707 milliseconds