Searched refs:filePaths (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebOpenPanelResultListenerProxy.cpp54 Vector<String> filePaths; local
55 filePaths.reserveInitialCapacity(size);
61 filePaths.uncheckedAppend(url.fileSystemPath());
65 m_page->didChooseFilesForOpenPanel(filePaths);
/external/clang/tools/libclang/
H A DARCMigrate.cpp77 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, argument
90 if (!filePaths) {
93 "NULL filePaths\n";
100 Files.push_back(filePaths[i]);
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_derivedsourcesallinone.py111 def extractMetaData(filePaths):
114 for f in filePaths:
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member in struct:UPKGOptions_
H A Dpkgdata.cpp467 if (o.filePaths != NULL) {
468 pkg_deleteList(o.filePaths);
1290 CharList *list = o->filePaths;
1754 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp);
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm267 NSMutableArray *filePaths = [NSMutableArray array];
273 [filePaths addObject:[absoluteFileURL path]];
276 [pboard setPropertyList:filePaths forType:NSFilenamesPboardType];
/external/clang/include/clang-c/
H A DIndex.h4791 * \param filePaths pointer to an array of file paths containing remapping info.
4799 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,

Completed in 169 milliseconds