Searched defs:remote_install (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_data.cc49 bool remote_install)
54 remote_install_(remote_install),
110 remote_install_ = specifics.remote_install();
46 ExtensionSyncData(const Extension& extension, bool enabled, bool incognito_enabled, bool remote_install) argument
H A Dpending_extension_info.cc22 bool remote_install)
33 remote_install_(remote_install) {
11 PendingExtensionInfo( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument
H A Dapp_sync_data.cc30 bool remote_install,
37 remote_install),
27 AppSyncData(const Extension& extension, bool enabled, bool incognito_enabled, bool remote_install, const syncer::StringOrdinal& app_launch_ordinal, const syncer::StringOrdinal& page_ordinal, extensions::LaunchType launch_type) argument
H A Dextension_sync_data.h35 bool remote_install);
60 bool remote_install() const { return remote_install_; } function in class:extensions::ExtensionSyncData
H A Dpending_extension_info.h40 bool remote_install);
69 bool remote_install() const { return remote_install_; } function in class:extensions::PendingExtensionInfo
H A Dpending_extension_manager.cc94 bool remote_install,
132 remote_install);
269 bool remote_install) {
282 remote_install);
89 AddFromSync( const std::string& id, const GURL& update_url, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, bool install_silently, bool remote_install, bool installed_by_custodian) argument
258 AddExtensionImpl( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument

Completed in 4091 milliseconds