GetLastAllocationOffset  292 content/browser/loader/async_resource_handler.cc   int data_offset = buffer_->GetLastAllocationOffset();
GetLastAllocationOffset   92 content/browser/loader/resource_buffer.h   int GetLastAllocationOffset() const;
GetLastAllocationOffset   23 content/browser/loader/resource_buffer_unittest.cc     EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset   26 content/browser/loader/resource_buffer_unittest.cc     EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset   38 content/browser/loader/resource_buffer_unittest.cc     EXPECT_EQ(5, buf->GetLastAllocationOffset());
GetLastAllocationOffset   41 content/browser/loader/resource_buffer_unittest.cc     EXPECT_EQ(5, buf->GetLastAllocationOffset());
GetLastAllocationOffset   54 content/browser/loader/resource_buffer_unittest.cc   EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset   60 content/browser/loader/resource_buffer_unittest.cc   EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset   81 content/browser/loader/resource_buffer_unittest.cc   EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset  109 content/browser/loader/resource_buffer_unittest.cc   EXPECT_EQ(0, buf->GetLastAllocationOffset());
GetLastAllocationOffset  113 content/browser/loader/resource_buffer_unittest.cc   EXPECT_EQ(10, buf->GetLastAllocationOffset());