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

  /external/webkit/Source/WebCore/history/cf/
HistoryPropertyList.h 44 void writeHistoryItem(BinaryPropertyListObjectStream&, HistoryItem*);
47 virtual void writeHistoryItems(BinaryPropertyListObjectStream&) = 0;
49 virtual void writeObjects(BinaryPropertyListObjectStream&);
HistoryPropertyList.cpp 73 void HistoryPropertyListWriter::writeObjects(BinaryPropertyListObjectStream& stream)
88 void HistoryPropertyListWriter::writeHistoryItem(BinaryPropertyListObjectStream& stream, HistoryItem* item)
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.h 38 class BinaryPropertyListObjectStream {
80 virtual ~BinaryPropertyListObjectStream() { }
97 virtual void writeObjects(BinaryPropertyListObjectStream&) = 0;
BinaryPropertyList.cpp 113 class BinaryPropertyListPlan : private BinaryPropertyListObjectStream {
345 class BinaryPropertyListSerializer : private BinaryPropertyListObjectStream {
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 65 virtual void writeHistoryItems(BinaryPropertyListObjectStream&);
852 void WebHistoryWriter::writeHistoryItems(BinaryPropertyListObjectStream& stream)
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 61 virtual void writeHistoryItems(BinaryPropertyListObjectStream&);
74 void WebHistoryWriter::writeHistoryItems(BinaryPropertyListObjectStream& stream)
    [all...]

Completed in 429 milliseconds