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

  /external/webkit/Source/WebKit2/Shared/win/
WebCoreArgumentCodersWin.cpp 49 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLRequestCreateSerializableRepresentation(resourceRequest.cfURLRequest(), CoreIPC::tokenNullTypeRef()));
70 CFURLRequestRef cfURLRequest = wkCFURLRequestCreateFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
90 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLResponseCreateSerializableRepresentation(resourceResponse.cfURLResponse(), CoreIPC::tokenNullTypeRef()));
111 CFURLResponseRef cfURLResponse = wkCFURLResponseCreateFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.h 74 CFTypeRef tokenNullTypeRef();
ArgumentCodersCF.cpp 36 CFTypeRef tokenNullTypeRef()
62 if (type == tokenNullTypeRef())
203 result = tokenNullTypeRef();
  /external/webkit/Source/WebKit2/Shared/mac/
WebCoreArgumentCodersMac.mm 46 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLRequestCreateSerializableRepresentation(resourceRequest.nsURLRequest(), CoreIPC::tokenNullTypeRef()));
65 NSURLRequest *nsURLRequest = WKNSURLRequestFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
81 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLResponseCreateSerializableRepresentation(resourceResponse.nsURLResponse(), CoreIPC::tokenNullTypeRef()));
100 NSURLResponse* nsURLResponse = WKNSURLResponseFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());

Completed in 17 milliseconds