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

  /external/chromium/webkit/glue/
webcursor_unittest.cc 56 static const int kTooBigSize = 4096 + 1;
57 large_custom_pickle.WriteInt(kTooBigSize);
60 large_custom_pickle.WriteInt(kTooBigSize * 4);
61 for (int i = 0; i < kTooBigSize; ++i)
  /external/chromium_org/webkit/common/cursors/
webcursor_unittest.cc 67 static const int kTooBigSize = 4096 + 1;
68 large_custom_pickle.WriteInt(kTooBigSize);
73 large_custom_pickle.WriteInt(kTooBigSize * 4);
74 for (int i = 0; i < kTooBigSize; ++i)

Completed in 300 milliseconds