Searched refs:filePaths (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebHistoryItem.cpp | 204 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/ |
D | ARCMigrate.cpp | 76 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/ |
D | DirItem.h | 48 const UStringVector &filePaths,
|
D | EnumDirItems.cpp | 109 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/ |
D | AwWebContentsDelegateAdapter.java | 229 int modeFlags, String[] filePaths) { in GetDisplayNameTask() argument 233 mFilePaths = filePaths; in GetDisplayNameTask()
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
D | pkgtypes.h | 107 CharList *filePaths; /* All the files, with long paths */ member
|
D | pkgdata.cpp | 470 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/ |
D | pkgtypes.h | 107 CharList *filePaths; /* All the files, with long paths */ member
|
D | pkgdata.cpp | 480 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/ |
D | NSPasteboard+Utils.mm | 118 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/ |
D | chrome_main_app_mode_mac.mm | 375 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/ |
D | npapi_extensions.h | 569 typedef void (*NPChooseFileCallback)(const char** filePaths,
|
/external/clang/include/clang-c/ |
D | Index.h | 4791 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,
|