Home
last modified time | relevance | path

Searched refs:RemoveProcessor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/
Ddevtools_gpu_instrumentation.h29 void RemoveProcessor(DevToolsGpuAgent* processor);
Ddevtools_gpu_instrumentation.cc29 void GpuEventsDispatcher::RemoveProcessor(DevToolsGpuAgent* processor) { in RemoveProcessor() function in content::GpuEventsDispatcher
Ddevtools_gpu_agent.cc44 dispatcher->RemoveProcessor(this); in StopEventsRecording()