Searched refs:HasExtensionId (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.cc62 if (HasExtensionId(sync_data.GetTag())) {
99 bool AppSyncBundle::HasExtensionId(const std::string& id) const { function in class:extensions::AppSyncBundle
121 HasExtensionId(extension.id()) ?
H A Dextension_sync_bundle.cc62 if (HasExtensionId(sync_data.GetTag())) {
98 bool ExtensionSyncBundle::HasExtensionId( function in class:extensions::ExtensionSyncBundle
123 HasExtensionId(extension.id()) ?
H A Dapp_sync_bundle.h66 bool HasExtensionId(const std::string& id) const;
H A Dextension_sync_bundle.h66 bool HasExtensionId(const std::string& id) const;
H A Dextension_sync_service.cc93 if (app_sync_bundle_.HasExtensionId(extension_id) &&
96 } else if (extension_sync_bundle_.HasExtensionId(extension_id) &&

Completed in 637 milliseconds