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

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDecoderAdapter.h41 virtual bool decodeBool(bool&);
H A DDecoderAdapter.cpp55 bool DecoderAdapter::decodeBool(bool& value) function in class:WebKit::DecoderAdapter
/macosx-10.9.5/WebCore-7537.78.1/history/qt/
H A DHistoryItemQt.cpp64 virtual bool decodeBool(bool&);
142 bool QDataStreamCoder::decodeBool(bool& out) function in class:WebCore::QDataStreamCoder
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormData.cpp501 if (!decoder.decodeBool(element.m_shouldGenerateFile))
568 if (!decoder.decodeBool(data->m_alwaysStream))
588 if (!decoder.decodeBool(data->m_hasGeneratedFiles))
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp801 if (!decoder.decodeBool(hasFormData))
827 if (!decoder.decodeBool(hasStateObject))
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBLevelDBCoding.h55 bool decodeBool(const char* begin, const char* end);
H A DIDBBackingStore.cpp704 bool autoIncrement = decodeBool(it->value().begin(), it->value().end());
727 bool hasKeyPath = decodeBool(it->value().begin(), it->value().end());
1101 bool indexUnique = decodeBool(it->value().begin(), it->value().end());
1113 indexMultiEntry = decodeBool(it->value().begin(), it->value().end());
H A DIDBLevelDBCoding.cpp210 bool decodeBool(const char* begin, const char* end) function in namespace:WebCore::IDBLevelDBCoding

Completed in 270 milliseconds