Home | History | Annotate | Download | only in webdatabase

Lines Matching refs:page

36 #include "core/page/Page.h"
48 return static_cast<DatabaseClient*>(WillBeHeapSupplement<Page>::from(toDocument(context)->page(), supplementName()));
62 void DatabaseClient::createInspectorAgentFor(Page* page)
67 page->inspectorController().registerModuleAgent(inspectorAgent.release());
70 void provideDatabaseClientTo(Page& page, PassOwnPtrWillBeRawPtr<DatabaseClient> client)
73 page.provideSupplement(DatabaseClient::supplementName(), client);
74 clientPtr->createInspectorAgentFor(&page);