HomeSort by relevance Sort by last modified time
    Searched refs:syncDir (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 102 // syncDir - determines if the directory to which this file belongs
104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir)
106 return Platform::current()->databaseDeleteFile(String(fileName), syncDir);
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 181 virtual int databaseDeleteFile(const WebString& vfsFileName, bool syncDir) { return 0; }
  /external/chromium_org/third_party/sqlite/src/src/
test_devsym.c 62 static int devsymDelete(sqlite3_vfs*, const char *zName, int syncDir);
test_multiplex.c 387 int syncDir
416 rc2 = pOrigVfs->xDelete(pOrigVfs, gMultiplex.zName, syncDir);
    [all...]
test_journal.c 154 static int jtDelete(sqlite3_vfs*, const char *zName, int syncDir);
test_onefile.c 164 static int fsDelete(sqlite3_vfs*, const char *zName, int syncDir);
os_unix.c     [all...]
os_win.c     [all...]
sqlite.h.in     [all...]
test_osinst.c 160 static int vfslogDelete(sqlite3_vfs*, const char *zName, int syncDir);
    [all...]
test_vfstrace.c 68 static int vfstraceDelete(sqlite3_vfs*, const char *zName, int syncDir);
os_os2.c     [all...]
test_vfs.c 174 static int tvfsDelete(sqlite3_vfs*, const char *zName, int syncDir);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 439 ** iOffset -> Contains the "syncDir" flag.
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 240 milliseconds