Searched refs:filePaths (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebHistoryItem.cpp | 62 const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState()); in addReferencedFilePaths() local 63 for (size_t i = 0; i < filePaths.size(); ++i) in addReferencedFilePaths() 64 results.add(filePaths[i]); in addReferencedFilePaths() 256 HashSet<String> filePaths; in getReferencedFilePaths() local 257 addReferencedFilePaths(m_private.get(), filePaths); in getReferencedFilePaths() 260 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/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
D | player_testapi.js | 136 loadAudio: function(filePaths, firstTrack) { argument 138 items: filePaths.map(util.makeFilesystemUrl),
|
/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/third_party/icu/source/tools/pkgdata/ |
D | pkgtypes.h | 107 CharList *filePaths; /* All the files, with long paths */ member
|
D | pkgdata.cpp | 466 if (o.filePaths != NULL) { in main() 467 pkg_deleteList(o.filePaths); in main() 1266 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode() 1723 o->filePaths = pkg_appendToList(o->filePaths, &tail2, uprv_strdup(tmp)); in loadLists()
|
/external/icu4c/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() 1409 CharList *list = o->filePaths; in pkg_createWithoutAssemblyCode() 1939 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/apps/app_shim/ |
D | chrome_main_app_mode_mac.mm | 341 std::vector<base::FilePath> filePaths; 343 filePaths.push_back(base::mac::NSStringToFilePath(filename)); 349 filePaths)) { 354 filePaths.begin(), 355 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 | 5140 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,
|