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

  /external/chromium_org/net/spdy/
spdy_buffer_unittest.cc 58 void IncrementBy(size_t* x,
75 base::Bind(&IncrementBy, &x1, SpdyBuffer::CONSUME));
77 base::Bind(&IncrementBy, &x2, SpdyBuffer::CONSUME));
100 base::Bind(&IncrementBy, &x, SpdyBuffer::DISCARD));
  /external/chromium_org/base/
cancelable_callback_unittest.cc 24 void IncrementBy(int* count, int n) { (*count) += n; }
127 base::Bind(&IncrementBy, base::Unretained(&count), 3));
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 36 IncrementBy(1);
38 void IncrementBy(int count) {
    [all...]

Completed in 77 milliseconds