OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateApproval
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h
85
CreateApproval
() const OVERRIDE;
ephemeral_app_launcher.cc
199
EphemeralAppLauncher::
CreateApproval
() const {
201
WebstoreStandaloneInstaller::
CreateApproval
();
/external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h
121
virtual scoped_ptr<WebstoreInstaller::Approval>
CreateApproval
() const;
webstore_standalone_installer.cc
92
WebstoreStandaloneInstaller::
CreateApproval
() const {
240
scoped_ptr<WebstoreInstaller::Approval> approval =
CreateApproval
();
Completed in 127 milliseconds