Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteFileSystemWin.cpp96 DWORD attr = blink::Platform::current()->databaseGetFileAttributes(String(fileName)); in chromiumAccess()
DSQLiteFileSystemPosix.cpp117 …int attr = static_cast<int>(blink::Platform::current()->databaseGetFileAttributes(String(fileName)… in chromiumAccess()
/external/chromium/webkit/glue/
Dwebkitclient_impl.h36 virtual long databaseGetFileAttributes(
Dwebkitclient_impl.cc510 long WebKitClientImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in webkit_glue::WebKitClientImpl
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.h68 virtual long databaseGetFileAttributes(
Dworker_webkitplatformsupport_impl.cc194 long WorkerWebKitPlatformSupportImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.h42 virtual long databaseGetFileAttributes( in NON_EXPORTED_BASE()
Dwebkitplatformsupport_impl.cc811 long WebKitPlatformSupportImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h80 virtual long databaseGetFileAttributes(
Drenderer_webkitplatformsupport_impl.cc594 long RendererWebKitPlatformSupportImpl::databaseGetFileAttributes( in databaseGetFileAttributes() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h183 virtual long databaseGetFileAttributes(const WebString& vfsFileName) { return 0; } in databaseGetFileAttributes() function