Searched defs:accepts_tls_channel_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable.h78 const bool accepts_tls_channel_id; member in struct:extensions::ExternallyConnectableInfo
90 bool accepts_tls_channel_id);
H A Dexternally_connectable.cc199 bool accepts_tls_channel_id = local
200 externally_connectable->accepts_tls_channel_id.get() &&
201 *externally_connectable->accepts_tls_channel_id;
203 matches, ids, all_ids, accepts_tls_channel_id));
213 bool accepts_tls_channel_id)
217 accepts_tls_channel_id(accepts_tls_channel_id) {
209 ExternallyConnectableInfo( const URLPatternSet& matches, const std::vector<std::string>& ids, bool all_ids, bool accepts_tls_channel_id) argument

Completed in 2154 milliseconds