Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/extensions/
Dpack_extension_overlay.js63 handleFilePathSelected = function(filePath) { argument
77 this.showFileDialog_('folder', 'load', function(filePath) { argument
88 this.showFileDialog_('file', 'pem', function(filePath) { argument
/external/smack/src/org/jivesoftware/smack/
DBOSHConfiguration.java69 …public BOSHConfiguration(boolean https, String host, int port, String filePath, String xmppDomain)… in BOSHConfiguration()
91 …public BOSHConfiguration(boolean https, String host, int port, String filePath, ProxyInfo proxy, S… in BOSHConfiguration()
/external/icu4c/tools/toolutil/
Dfiletools.cpp36 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater()
123 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { in swapFileSepChar()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dfiletools.cpp35 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater()
122 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { in swapFileSepChar()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DFileSystemMapping.js286 _mappingEntryForPath: function(fileSystemPath, filePath) argument
383 urlForPath: function(fileSystemPath, filePath) argument
408 addMappingForResource: function(url, fileSystemPath, filePath) argument
DFileSystemProjectDelegate.js460 function innerCallback(filePath) argument
501 _addFile: function(filePath) argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebHTTPBody.cpp123 void WebHTTPBody::appendFile(const WebString& filePath) in appendFile()
129 void WebHTTPBody::appendFileRange(const WebString& filePath, long long fileStart, long long fileLen… in appendFileRange()
DWebFileSystemCallbacks.cpp131 …WebString& name, const WebURL& rootURL, WebFileSystemType type, const WebString& filePath, bool is… in didResolveURL()
/external/chromium_org/third_party/mtpd/mtpd_server/
Dmtpd_server.h245 std::string filePath; __ri >> filePath; in _ReadDirectoryByPath_stub() local
275 std::string filePath; __ri >> filePath; in _ReadFileChunkByPath_stub() local
309 std::string filePath; __ri >> filePath; in _GetFileInfoByPath_stub() local
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp57 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile()
229 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { in remap()
248 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DURLTestHelpers.cpp62 …std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().… in registerMockedURLLoad() local
DWebImageTest.cpp48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile() local
DJPEGImageDecoderTest.cpp54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile() local
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp380 const UString &filePath, in Open()
464 static void SetCallback(const UString &filePath, in SetCallback()
486 const UString &filePath, in Open2()
517 HRESULT CArchiveLink::ReOpen(CCodecs *codecs, const UString &filePath, in ReOpen()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwWebContentsDelegate.java40 int mode_flags, String[] filePath); in nativeFilesSelectedInChooser()
/external/chromium_org/chrome/browser/resources/apps_debugger/js/
Dpack_item_overlay.js73 chrome.developerPrivate.choosePath('FILE', 'PEM', function(filePath) { argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitBaseTest.java68 String filePath = testInput; in execLexer() local
159 String filePath = testInput; in execParser() local
305 String filePath = testInput; in execTreeParser() local
/external/chromium_org/third_party/WebKit/public/platform/
DWebUnitTestSupport.h42 …virtual void registerMockedURL(const WebURL&, const WebURLResponse&, const WebString& filePath) { } in registerMockedURL()
DWebBlobData.h53 WebString filePath; member
DWebHTTPBody.h54 WebString filePath; member
/external/chromium_org/third_party/WebKit/Source/platform/
DAsyncFileSystemCallbacks.h56 …olveURL(const String& name, const KURL& rootURL, FileSystemType, const String& filePath, bool isDi… in didResolveURL()
/external/chromium_org/chrome/browser/resources/chromeos/
Dimage_burner.js179 onDeviceSelected: function(label, filePath, devicePath) { argument
333 sendBurnImageMessage: function(filePath, devicePath) { argument
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dplayer_testapi.js83 loadVideo: function(filePath) { argument
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java66 public void add(List<String> loadPaths, String filename, String filePath) { in add()
DResourceLoaderAdaptor.java111 String filePath = loadPathCache.lookup(getLoadPaths(), name); in locateFile() local

123