OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approval_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_installer.cc
287
approval_
(approval.release()),
309
if (
approval_
.get() &&
approval_
->dummy_extension) {
312
approval_
->dummy_extension,
338
if (!
approval_
->manifest->value()->GetString(manifest_keys::kName, &name)) {
346
approval_
->installing_icon,
347
approval_
->manifest->is_app(),
348
approval_
->manifest->is_platform_app());
349
params.is_ephemeral =
approval_
->is_ephemeral;
471
// |
approval_
|
[
all
...]
webstore_installer.h
274
scoped_ptr<Approval>
approval_
;
member in class:extensions::WebstoreInstaller
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
558
approval_
= g_pending_approvals.Get()
561
if (!
approval_
) {
570
if (
approval_
->enable_launcher) {
575
if (IsAppLauncherEnabled() &&
approval_
->manifest->is_app()) {
578
if (
approval_
->enable_launcher)
607
approval_
.Pass(),
webstore_private_api.h
201
scoped_ptr<WebstoreInstaller::Approval>
approval_
;
member in class:extensions::WebstorePrivateCompleteInstallFunction
Completed in 93 milliseconds