Searched defs:setDatabase (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseResource.h51 void setDatabase(PassRefPtr<Database> database) { m_database = database; } function in class:WebCore::InspectorDatabaseResource
/external/collada/include/dae/
H A DdaeIOPlugin.h48 * @c setDatabase() tells the @c daeIOPlugin which @c daeDatabase object it should use
52 virtual void setDatabase(daeDatabase* database) = 0;
120 virtual void setDatabase(daeDatabase* database) { } function in class:daeIOEmpty
/external/collada/src/dae/
H A DdaeIOPluginCommon.cpp39 void daeIOPluginCommon::setDatabase(daeDatabase* _database) function in class:daeIOPluginCommon
H A Ddae.cpp75 setDatabase(database_);
95 daeInt DAE::setDatabase(daeDatabase* _database) function in class:DAE
179 plugin->setDatabase(database);
196 plugin->setDatabase(database);

Completed in 656 milliseconds