Searched refs:m_frameHasCustomRepresentation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp89 , m_frameHasCustomRepresentation(false)
108 return !m_frameHasCustomRepresentation;
447 webPage->send(Messages::WebPageProxy::DidCommitLoadForFrame(m_frame->frameID(), response.mimeType(), m_frameHasCustomRepresentation, m_frame->coreFrame()->loader()->loadType(), PlatformCertificateInfo(response), InjectedBundleUserMessageEncoder(userData.get())));
865 if (m_frameHasCustomRepresentation)
895 if (m_frameHasCustomRepresentation) {
1216 m_frameHasCustomRepresentation = isMainFrame && webPage->shouldUseCustomRepresentationForResponse(response);
1233 m_frameHasCustomRepresentation = isMainFrame && webPage->shouldUseCustomRepresentationForResponse(response);
1290 return !m_frameHasCustomRepresentation;
H A DWebFrameLoaderClient.h43 bool frameHasCustomRepresentation() const { return m_frameHasCustomRepresentation; }
233 bool m_frameHasCustomRepresentation; member in class:WebKit::WebFrameLoaderClient

Completed in 121 milliseconds