HomeSort by relevance Sort by last modified time
    Searched full:s_cookiestorage (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/platform/network/win/
CookieStorageWin.cpp 36 static RetainPtr<CFHTTPCookieStorageRef> s_cookieStorage;
40 if (s_cookieStorage)
41 return s_cookieStorage.get();
47 s_cookieStorage = cookieStorage;

Completed in 30 milliseconds