Searched defs:securityInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebContextMenuData.h163 WebCString securityInfo; member in struct:blink::WebContextMenuData
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLResponse.cpp302 WebCString WebURLResponse::securityInfo() const function in class:blink::WebURLResponse
308 void WebURLResponse::setSecurityInfo(const WebCString& securityInfo) argument
310 m_private->m_resourceResponse->setSecurityInfo(securityInfo);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.h136 void setSecurityInfo(const CString& securityInfo) { m_securityInfo = securityInfo; } argument

Completed in 1024 milliseconds