HomeSort by relevance Sort by last modified time
    Searched refs:flow_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow_unittest.cc 118 EXPECT_CALL(*flow_, CreateAccessTokenFetcher())
125 TestURLFetcher* url_fetcher = new TestURLFetcher(0, url, flow_.get());
145 flow_.reset(new MockApiCallFlow(
148 flow_.get(), request_context_getter, refresh_token));
154 EXPECT_CALL(*flow_, CreateApiCallBody()).WillOnce(Return(body));
155 EXPECT_CALL(*flow_, CreateApiCallUrl()).WillOnce(Return(url));
164 scoped_ptr<MockApiCallFlow> flow_; member in class:OAuth2ApiCallFlowTest
176 EXPECT_CALL(*flow_, ProcessApiCallSuccess(url_fetcher));
177 flow_->Start();
178 flow_->OnURLFetchComplete(url_fetcher)
    [all...]
oauth2_mint_token_flow_unittest.cc 166 flow_.reset(new MockMintTokenFlow(
179 scoped_ptr<MockMintTokenFlow> flow_; member in class:OAuth2MintTokenFlowTest
186 std::string body = flow_->CreateApiCallBody();
197 std::string body = flow_->CreateApiCallBody();
208 std::string body = flow_->CreateApiCallBody();
219 std::string body = flow_->CreateApiCallBody();
285 flow_->ProcessApiCallSuccess(&url_fetcher);
292 flow_->ProcessApiCallSuccess(&url_fetcher);
299 flow_->ProcessApiCallSuccess(&url_fetcher);
306 flow_->ProcessApiCallSuccess(&url_fetcher)
    [all...]
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 107 this.flow_ = new remoting.HostSetupFlow([remoting.HostSetupFlow.State.NONE]);
268 this.flow_ = new remoting.HostSetupFlow(sequence);
304 var state = this.flow_.getState();
348 var flow = this.flow_;
367 that.flow_.switchToNextStep();
387 var flow = this.flow_;
391 if (flow !== that.flow_ ||
414 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted,
422 var flow = this.flow_;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_manager.cc 21 flow_(initial_flow),
83 flow_.reset(flow);
screen_manager.h 109 scoped_ptr<ScreenFlow> flow_; member in class:chromeos::ScreenManager
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 81 flow_.reset(new ExtensionEnableFlow(profile_, extension_id_, this));
82 flow_->StartForCurrentlyNonexistentWindow(
112 scoped_ptr<ExtensionEnableFlow> flow_; member in class:__anon9636::EnableViaAppListFlow
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 96 flow_.reset(new ExtensionEnableFlow(profile_, extension_id_, this));
97 flow_->StartForCurrentlyNonexistentWindow(
116 scoped_ptr<ExtensionEnableFlow> flow_; member in class:__anon6457::EnableViaPrompt
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 377 flow_ = flow.Pass();
425 return flow_.release();
438 scoped_ptr<OAuth2MintTokenFlow> flow_; member in class:extensions::FakeGetAuthTokenFunction
    [all...]

Completed in 1015 milliseconds