Home
last modified time | relevance | path

Searched defs:wasNpnNegotiated (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp351 bool WebURLResponse::wasNpnNegotiated() const in wasNpnNegotiated() function in blink::WebURLResponse
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h146 bool wasNpnNegotiated() const { return m_wasNpnNegotiated; } in wasNpnNegotiated() function