HomeSort by relevance Sort by last modified time
    Searched refs:m_mainFrameHasCustomRepresentation (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 150 , m_mainFrameHasCustomRepresentation(false)
1000 return !m_mainFrameHasCustomRepresentation && m_mainFrame && !m_mainFrame->isDisplayingStandaloneImageDocument();
1037 if (m_mainFrameHasCustomRepresentation)
    [all...]
WebPageProxy.h 326 double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; }
    [all...]

Completed in 19 milliseconds