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

  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 30 pile->AddRecordingAt(x, y);
71 pile->AddRecordingAt(0, 0);
75 void FakePicturePileImpl::AddRecordingAt(int x, int y) {
110 AddRecordingAt(x, y);
fake_picture_pile_impl.h 29 void AddRecordingAt(int x, int y);
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 256 active_pile->AddRecordingAt(0, 0);
640 pending_pile->AddRecordingAt(x, y);
641 active_pile->AddRecordingAt(x, y);
645 pending_pile->AddRecordingAt(x, y);
    [all...]

Completed in 66 milliseconds