Searched defs:is_from_sync (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc17 bool is_from_sync,
28 is_from_sync_(is_from_sync),
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 Dpending_extension_info.h35 bool is_from_sync,
64 bool is_from_sync() const { return is_from_sync_; } function in class:extensions::PendingExtensionInfo
H A Dpending_extension_manager.cc82 if (iter->is_from_sync())
264 bool is_from_sync,
277 is_from_sync,
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
H A Dextension_service.cc1825 const extensions::Extension* extension, bool is_from_sync) {
1833 if (!is_from_sync) {
1878 if (!is_from_sync)
1893 if (!is_from_sync && extension_sync_service_)
1824 PromoteEphemeralApp( const extensions::Extension* extension, bool is_from_sync) argument

Completed in 79 milliseconds