OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approval_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_installer.cc
210
approval_
(approval.release()) {
241
if (!
approval_
->manifest->value()->GetString(extension_manifest_keys::kName,
248
id_, name,
approval_
->installing_icon,
approval_
->manifest->is_app(),
249
approval_
->manifest->is_platform_app());
325
if (
approval_
)
326
download_item_->SetUserData(kApprovalKey,
approval_
.release());
webstore_installer.h
194
scoped_ptr<Approval>
approval_
;
member in class:extensions::WebstoreInstaller
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
561
approval_
= g_pending_approvals.Get().PopApproval(profile(), id).Pass();
562
if (!
approval_
) {
571
if (
approval_
->enable_launcher)
574
if (apps::IsAppLauncherEnabled() &&
approval_
->manifest->is_app()) {
577
if (
approval_
->enable_launcher)
588
id,
approval_
.Pass(), WebstoreInstaller::FLAG_NONE);
webstore_private_api.h
193
scoped_ptr<WebstoreInstaller::Approval>
approval_
;
member in class:extensions::WebstorePrivateCompleteInstallFunction
Completed in 72 milliseconds