Home | History | Annotate | Download | only in dom

Lines Matching refs:Page

31 #include "core/page/Page.h"
87 void provideContextFeaturesTo(Page* page, ContextFeaturesClient* client)
89 RefCountedSupplement<Page, ContextFeatures>::provideTo(page, ContextFeatures::supplementName(), ContextFeatures::create(client));
92 void provideContextFeaturesToDocumentFrom(Document* document, Page* page)
94 ContextFeatures* provided = static_cast<ContextFeatures*>(RefCountedSupplement<Page, ContextFeatures>::from(page, ContextFeatures::supplementName()));