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

  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 527 static const char schemaVersion = '1';
550 if (fileContents.size() < 2 || fileContents.first() != schemaVersion || fileContents.last() != '\0') {
630 char localSchemaVersion = schemaVersion;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 563 // Update the schemaVersion when the schema of any the Application Cache
566 static const int schemaVersion = 7;
571 if (version == schemaVersion)
581 int unusedNumBytes = snprintf(userVersionSQL, sizeof(userVersionSQL), "PRAGMA user_version=%d", schemaVersion);
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp     [all...]

Completed in 542 milliseconds