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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_bundle.cc65 if (HasExtensionId(sync_data_local.GetTag())) {
101 bool ExtensionSyncBundle::HasExtensionId( function in class:extensions::ExtensionSyncBundle
126 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 Dapp_sync_bundle.cc66 if (HasExtensionId(sync_data_local.GetTag())) {
103 bool AppSyncBundle::HasExtensionId(const std::string& id) const { function in class:extensions::AppSyncBundle
125 HasExtensionId(extension.id()) ?
H A Dextension_sync_service.cc120 if (app_sync_bundle_.HasExtensionId(extension_id) &&
123 } else if (extension_sync_bundle_.HasExtensionId(extension_id) &&

Completed in 369 milliseconds