Home
last modified time | relevance | path

Searched defs:modifyDatabase (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8IndexedDatabaseRequestCustom.cpp48 bool modifyDatabase = true; in openCallback() local
/external/webkit/WebCore/storage/
DIndexedDatabaseRequest.cpp46 …tabaseRequest::open(const String& name, const String& description, bool modifyDatabase, ExceptionC… in open()