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

  /external/webkit/Source/WebCore/history/cf/
HistoryPropertyList.cpp 149 stream.writeIntegerArray(dailyVisitCounts.data(), size);
151 stream.writeIntegerArray(weeklyVisitCounts.data(), size);
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.h 59 // Call writeIntegerArray instead of writeArrayStart/writeArrayEnd for
65 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)

Completed in 173 milliseconds