Searched refs:PlatformStrategiesEfl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DPlatformStrategiesEfl.cpp27 #include "PlatformStrategiesEfl.h"
38 void PlatformStrategiesEfl::initialize()
40 DEFINE_STATIC_LOCAL(PlatformStrategiesEfl, platformStrategies, ());
44 PlatformStrategiesEfl::PlatformStrategiesEfl() function in class:PlatformStrategiesEfl
48 CookiesStrategy* PlatformStrategiesEfl::createCookiesStrategy()
53 DatabaseStrategy* PlatformStrategiesEfl::createDatabaseStrategy()
58 LoaderStrategy* PlatformStrategiesEfl::createLoaderStrategy()
63 PasteboardStrategy* PlatformStrategiesEfl::createPasteboardStrategy()
69 PluginStrategy* PlatformStrategiesEfl
[all...]
H A DPlatformStrategiesEfl.h33 class PlatformStrategiesEfl : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy, private WebCore::VisitedLinkStrategy { class in inherits:WebCore::PlatformStrategies,WebCore::CookiesStrategy,WebCore::DatabaseStrategy,WebCore::LoaderStrategy,WebCore::PluginStrategy,WebCore::SharedWorkerStrategy,WebCore::StorageStrategy,WebCore::VisitedLinkStrategy
38 PlatformStrategiesEfl();
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_main.cpp28 #include "PlatformStrategiesEfl.h"
177 PlatformStrategiesEfl::initialize();

Completed in 167 milliseconds