Searched refs:record_oauth2_grant_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc72 record_oauth2_grant_.reset(new bool(record_oauth2_grant));
87 scoped_ptr<bool> record_oauth2_grant_; member in class:extensions::__anon3897::MockPromptProxy
102 void set_record_oauth2_grant(bool record) { record_oauth2_grant_ = record; }
135 if (record_oauth2_grant_.get())
136 prompt->set_record_oauth2_grant(*record_oauth2_grant_.get());
318 // Tests that scopes are only granted if |record_oauth2_grant_| on the prompt is
H A Dextension_install_prompt.h410 bool record_oauth2_grant_; member in class:ExtensionInstallPrompt

Completed in 83 milliseconds