OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetupFlowGetStatusStep
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h
15
//
SetupFlowGetStatusStep
requests current host information from the service
17
class
SetupFlowGetStatusStep
: public SetupFlowStepBase,
20
SetupFlowGetStatusStep
();
21
virtual ~
SetupFlowGetStatusStep
();
39
ScopedRunnableMethodFactory<
SetupFlowGetStatusStep
> task_factory_;
43
DISALLOW_COPY_AND_ASSIGN(
SetupFlowGetStatusStep
);
setup_flow_get_status_step.cc
15
SetupFlowGetStatusStep
::
SetupFlowGetStatusStep
()
20
SetupFlowGetStatusStep
::~
SetupFlowGetStatusStep
() {
25
void
SetupFlowGetStatusStep
::HandleMessage(const std::string& message,
29
void
SetupFlowGetStatusStep
::Cancel() {
34
void
SetupFlowGetStatusStep
::OnRemotingHostInfo(
43
void
SetupFlowGetStatusStep
::DoStart() {
56
void
SetupFlowGetStatusStep
::LaunchServiceProcess() {
58
&
SetupFlowGetStatusStep
::OnServiceProcessLaunched)
[
all
...]
Completed in 33 milliseconds