Searched refs:wasNpnNegotiated (Results 1 – 3 of 3) sorted by relevance
351 bool WebURLResponse::wasNpnNegotiated() const in wasNpnNegotiated() function in blink::WebURLResponse353 return m_private->m_resourceResponse->wasNpnNegotiated(); in wasNpnNegotiated()
157 BLINK_PLATFORM_EXPORT bool wasNpnNegotiated() const;
146 bool wasNpnNegotiated() const { return m_wasNpnNegotiated; } in wasNpnNegotiated() function