Searched refs:databaseDeleteFile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.h50 virtual int databaseDeleteFile(const blink::WebString& vfs_file_name,
H A Dppapi_webkitplatformsupport_impl.cc255 int PpapiWebKitPlatformSupportImpl::databaseDeleteFile( function in class:content::PpapiWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp85 return Platform::current()->databaseDeleteFile(String(fileName), false);
H A DSQLiteFileSystemPosix.cpp106 return Platform::current()->databaseDeleteFile(String(fileName), syncDir);
/external/chromium_org/content/child/
H A Dblink_platform_impl.h49 virtual int databaseDeleteFile(const blink::WebString& vfs_file_name,
H A Dblink_platform_impl.cc1037 int BlinkPlatformImpl::databaseDeleteFile(
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h84 virtual int databaseDeleteFile(const blink::WebString& vfs_file_name,
H A Drenderer_webkitplatformsupport_impl.cc623 int RendererWebKitPlatformSupportImpl::databaseDeleteFile( function in class:content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h181 virtual int databaseDeleteFile(const WebString& vfsFileName, bool syncDir) { return 0; } function in class:blink::Platform

Completed in 461 milliseconds