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) {
111 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 247 active_pile->AddRecordingAt(0, 0);
650 pending_pile->AddRecordingAt(x, y);
651 active_pile->AddRecordingAt(x, y);
655 pending_pile->AddRecordingAt(x, y);
    [all...]

Completed in 77 milliseconds