Searched refs:GetSSLStatusOfFrame (Results 1 – 5 of 5) sorted by relevance
119 virtual SSLStatus GetSSLStatusOfFrame(blink::WebFrame* frame) const = 0;
274 render_view()->GetSSLStatusOfFrame(form.document().frame()); in didRequestAutocomplete()
2040 TEST_F(RenderViewImplTest, GetSSLStatusOfFrame) { in TEST_F() argument2044 SSLStatus ssl_status = view()->GetSSLStatusOfFrame(frame); in TEST_F()2051 ssl_status = view()->GetSSLStatusOfFrame(frame); in TEST_F()
504 virtual SSLStatus GetSSLStatusOfFrame(blink::WebFrame* frame) const OVERRIDE;
1927 SSLStatus RenderViewImpl::GetSSLStatusOfFrame(blink::WebFrame* frame) const { in GetSSLStatusOfFrame() function in content::RenderViewImpl