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

  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 23 EXPECT_EQ(0, buf->GetLastAllocationOffset());
26 EXPECT_EQ(0, buf->GetLastAllocationOffset());
38 EXPECT_EQ(5, buf->GetLastAllocationOffset());
41 EXPECT_EQ(5, buf->GetLastAllocationOffset());
54 EXPECT_EQ(0, buf->GetLastAllocationOffset());
60 EXPECT_EQ(0, buf->GetLastAllocationOffset());
81 EXPECT_EQ(0, buf->GetLastAllocationOffset());
109 EXPECT_EQ(0, buf->GetLastAllocationOffset());
113 EXPECT_EQ(10, buf->GetLastAllocationOffset());
resource_buffer.h 49 // *offset = buf->GetLastAllocationOffset();
92 int GetLastAllocationOffset() const;
resource_buffer.cc 142 int ResourceBuffer::GetLastAllocationOffset() const {
async_resource_handler.cc 275 int data_offset = buffer_->GetLastAllocationOffset();

Completed in 128 milliseconds