Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteFileSystemWin.cpp96 DWORD attr = Platform::current()->databaseGetFileAttributes(String(fileName)); in chromiumAccess()
DSQLiteFileSystemPosix.cpp117 int attr = static_cast<int>(Platform::current()->databaseGetFileAttributes(String(fileName))); in chromiumAccess()
/external/chromium_org/content/child/
Dblink_platform_impl.h51 virtual long databaseGetFileAttributes( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc1042 long BlinkPlatformImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in content::BlinkPlatformImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h86 virtual long databaseGetFileAttributes(
Drenderer_webkitplatformsupport_impl.cc629 long RendererWebKitPlatformSupportImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h184 virtual long databaseGetFileAttributes(const WebString& vfsFileName) { return 0; } in databaseGetFileAttributes() function