HomeSort by relevance Sort by last modified time
    Searched defs:accepts_tls_channel_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.h 77 const bool accepts_tls_channel_id; member in struct:extensions::ExternallyConnectableInfo
89 bool accepts_tls_channel_id);
externally_connectable.cc 188 bool accepts_tls_channel_id = local
189 externally_connectable->accepts_tls_channel_id.get() &&
190 *externally_connectable->accepts_tls_channel_id;
193 accepts_tls_channel_id));
202 bool accepts_tls_channel_id)
204 accepts_tls_channel_id(accepts_tls_channel_id) {}

Completed in 25 milliseconds