webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FileMetadata.h>
Public Types | |
enum | Type { TypeUnknown = 0, TypeFile, TypeDirectory } |
Public Member Functions | |
FileMetadata () | |
Public Attributes | |
double | modificationTime |
long long | length |
Type | type |
|
inline |
long long WebCore::FileMetadata::length |
double WebCore::FileMetadata::modificationTime |
Type WebCore::FileMetadata::type |