Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DSettings.h250 void setFTPDirectoryTemplatePath(const String&);
DSettings.cpp533 void Settings::setFTPDirectoryTemplatePath(const String& path) in setFTPDirectoryTemplatePath() function in WebCore::Settings
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.cpp407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef)); in WKPreferencesSetFTPDirectoryTemplatePath()
/external/webkit/Source/WebKit/win/
DWebView.cpp2611 m_page->settings()->setFTPDirectoryTemplatePath(String(path, SysStringLen(path))); in initWithFrame()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm1475 settings->setFTPDirectoryTemplatePath([preferences _ftpDirectoryTemplatePath]);
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1416710 …(WebCore::Settings::setFTPDirectoryTemplatePath): Set the path to the FTP listing document template