HomeSort by relevance Sort by last modified time
    Searched refs:ContextFeaturesClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.h 34 class ContextFeaturesClient;
57 static PassRefPtrWillBeRawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>);
71 explicit ContextFeatures(PassOwnPtr<ContextFeaturesClient> client)
75 OwnPtr<ContextFeaturesClient> m_client;
78 class ContextFeaturesClient {
81 static PassOwnPtr<ContextFeaturesClient> empty();
83 virtual ~ContextFeaturesClient() { }
88 void provideContextFeaturesTo(Page&, PassOwnPtr<ContextFeaturesClient>);
91 inline PassRefPtrWillBeRawPtr<ContextFeatures> ContextFeatures::create(PassOwnPtr<ContextFeaturesClient> client)
ContextFeatures.cpp 36 PassOwnPtr<ContextFeaturesClient> ContextFeaturesClient::empty()
38 return adoptPtr(new ContextFeaturesClient());
48 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));
72 void provideContextFeaturesTo(Page& page, PassOwnPtr<ContextFeaturesClient> client)
  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.h 38 class ContextFeaturesClientImpl FINAL : public ContextFeaturesClient {
WebPagePopupImpl.cpp 175 class PagePopupFeaturesClient : public ContextFeaturesClient {

Completed in 293 milliseconds