Lines Matching refs:Settings
74 #include "Settings.h"
307 Settings* Frame::settings() const
309 return m_page ? m_page->settings() : 0;
619 bool caretBrowsing = settings() && settings()->caretBrowsingEnabled();
670 return m_page->settings()->zoomsTextOnly();
707 m_page->settings()->setZoomsTextOnly(true); // We do this to avoid doing any scaling of CSS pixels, since the SVG has its own notion of zoom.
722 m_page->settings()->setZoomsTextOnly(isTextOnly);
800 m_doc->docLoader()->setAutoLoadImages(m_page && m_page->settings()->loadsImagesAutomatically());
1384 bool caretBrowsing = settings() && settings()->caretBrowsingEnabled();
1713 bool caretBrowsing = settings() && settings()->caretBrowsingEnabled();