Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DCachedFramePlatformDataAndroid.cpp44 m_format_detection_email = settings->formatDetectionEmail(); in CachedFramePlatformDataAndroid()
/external/webkit/Source/WebKit/android/content/
DPhoneEmailDetector.cpp66 m_isEmailDetectionEnabled = settings->formatDetectionEmail(); in IsEnabled()
/external/webkit/Source/WebCore/page/
DSettings.h291 bool formatDetectionEmail() const { return m_format_detection_email; } in formatDetectionEmail() function