Searched refs:GetLastAllocationOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_buffer_unittest.cc23 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());
H A Dresource_buffer.h49 // *offset = buf->GetLastAllocationOffset();
92 int GetLastAllocationOffset() const;
H A Dresource_buffer.cc142 int ResourceBuffer::GetLastAllocationOffset() const { function in class:content::ResourceBuffer
H A Dasync_resource_handler.cc291 int data_offset = buffer_->GetLastAllocationOffset();

Completed in 648 milliseconds