Home
last modified time | relevance | path

Searched refs:ENABLE_FTPDIR (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/
Dconfig.h207 #undef ENABLE_FTPDIR
208 #define ENABLE_FTPDIR 0 macro
/external/webkit/Source/
Dcmakeconfig.h.cmake18 #define ENABLE_FTPDIR @ENABLE_FTPDIR_VALUE@
/external/webkit/Source/JavaScriptCore/wtf/
DPlatform.h661 #define ENABLE_FTPDIR 1 macro
704 #define ENABLE_FTPDIR 0 macro
994 #if !defined(ENABLE_FTPDIR)
995 #define ENABLE_FTPDIR 1 macro
/external/webkit/Source/cmake/
DOptionsWinCE.cmake34 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT OFF)
DOptionsEfl.cmake75 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT ON)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-14373 Make the guard/#if use the same name (ENABLE_FTPDIR) as the #define. This follows
1571 … * wtf/Platform.h: Add ENABLE_FTPDIR feature to handle building on platforms that don't have the