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

  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.h 60 // Call writeIntegerArray instead of writeArrayStart/writeArrayEnd for
66 virtual void writeIntegerArray(const int*, size_t) = 0;
BinaryPropertyList.cpp 131 virtual void writeIntegerArray(const int*, size_t);
223 void BinaryPropertyListPlan::writeIntegerArray(const int* integers, size_t size)
353 virtual void writeIntegerArray(const int*, size_t);
567 void BinaryPropertyListSerializer::writeIntegerArray(const int* integers, size_t size)
  /external/webkit/WebCore/history/cf/
HistoryPropertyList.cpp 149 stream.writeIntegerArray(dailyVisitCounts.data(), size);
151 stream.writeIntegerArray(weeklyVisitCounts.data(), size);

Completed in 66 milliseconds