Home
last modified time | relevance | path

Searched refs:m_zoomsTextOnly (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
DSettings.cpp116 , m_zoomsTextOnly(false) in Settings()
665 if (zoomsTextOnly == m_zoomsTextOnly) in setZoomsTextOnly()
668 m_zoomsTextOnly = zoomsTextOnly; in setZoomsTextOnly()
DSettings.h301 bool zoomsTextOnly() const { return m_zoomsTextOnly; } in zoomsTextOnly()
452 bool m_zoomsTextOnly : 1; variable
/external/webkit/WebCore/
DChangeLog-2009-06-1697092 Initialize m_zoomsTextOnly in the Settings constructor.