OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_step_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/remoting/
setup_flow.cc
127
current_step_
(first_step) {
181
if (
current_step_
!= NULL)
182
current_step_
->Cancel();
226
current_step_
->HandleMessage("SubmitAuth", first_arg);
248
current_step_
->HandleMessage(message, arg_value);
252
current_step_
->Start(this, NewCallback(this, &SetupFlow::OnStepDone));
256
SetupFlowStep* next_step =
current_step_
->GetNextStep();
258
if (
current_step_
.get()) {
262
new DeleteTask<SetupFlowStep>(
current_step_
.release()));
265
current_step_
.reset(next_step)
[
all
...]
setup_flow.h
213
scoped_ptr<SetupFlowStep>
current_step_
;
member in class:remoting::SetupFlow
/external/chromium_org/ppapi/examples/2d/
scroll.cc
39
current_step_
(0),
61
current_step_
++;
80
int x_origin =
current_step_
* kAdvanceXPerFrame;
81
int y_origin =
current_step_
* kAdvanceYPerFrame;
103
int
current_step_
;
member in class:MyInstance
Completed in 69 milliseconds