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);
72 pile->AddRecordingAt(0, 0);
76 void FakePicturePileImpl::AddRecordingAt(int x, int y) {
112 AddRecordingAt(x, y);
fake_picture_pile_impl.h 31 void AddRecordingAt(int x, int y);
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 220 active_pile->AddRecordingAt(0, 0);
463 pending_pile->AddRecordingAt(x, y);
464 active_pile->AddRecordingAt(x, y);
468 pending_pile->AddRecordingAt(x, y);
    [all...]

Completed in 109 milliseconds