Home | History | Annotate | Download | only in filters

Lines Matching refs:SetPosition

29   MOCK_METHOD1(SetPosition, bool(int64 position));
137 // SEEK_SET should be a straight-through call to SetPosition(), which when
140 EXPECT_CALL(*protocol_, SetPosition(-16))
143 EXPECT_CALL(*protocol_, SetPosition(16))
152 // to the result then call SetPosition()+GetPosition().
158 EXPECT_CALL(*protocol_, SetPosition(16))
163 EXPECT_CALL(*protocol_, SetPosition(16))
173 // to the result then call SetPosition()+GetPosition().
179 EXPECT_CALL(*protocol_, SetPosition(8))
184 EXPECT_CALL(*protocol_, SetPosition(8))