OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modifyDatabase
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/bindings/v8/custom/
V8IndexedDatabaseRequestCustom.cpp
48
bool
modifyDatabase
= true;
50
modifyDatabase
= args[2]->BooleanValue();
53
imp->open(name, description,
modifyDatabase
, ec);
/external/webkit/WebCore/storage/
IndexedDatabaseRequest.cpp
46
void IndexedDatabaseRequest::open(const String& name, const String& description, bool
modifyDatabase
, ExceptionCode& exception)
IndexedDatabaseRequest.idl
34
[Custom] void open(in DOMString name, in DOMString description, in optional boolean
modifyDatabase
)
IndexedDatabaseRequest.h
52
void open(const String& name, const String& description, bool
modifyDatabase
, ExceptionCode&);
Completed in 160 milliseconds