Home
last modified time | relevance | path

Searched refs:m_default_format_detection (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.cpp211 m_default_format_detection = true; in Settings()
558 m_format_detection_telephone = m_default_format_detection; in resetMetadataSettings()
559 m_format_detection_address = m_default_format_detection; in resetMetadataSettings()
560 m_format_detection_email = m_default_format_detection; in resetMetadataSettings()
DSettings.h296 void setDefaultFormatDetection(bool flag) { m_default_format_detection = flag; } in setDefaultFormatDetection()
625 bool m_default_format_detection : 1; variable