Searched refs:ContextFeaturesClient (Results 1 – 4 of 4) sorted by relevance
34 class ContextFeaturesClient; variable51 static PassRefPtr<ContextFeatures> create(ContextFeaturesClient*);63 explicit ContextFeatures(ContextFeaturesClient* client) in ContextFeatures()69 ContextFeaturesClient* m_client;78 class ContextFeaturesClient {81 static ContextFeaturesClient* empty();83 virtual ~ContextFeaturesClient() { } in ~ContextFeaturesClient()88 void provideContextFeaturesTo(Page*, ContextFeaturesClient*);91 inline PassRefPtr<ContextFeatures> ContextFeatures::create(ContextFeaturesClient* client) in create()
36 ContextFeaturesClient* ContextFeaturesClient::empty() in empty()38 DEFINE_STATIC_LOCAL(ContextFeaturesClient, empty, ()); in empty()49 …DEFINE_STATIC_REF(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty… in defaultSwitch()87 void provideContextFeaturesTo(Page* page, ContextFeaturesClient* client) in provideContextFeaturesTo()
40 class ContextFeaturesClientImpl : public WebCore::ContextFeaturesClient {
144 class PagePopupFeaturesClient : public ContextFeaturesClient {199 static ContextFeaturesClient* pagePopupFeaturesClient = new PagePopupFeaturesClient(); in initializePage()