ack              1806 cc/layers/texture_layer_unittest.cc     CompositorFrameAck ack;
ack              1808 cc/layers/texture_layer_unittest.cc       output_surface()->ReturnResource(resources_to_return[i].id, &ack);
ack              1809 cc/layers/texture_layer_unittest.cc     host_impl->ReclaimResources(&ack);
ack              1951 cc/layers/texture_layer_unittest.cc     CompositorFrameAck ack;
ack              1953 cc/layers/texture_layer_unittest.cc       output_surface()->ReturnResource(resources_to_return[i].id, &ack);
ack              1954 cc/layers/texture_layer_unittest.cc     host_impl->ReclaimResources(&ack);
ack               139 cc/output/delegating_renderer.cc     const CompositorFrameAck& ack) {
ack               140 cc/output/delegating_renderer.cc   resource_provider_->ReceiveReturnsFromParent(ack.resources);
ack               227 cc/output/output_surface.cc void OutputSurface::ReclaimResources(const CompositorFrameAck* ack) {
ack               228 cc/output/output_surface.cc   client_->ReclaimResources(ack);
ack               189 cc/output/output_surface.h   void ReclaimResources(const CompositorFrameAck* ack);
ack                37 cc/output/output_surface_client.h   virtual void ReclaimResources(const CompositorFrameAck* ack) = 0;
ack                77 cc/output/renderer.h   virtual void ReceiveSwapBuffersAck(const CompositorFrameAck& ack) {}
ack               168 cc/output/software_renderer.cc void SoftwareRenderer::ReceiveSwapBuffersAck(const CompositorFrameAck& ack) {
ack               169 cc/output/software_renderer.cc   output_device_->ReclaimSoftwareFrame(ack.last_software_frame_id);
ack                48 cc/output/software_renderer.h       const CompositorFrameAck& ack) OVERRIDE;
ack               129 cc/test/fake_output_surface.cc void FakeOutputSurface::ReturnResource(unsigned id, CompositorFrameAck* ack) {
ack               138 cc/test/fake_output_surface.cc   ack->resources.push_back(it->ToReturnedResource());
ack               118 cc/test/fake_output_surface.h   void ReturnResource(unsigned id, CompositorFrameAck* ack);
ack                29 cc/test/fake_output_surface_client.h   virtual void ReclaimResources(const CompositorFrameAck* ack) OVERRIDE {}
ack               137 cc/test/layer_tree_test.cc   virtual void ReclaimResources(const CompositorFrameAck* ack) OVERRIDE {
ack               138 cc/test/layer_tree_test.cc     LayerTreeHostImpl::ReclaimResources(ack);
ack              1290 cc/trees/layer_tree_host_impl.cc void LayerTreeHostImpl::ReclaimResources(const CompositorFrameAck* ack) {
ack              1294 cc/trees/layer_tree_host_impl.cc     renderer_->ReceiveSwapBuffersAck(*ack);
ack               235 cc/trees/layer_tree_host_impl.h   virtual void ReclaimResources(const CompositorFrameAck* ack) OVERRIDE;
ack              5373 cc/trees/layer_tree_host_impl_unittest.cc   CompositorFrameAck ack;
ack              5374 cc/trees/layer_tree_host_impl_unittest.cc   host_impl_->ReclaimResources(&ack);
ack               239 cc/trees/layer_tree_host_unittest_delegated.cc     CompositorFrameAck ack;
ack               241 cc/trees/layer_tree_host_unittest_delegated.cc       output_surface()->ReturnResource(resources_to_return[i], &ack);
ack               242 cc/trees/layer_tree_host_unittest_delegated.cc     host_impl->ReclaimResources(&ack);
ack              1667 cc/trees/layer_tree_host_unittest_delegated.cc     CompositorFrameAck ack;
ack              1668 cc/trees/layer_tree_host_unittest_delegated.cc     output_surface()->ReturnResource(map.find(999)->second, &ack);
ack              1669 cc/trees/layer_tree_host_unittest_delegated.cc     host_impl->ReclaimResources(&ack);
ack              1319 content/browser/browser_plugin/browser_plugin_guest.cc                                                    params.ack);
ack              1392 content/browser/browser_plugin/browser_plugin_guest.cc                                                        params.ack);
ack               114 content/browser/frame_host/cross_process_frame_connector.cc                                                    params.ack);
ack               122 content/browser/frame_host/cross_process_frame_connector.cc                                                        params.ack);
ack               803 content/browser/loader/resource_dispatcher_host_unittest.cc     scoped_ptr<IPC::Message> ack(
ack               808 content/browser/loader/resource_dispatcher_host_unittest.cc         base::Bind(&GenerateIPCMessage, filter_, base::Passed(&ack)));
ack               116 content/browser/renderer_host/input/gesture_event_queue_unittest.cc                          InputEventAckState ack) {
ack               117 content/browser/renderer_host/input/gesture_event_queue_unittest.cc     queue()->ProcessGestureAck(ack, type, ui::LatencyInfo());
ack               115 content/browser/renderer_host/input/touch_input_browsertest.cc       InputEventAckState ack = INPUT_EVENT_ACK_STATE_UNKNOWN;
ack               116 content/browser/renderer_host/input/touch_input_browsertest.cc       InputHostMsg_HandleInputEvent_ACK::Read(&message, &type, &ack, &latency);
ack               119 content/browser/renderer_host/input/touch_input_browsertest.cc                      this, type, ack));
ack              1587 content/browser/renderer_host/render_widget_host_impl.cc     cc::CompositorFrameAck ack;
ack              1589 content/browser/renderer_host/render_widget_host_impl.cc       ack.gl_frame_data = frame->gl_frame_data.Pass();
ack              1590 content/browser/renderer_host/render_widget_host_impl.cc       ack.gl_frame_data->sync_point = 0;
ack              1594 content/browser/renderer_host/render_widget_host_impl.cc           &ack.resources);
ack              1596 content/browser/renderer_host/render_widget_host_impl.cc       ack.last_software_frame_id = frame->software_frame_data->id;
ack              1599 content/browser/renderer_host/render_widget_host_impl.cc                                process_->GetID(), ack);
ack              2315 content/browser/renderer_host/render_widget_host_impl.cc     const cc::CompositorFrameAck& ack) {
ack              2320 content/browser/renderer_host/render_widget_host_impl.cc       route_id, output_surface_id, ack));
ack              2328 content/browser/renderer_host/render_widget_host_impl.cc     const cc::CompositorFrameAck& ack) {
ack              2333 content/browser/renderer_host/render_widget_host_impl.cc       new ViewMsg_ReclaimCompositorResources(route_id, output_surface_id, ack));
ack               469 content/browser/renderer_host/render_widget_host_impl.h       const cc::CompositorFrameAck& ack);
ack               475 content/browser/renderer_host/render_widget_host_impl.h                                              const cc::CompositorFrameAck& ack);
ack               681 content/browser/renderer_host/render_widget_host_view_android.cc   cc::CompositorFrameAck ack;
ack               683 content/browser/renderer_host/render_widget_host_view_android.cc     resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
ack               687 content/browser/renderer_host/render_widget_host_view_android.cc                                                    ack);
ack               694 content/browser/renderer_host/render_widget_host_view_android.cc   cc::CompositorFrameAck ack;
ack               695 content/browser/renderer_host/render_widget_host_view_android.cc   resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
ack               696 content/browser/renderer_host/render_widget_host_view_android.cc   DCHECK(!ack.resources.empty());
ack               702 content/browser/renderer_host/render_widget_host_view_android.cc       ack);
ack               338 content/browser/renderer_host/render_widget_host_view_aura.cc   cc::CompositorFrameAck ack;
ack               339 content/browser/renderer_host/render_widget_host_view_aura.cc   ack.gl_frame_data.reset(new cc::GLFrameData());
ack               343 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->mailbox = texture_to_produce->Produce();
ack               344 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->size = texture_to_produce->size();
ack               345 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->sync_point =
ack               350 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->size = received_size;
ack               351 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->mailbox = received_mailbox;
ack               355 content/browser/renderer_host/render_widget_host_view_aura.cc       route_id, output_surface_id, renderer_host_id, ack);
ack               364 content/browser/renderer_host/render_widget_host_view_aura.cc   AcceleratedSurfaceMsg_BufferPresented_Params ack;
ack               369 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.mailbox = texture_to_produce->Produce();
ack               372 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.mailbox = received_mailbox;
ack               373 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.sync_point = 0;
ack               376 content/browser/renderer_host/render_widget_host_view_aura.cc   ack.sync_point = sync_point;
ack               378 content/browser/renderer_host/render_widget_host_view_aura.cc       route_id, gpu_host_id, ack);
ack              1452 content/browser/renderer_host/render_widget_host_view_aura.cc     cc::CompositorFrameAck ack;
ack              1454 content/browser/renderer_host/render_widget_host_view_aura.cc                                               &ack.resources);
ack              1457 content/browser/renderer_host/render_widget_host_view_aura.cc         host_->GetProcess()->GetID(), ack);
ack              1543 content/browser/renderer_host/render_widget_host_view_aura.cc   cc::CompositorFrameAck ack;
ack              1545 content/browser/renderer_host/render_widget_host_view_aura.cc     resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
ack              1549 content/browser/renderer_host/render_widget_host_view_aura.cc                                                    ack);
ack              1565 content/browser/renderer_host/render_widget_host_view_aura.cc   cc::CompositorFrameAck ack;
ack              1566 content/browser/renderer_host/render_widget_host_view_aura.cc   resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
ack              1567 content/browser/renderer_host/render_widget_host_view_aura.cc   DCHECK(!ack.resources.empty());
ack              1573 content/browser/renderer_host/render_widget_host_view_aura.cc       ack);
ack                53 content/common/frame_param_macros.h   IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)
ack                60 content/common/frame_param_macros.h   IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)
ack               160 content/renderer/child_frame_compositing_helper.cc       params.ack.last_software_frame_id = unacked_software_frames_.back();
ack               176 content/renderer/child_frame_compositing_helper.cc       &params.ack.resources);
ack               262 content/renderer/child_frame_compositing_helper.cc       params.ack.gl_frame_data.reset(new cc::GLFrameData());
ack               263 content/renderer/child_frame_compositing_helper.cc       params.ack.gl_frame_data->mailbox = mailbox.name;
ack               264 content/renderer/child_frame_compositing_helper.cc       params.ack.gl_frame_data->size = mailbox.size;
ack               265 content/renderer/child_frame_compositing_helper.cc       params.ack.gl_frame_data->sync_point = sync_point;
ack               524 content/renderer/child_frame_compositing_helper.cc         &params.ack.resources);
ack               525 content/renderer/child_frame_compositing_helper.cc   DCHECK(!params.ack.resources.empty());
ack               173 content/renderer/gpu/compositor_output_surface.cc                                         const cc::CompositorFrameAck& ack) {
ack               178 content/renderer/gpu/compositor_output_surface.cc   ReclaimResources(&ack);
ack               184 content/renderer/gpu/compositor_output_surface.cc     const cc::CompositorFrameAck& ack) {
ack               189 content/renderer/gpu/compositor_output_surface.cc   ReclaimResources(&ack);
ack                66 content/renderer/gpu/compositor_output_surface.h                          const cc::CompositorFrameAck& ack);
ack                68 content/renderer/gpu/compositor_output_surface.h                                   const cc::CompositorFrameAck& ack);
ack               148 content/renderer/gpu/mailbox_output_surface.cc                                      const cc::CompositorFrameAck& ack) {
ack               152 content/renderer/gpu/mailbox_output_surface.cc     CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
ack               155 content/renderer/gpu/mailbox_output_surface.cc   if (!ack.gl_frame_data->mailbox.IsZero()) {
ack               156 content/renderer/gpu/mailbox_output_surface.cc     DCHECK(!ack.gl_frame_data->size.IsEmpty());
ack               163 content/renderer/gpu/mailbox_output_surface.cc                   ack.gl_frame_data->mailbox.name,
ack               165 content/renderer/gpu/mailbox_output_surface.cc         DCHECK(it->size == ack.gl_frame_data->size);
ack               170 content/renderer/gpu/mailbox_output_surface.cc     it->sync_point = ack.gl_frame_data->sync_point;
ack               189 content/renderer/gpu/mailbox_output_surface.cc   CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
ack                45 content/renderer/gpu/mailbox_output_surface.h                          const cc::CompositorFrameAck& ack) OVERRIDE;
ack               158 content/renderer/input/input_event_filter.cc   InputEventAckState ack = handler_.Run(routing_id, event, &latency_info);
ack               160 content/renderer/input/input_event_filter.cc   if (ack == INPUT_EVENT_ACK_STATE_NOT_CONSUMED) {
ack               175 content/renderer/input/input_event_filter.cc     SendACK(event->type, ack, latency_info, routing_id);
ack               423 google_apis/gcm/engine/mcs_client_unittest.cc   scoped_ptr<mcs_proto::IqStanza> ack = BuildStreamAck();
ack               424 google_apis/gcm/engine/mcs_client_unittest.cc   ack->set_last_stream_id_received(kMessageBatchSize + 1);
ack               427 google_apis/gcm/engine/mcs_client_unittest.cc                  ack.PassAs<const google::protobuf::MessageLite>()));
ack               471 google_apis/gcm/engine/mcs_client_unittest.cc   scoped_ptr<mcs_proto::IqStanza> ack(BuildSelectiveAck(id_list));
ack               474 google_apis/gcm/engine/mcs_client_unittest.cc                  ack.PassAs<const google::protobuf::MessageLite>()));
ack               533 google_apis/gcm/engine/mcs_client_unittest.cc   scoped_ptr<mcs_proto::IqStanza> ack(BuildSelectiveAck(acked_ids));
ack               536 google_apis/gcm/engine/mcs_client_unittest.cc                  ack.PassAs<const google::protobuf::MessageLite>()));
ack               616 google_apis/gcm/engine/mcs_client_unittest.cc   scoped_ptr<mcs_proto::IqStanza> ack = BuildStreamAck();
ack               617 google_apis/gcm/engine/mcs_client_unittest.cc   ack->set_last_stream_id_received(kAckLimitSize + 1);
ack               620 google_apis/gcm/engine/mcs_client_unittest.cc                  ack.PassAs<const google::protobuf::MessageLite>()));
ack                91 net/quic/congestion_control/hybrid_slow_start.cc bool HybridSlowStart::IsEndOfRound(QuicPacketSequenceNumber ack) const {
ack                92 net/quic/congestion_control/hybrid_slow_start.cc   return end_sequence_number_ <= ack;
ack                48 net/quic/congestion_control/hybrid_slow_start.h   bool IsEndOfRound(QuicPacketSequenceNumber ack) const;
ack               341 net/quic/quic_connection_test.cc   QuicAckFrame* ack() { return visitor_.ack(); }
ack               597 net/quic/quic_connection_test.cc       QuicAckFrame* ack = last_ack();
ack               598 net/quic/quic_connection_test.cc       if (ack == NULL) {
ack               601 net/quic/quic_connection_test.cc       return ack->sent_info.least_unacked;
ack               611 net/quic/quic_connection_test.cc     return writer_->ack();
ack              1191 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              1604 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              1721 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              1960 net/quic/quic_connection_test.cc   QuicAckFrame ack = InitAckFrame(1, 0);
ack              1961 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              1983 net/quic/quic_connection_test.cc   QuicAckFrame ack = InitAckFrame(1, 0);
ack              1984 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2430 net/quic/quic_connection_test.cc   QuicAckFrame ack = InitAckFrame(rto_sequence_number, 0);
ack              2432 net/quic/quic_connection_test.cc   NackPacket(original_sequence_number, &ack);
ack              2433 net/quic/quic_connection_test.cc   NackPacket(rto_sequence_number, &ack);
ack              2434 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2473 net/quic/quic_connection_test.cc   QuicAckFrame ack = InitAckFrame(1, 0);
ack              2474 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2845 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2867 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2882 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2892 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2896 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2900 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2904 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2924 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2934 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              2943 net/quic/quic_connection_test.cc   QuicAckFrame ack = InitAckFrame(2, 0);
ack              2944 net/quic/quic_connection_test.cc   NackPacket(1, &ack);
ack              2953 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2960 net/quic/quic_connection_test.cc   ack = InitAckFrame(3, 0);
ack              2961 net/quic/quic_connection_test.cc   NackPacket(1, &ack);
ack              2966 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2974 net/quic/quic_connection_test.cc   ack = InitAckFrame(3, 0);
ack              2975 net/quic/quic_connection_test.cc   NackPacket(1, &ack);
ack              2982 net/quic/quic_connection_test.cc   ProcessAckPacket(&ack);
ack              2992 net/quic/quic_connection_test.cc   EXPECT_TRUE(writer_->ack());
ack              3083 net/quic/quic_connection_test.cc     QuicAckFrame ack = InitAckFrame(0, 4);
ack              3084 net/quic/quic_connection_test.cc     ProcessAckPacket(&ack);
ack              3131 net/quic/quic_connection_test.cc     QuicAckFrame ack = InitAckFrame(0, 4);
ack              3132 net/quic/quic_connection_test.cc     ack.sent_info.entropy_hash = kRandomEntropyHash;
ack              3133 net/quic/quic_connection_test.cc     if (ProcessAckPacket(&ack)) {
ack              3158 net/quic/quic_connection_test.cc     QuicAckFrame ack = InitAckFrame(0, 23);
ack              3159 net/quic/quic_connection_test.cc     ack.sent_info.entropy_hash = kRandomEntropyHash;
ack              3160 net/quic/quic_connection_test.cc     ack_entropy_hash = ProcessAckPacket(&ack);
ack              1850 net/quic/quic_framer.cc     const QuicAckFrame& ack,
ack              1852 net/quic/quic_framer.cc   AckFrameInfo ack_info = GetAckFrameInfo(ack);
ack              1854 net/quic/quic_framer.cc       GetMinSequenceNumberLength(ack.received_info.largest_observed);
ack              1867 net/quic/quic_framer.cc         ack.received_info.revived_packets.size() * largest_observed_length;
ack               431 net/quic/quic_framer.h   size_t GetAckFrameSize(const QuicAckFrame& ack,
ack                64 net/quic/test_tools/quic_test_packet_maker.cc   QuicAckFrame ack(largest_received, QuicTime::Zero(), least_unacked);
ack                65 net/quic/test_tools/quic_test_packet_maker.cc   ack.received_info.delta_time_largest_observed = QuicTime::Delta::Zero();
ack                67 net/quic/test_tools/quic_test_packet_maker.cc   frames.push_back(QuicFrame(&ack));
ack               125 net/quic/test_tools/quic_test_packet_maker.cc   QuicAckFrame ack(largest_received, QuicTime::Zero(), least_unacked);
ack               126 net/quic/test_tools/quic_test_packet_maker.cc   ack.received_info.delta_time_largest_observed = QuicTime::Delta::Zero();
ack               134 net/quic/test_tools/quic_test_packet_maker.cc   frames.push_back(QuicFrame(&ack));
ack               221 net/quic/test_tools/quic_test_utils.h   QuicAckFrame* ack() { return ack_.get(); }