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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp78 , m_frameHasCustomRepresentation(false)
96 return !m_frameHasCustomRepresentation;
442 webPage->send(Messages::WebPageProxy::DidCommitLoadForFrame(m_frame->frameID(), response.mimeType(), m_frameHasCustomRepresentation, PlatformCertificateInfo(response), InjectedBundleUserMessageEncoder(userData.get())));
788 if (m_frameHasCustomRepresentation)
820 if (m_frameHasCustomRepresentation) {
1095 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);
1118 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);
1164 return !m_frameHasCustomRepresentation;
H A DWebFrameLoaderClient.h43 bool frameHasCustomRepresentation() const { return m_frameHasCustomRepresentation; }
225 bool m_frameHasCustomRepresentation; member in class:WebKit::WebFrameLoaderClient

Completed in 70 milliseconds