Home
last modified time | relevance | path

Searched refs:lastVisitWasFailureRef (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp133 …CFBooleanRef lastVisitWasFailureRef = static_cast<CFBooleanRef>(CFDictionaryGetValue(dictionaryRef… in initFromDictionaryRepresentation() local
134 if (lastVisitWasFailureRef && CFGetTypeID(lastVisitWasFailureRef) != CFBooleanGetTypeID()) in initFromDictionaryRepresentation()
136 bool lastVisitWasFailure = lastVisitWasFailureRef && CFBooleanGetValue(lastVisitWasFailureRef); in initFromDictionaryRepresentation()