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

  /external/chromium_org/net/spdy/
spdy_read_queue_unittest.cc 30 size_t old_total_size = queue->GetTotalSize(); local
37 EXPECT_EQ(old_total_size + i, queue->GetTotalSize());
54 size_t old_total_size = queue->GetTotalSize(); local
55 EXPECT_GT(old_total_size, 0u);
69 EXPECT_EQ(queue->GetTotalSize(), old_total_size - dequeued_bytes);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 585 FT_ULong old_total_size = 0; local
618 if ( total_size < old_total_size )
624 old_total_size = total_size;
    [all...]

Completed in 139 milliseconds