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.cpp62 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/
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/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dplayer_testapi.js136 loadAudio: function(filePaths, firstTrack) { argument
138 items: filePaths.map(util.makeFilesystemUrl),
/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/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member
Dpkgdata.cpp466 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/
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()
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/
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/apps/app_shim/
Dchrome_main_app_mode_mac.mm341 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/
Dnpapi_extensions.h569 typedef void (*NPChooseFileCallback)(const char** filePaths,
/external/clang/include/clang-c/
DIndex.h5140 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,