Searched refs:WebPlatformStrategies (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp31 #include "WebPlatformStrategies.h"
48 void WebPlatformStrategies::initialize()
50 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
54 WebPlatformStrategies::WebPlatformStrategies() function in class:WebPlatformStrategies
60 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
65 PluginStrategy* WebPlatformStrategies::createPluginStrategy()
70 LocalizationStrategy* WebPlatformStrategies::createLocalizationStrategy()
75 VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
80 void WebPlatformStrategies
[all...]
H A DWebPlatformStrategies.h41 class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::PluginStrategy, private WebCore::LocalizationStrategy, private WebCore::VisitedLinkStrategy { class in inherits:WebCore::PlatformStrategies,WebCore::CookiesStrategy,WebCore::PluginStrategy,WebCore::LocalizationStrategy,WebCore::VisitedLinkStrategy
46 WebPlatformStrategies();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebPlatformStrategies.mm26 #import "WebPlatformStrategies.h"
36 void WebPlatformStrategies::initialize()
38 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
42 WebPlatformStrategies::WebPlatformStrategies()
46 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
51 PluginStrategy* WebPlatformStrategies::createPluginStrategy()
56 VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
61 void WebPlatformStrategies::notifyCookiesChanged()
65 void WebPlatformStrategies
[all...]
H A DWebPlatformStrategies.h34 class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::PluginStrategy, private WebCore::VisitedLinkStrategy { class in inherits:WebCore::PlatformStrategies,WebCore::CookiesStrategy,WebCore::PluginStrategy,WebCore::VisitedLinkStrategy
39 WebPlatformStrategies();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.cpp27 #include "WebPlatformStrategies.h"
46 void WebPlatformStrategies::initialize()
48 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
52 WebPlatformStrategies::WebPlatformStrategies() function in class:WebKit::WebPlatformStrategies
58 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
63 PluginStrategy* WebPlatformStrategies::createPluginStrategy()
68 VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
75 void WebPlatformStrategies::notifyCookiesChanged()
82 void WebPlatformStrategies
[all...]
H A DWebPlatformStrategies.h38 class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::PluginStrategy, private WebCore::VisitedLinkStrategy { class in namespace:WebKit
43 WebPlatformStrategies();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp27 #include "WebPlatformStrategies.h"
35 void WebPlatformStrategies::initialize()
37 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
40 WebPlatformStrategies::WebPlatformStrategies() function in class:WebPlatformStrategies
45 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
50 PluginStrategy* WebPlatformStrategies::createPluginStrategy()
55 VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
60 void WebPlatformStrategies::notifyCookiesChanged()
64 void WebPlatformStrategies
[all...]
H A DWebPlatformStrategies.h34 class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::PluginStrategy, private WebCore::VisitedLinkStrategy { class in inherits:WebCore::PlatformStrategies,WebCore::CookiesStrategy,WebCore::PluginStrategy,WebCore::VisitedLinkStrategy
39 WebPlatformStrategies();
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkcontext.cpp25 #include "WebPlatformStrategies.h"
35 WebPlatformStrategies::initialize();
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp48 #include "WebPlatformStrategies.h"
139 WebPlatformStrategies::initialize();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp111 #include "WebPlatformStrategies.h"
319 WebPlatformStrategies::initialize();
/external/webkit/Source/WebKit/win/
H A DWebView.cpp57 #include "WebPlatformStrategies.h"
2574 WebPlatformStrategies::initialize();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm92 #import "WebPlatformStrategies.h"
718 WebPlatformStrategies::initialize();

Completed in 257 milliseconds