Home
last modified time | relevance | path

Searched refs:provideContextFeaturesTo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContextFeatures.h88 void provideContextFeaturesTo(Page*, ContextFeaturesClient*);
DContextFeatures.cpp87 void provideContextFeaturesTo(Page* page, ContextFeaturesClient* client) in provideContextFeaturesTo() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebPagePopupImpl.cpp200 provideContextFeaturesTo(m_page.get(), pagePopupFeaturesClient); in initializePage()
DWebViewImpl.cpp462 provideContextFeaturesTo(m_page.get(), m_featureSwitchClient.get()); in WebViewImpl()