Home
last modified time | relevance | path

Searched refs:m_format_detection_telephone (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DCachedFramePlatformDataAndroid.cpp45 m_format_detection_telephone = settings->formatDetectionTelephone(); in CachedFramePlatformDataAndroid()
62 settings->setFormatDetectionTelephone(m_format_detection_telephone); in restoreMetadata()
DCachedFramePlatformDataAndroid.h57 bool m_format_detection_telephone : 1; variable
/external/webkit/Source/WebCore/page/
DSettings.cpp558 m_format_detection_telephone = m_default_format_detection; in resetMetadataSettings()
629 m_format_detection_telephone = false; in setMetadataSettings()
645 m_format_detection_telephone = false; in setMetadataSettings()
717 m_format_detection_telephone = detect; in setFormatDetectionTelephone()
DSettings.h294 bool formatDetectionTelephone() const { return m_format_detection_telephone; } in formatDetectionTelephone()
620 bool m_format_detection_telephone : 1; variable