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

  /external/webkit/Source/WebCore/platform/
PlatformStrategies.h 43 m_cookiesStrategy = createCookiesStrategy();
82 virtual CookiesStrategy* createCookiesStrategy() = 0;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.h 42 virtual WebCore::CookiesStrategy* createCookiesStrategy();
WebPlatformStrategies.mm 46 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebPlatformStrategies.h 42 virtual WebCore::CookiesStrategy* createCookiesStrategy();
WebPlatformStrategies.cpp 45 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPlatformStrategies.h 46 virtual WebCore::CookiesStrategy* createCookiesStrategy();
WebPlatformStrategies.cpp 58 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 49 virtual WebCore::CookiesStrategy* createCookiesStrategy();
WebPlatformStrategies.cpp 60 CookiesStrategy* WebPlatformStrategies::createCookiesStrategy()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 42 virtual WebCore::CookiesStrategy* createCookiesStrategy();
PlatformStrategiesWinCE.cpp 53 CookiesStrategy* PlatformStrategiesWinCE::createCookiesStrategy()

Completed in 262 milliseconds