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

/external/webkit/Source/WebKit2/Shared/win/
H A DWebCoreArgumentCodersWin.cpp84 bool responseIsPresent = resourceResponse.cfURLResponse(); local
85 encoder->encode(responseIsPresent);
87 if (!responseIsPresent)
98 bool responseIsPresent; local
99 if (!decoder->decode(responseIsPresent))
102 if (!responseIsPresent) {
/external/webkit/Source/WebKit2/Shared/mac/
H A DWebCoreArgumentCodersMac.mm75 bool responseIsPresent = resourceResponse.nsURLResponse();
76 encoder->encode(responseIsPresent);
78 if (!responseIsPresent)
87 bool responseIsPresent;
88 if (!decoder->decode(responseIsPresent))
91 if (!responseIsPresent) {

Completed in 962 milliseconds