Searched refs:pathSize (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/WebKitTestRunner/win/ |
D | TestControllerWin.cpp | 81 DWORD pathSize = ::GetEnvironmentVariableW(pathEnvironmentVariable, 0, 0); in addQTDirToPATH() local 82 Vector<WCHAR> oldPath(pathSize); in addQTDirToPATH()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 232 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr() argument 235 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize, in CXXStaticCastExpr() 264 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr() argument 267 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize, in CXXDynamicCastExpr() 270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() argument 271 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSize) { } in CXXDynamicCastExpr() 282 unsigned pathSize); 299 Expr *op, unsigned pathSize, in CXXReinterpretCastExpr() argument 304 pathSize, writtenTy, l, RParenLoc, AngleBrackets) {} in CXXReinterpretCastExpr() 306 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() argument [all …]
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 1463 long long pathSize = 0; in flatFileAreaSize() local 1464 if (!getFileSize(fullPath, pathSize)) in flatFileAreaSize() 1466 totalSize += pathSize; in flatFileAreaSize()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 294 DWORD pathSize = GetEnvironmentVariableW(pathEnvironmentVariable, 0, 0); in addQTDirToPATH() local 295 Vector<WCHAR> oldPath(pathSize); in addQTDirToPATH()
|