Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:frameHasCustomRepresentation

1533 void WebPageProxy::didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo& certificateInfo, CoreIPC::ArgumentDecoder* arguments)
1553 m_mainFrameHasCustomRepresentation = frameHasCustomRepresentation;
1554 m_pageClient->didCommitLoadForMainFrame(frameHasCustomRepresentation);