HomeSort by relevance Sort by last modified time
    Searched defs:record_oauth2_grant_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 59 record_oauth2_grant_.reset(new bool(record_oauth2_grant));
74 scoped_ptr<bool> record_oauth2_grant_; member in class:extensions::__anon7605::MockPromptProxy
89 void set_record_oauth2_grant(bool record) { record_oauth2_grant_ = record; }
124 if (record_oauth2_grant_.get())
125 prompt->set_record_oauth2_grant(*record_oauth2_grant_.get());
303 // Tests that scopes are only granted if |record_oauth2_grant_| on the prompt is
extension_install_prompt.h 259 bool record_oauth2_grant() const { return record_oauth2_grant_; }
356 bool record_oauth2_grant_; member in class:ExtensionInstallPrompt

Completed in 467 milliseconds