Searched defs:directoryName (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp56 static String directoryName(const String& path) function in namespace:WebKit
70 String directorBundleResidesIn = directoryName(m_path);
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java202 public static void writeFile(ClassFile cf, String directoryName) argument
205 writeFile0(cf, directoryName);
212 private static void writeFile0(ClassFile cf, String directoryName) argument
215 String filename = directoryName + File.separatorChar
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp65 String directoryName(const String& path) function in namespace:WebCore
67 return PlatformBridge::directoryName(path);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralName.java29 * directoryName [4] Name,
54 public static final int directoryName = 4; field in class:GeneralName
129 * <li>directoryName
159 else if (tag == directoryName)
204 case directoryName:
262 case directoryName:
437 if (tag == directoryName) // directoryName is explicitly tagged as it is a CHOICE
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc69 WebString WebFileUtilitiesImpl::directoryName(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp108 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h57 virtual WebString directoryName(const WebString& path) { return WebString(); } function in class:WebKit::WebFileUtilities
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.h122 const WTF::String& directoryName; member in struct:WebKit::WebPageSerializerImpl::SerializeDomParam
138 SerializeDomParam(const WebCore::KURL&, const WebCore::TextEncoding&, WebCore::Document*, const WTF::String& directoryName);
H A DWebPageSerializerImpl.cpp112 const String& directoryName)
116 , directoryName(directoryName)
336 if (!param->directoryName.isEmpty())
337 result += "./" + param->directoryName + "/";
513 String directoryName = url == mainURL ? m_localDirectoryName : ""; local
515 SerializeDomParam param(url, textEncoding, document, directoryName);
109 SerializeDomParam(const KURL& url, const TextEncoding& textEncoding, Document* document, const String& directoryName) argument
H A DPlatformBridge.cpp368 String PlatformBridge::directoryName(const String& path) function in class:WebCore::PlatformBridge
370 return webKitClient()->fileUtilities()->directoryName(path);
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp181 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp200 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp224 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp96 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp137 String directoryName(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp182 String directoryName(const String& path) function in namespace:WebCore
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java238 private void processCompileLogsDirectory(String directoryName, StringBuffer compilerLog, StringBuffer accessesLog) { argument
239 File sourceDirectory = new File(directoryName);
/external/javassist/src/main/javassist/
H A DCtClass.java1308 * @param directoryName it must end without a directory separator.
1311 public void writeFile(String directoryName) argument
1315 String filename = directoryName + File.separatorChar
1353 * @param directoryName it must end without a directory separator.
1355 public void debugWriteFile(String directoryName) { argument
1358 writeFile(directoryName);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp1054 string directoryName = "/LayoutTests/"; local
1055 size_t start = url.find(directoryName);
1059 start += directoryName.size();
/external/openssl/crypto/x509v3/
H A Dx509v3.h192 X509_NAME *directoryName; member in union:GENERAL_NAME_st::__anon8550
/external/openssl/include/openssl/
H A Dx509v3.h192 X509_NAME *directoryName; member in union:GENERAL_NAME_st::__anon8582
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 468 milliseconds

12