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

/external/webkit/Source/WebCore/platform/network/cf/
H A DCookieJarCFNet.cpp46 static const CFStringRef s_cookieCF = CFSTR("Cookie"); member in namespace:WebCore
156 return (CFStringRef)CFDictionaryGetValue(headerCF.get(), s_cookieCF);
170 return (CFStringRef)CFDictionaryGetValue(headerCF.get(), s_cookieCF);

Completed in 65 milliseconds