Lines Matching defs:cc
5 #include "cc/output/output_surface.h"
17 #include "cc/output/compositor_frame.h"
18 #include "cc/output/managed_memory_policy.h"
19 #include "cc/output/output_surface_client.h"
20 #include "cc/scheduler/delay_based_time_source.h"
32 namespace cc {
38 // should be to match the cc names.
107 scoped_ptr<cc::SoftwareOutputDevice> software_device)
123 scoped_ptr<cc::SoftwareOutputDevice> software_device)
170 TRACE_EVENT2("cc", "OutputSurface::OnVSyncParametersChanged",
188 TRACE_EVENT0("cc", "OutputSurface::SetNeedsRedrawRect");
193 TRACE_EVENT1("cc", "OutputSurface::SetNeedsBeginFrame", "enable", enable);
206 TRACE_EVENT2("cc", "OutputSurface::BeginFrame",
239 TRACE_EVENT0("cc", "OutputSurface::CheckForRetroactiveBeginFrame");
254 TRACE_EVENT1("cc", "OutputSurface::DidSwapBuffers",
263 TRACE_EVENT1("cc", "OutputSurface::OnSwapBuffersComplete",
272 TRACE_EVENT0("cc", "OutputSurface::DidLoseOutputSurface");
305 bool OutputSurface::BindToClient(cc::OutputSurfaceClient* client) {
412 void OutputSurface::SwapBuffers(cc::CompositorFrame* frame) {
451 TRACE_EVENT2("cc", "OutputSurface::SetMemoryPolicy",
462 } // namespace cc