Home
last modified time | relevance | path

Searched refs:filePaths (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp204 HashSet<String> filePaths; in getReferencedFilePaths() local
210 filePaths.add(element.m_filename); in getReferencedFilePaths()
216 filePaths.add(referencedFilePaths[i]); in getReferencedFilePaths()
219 copyToVector(filePaths, results); in getReferencedFilePaths()
/external/clang/tools/libclang/
DARCMigrate.cpp76 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, in clang_getRemappingsFromFileList() argument
89 if (!filePaths) { in clang_getRemappingsFromFileList()
99 Files.push_back(filePaths[i]); in clang_getRemappingsFromFileList()
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h48 const UStringVector &filePaths,
DEnumDirItems.cpp109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) in EnumerateDirItems2() argument
114 for (int i = 0; i < filePaths.Size(); i++) in EnumerateDirItems2()
116 const UString &filePath = filePaths[i]; in EnumerateDirItems2()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwWebContentsDelegateAdapter.java229 int modeFlags, String[] filePaths) { in GetDisplayNameTask() argument
233 mFilePaths = filePaths; in GetDisplayNameTask()
/external/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp470 if (o.filePaths != NULL) { in main()
471 pkg_deleteList(o.filePaths); in main()
1434 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
1964 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp480 if (o.filePaths != NULL) { in main()
481 pkg_deleteList(o.filePaths); in main()
1528 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode()
2054 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()
/external/chromium_org/third_party/mozilla/
DNSPasteboard+Utils.mm118 NSMutableArray* filePaths = [NSMutableArray array];
122 [filePaths addObject:[url path]];
124 if ([filePaths count] > 0) {
126 [self setPropertyList:filePaths forType:NSFilenamesPboardType];
/external/chromium_org/chrome/app_shim/
Dchrome_main_app_mode_mac.mm375 std::vector<base::FilePath> filePaths;
377 filePaths.push_back(base::mac::NSStringToFilePath(filename));
383 filePaths)) {
388 filePaths.begin(),
389 filePaths.end());
/external/chromium_org/third_party/npapi/bindings/
Dnpapi_extensions.h569 typedef void (*NPChooseFileCallback)(const char** filePaths,
/external/clang/include/clang-c/
DIndex.h4791 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,