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

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp96 DWORD attr = PlatformBridge::databaseGetFileAttributes(fileName);
H A DSQLiteFileSystemChromiumPosix.cpp117 int attr = static_cast<int>(PlatformBridge::databaseGetFileAttributes(fileName));
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h36 virtual long databaseGetFileAttributes(
H A Dwebkitclient_impl.cc510 long WebKitClientImpl::databaseGetFileAttributes(
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h137 virtual long databaseGetFileAttributes(const WebString& vfsFileName) { return 0; } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h169 static long databaseGetFileAttributes(const String& vfsFileName);
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp495 long PlatformBridge::databaseGetFileAttributes(const String& vfsFileName) function in class:WebCore::PlatformBridge
497 return webKitClient()->databaseGetFileAttributes(WebString(vfsFileName));

Completed in 2402 milliseconds