HomeSort by relevance Sort by last modified time
    Searched refs:TakeDebugInfo (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/layers/
layer_client.h 27 TakeDebugInfo() = 0;
layer.cc 868 layer->SetDebugInfo(TakeDebugInfo());
1038 scoped_refptr<base::debug::ConvertableToTraceFormat> Layer::TakeDebugInfo() {
1040 return client_->TakeDebugInfo();
    [all...]
layer.h 365 virtual scoped_refptr<base::debug::ConvertableToTraceFormat> TakeDebugInfo();
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.h 143 TakeDebugInfo() OVERRIDE;
web_layer_impl.cc 458 WebLayerImpl::TakeDebugInfo() {
  /external/chromium_org/ui/compositor/
layer.h 331 TakeDebugInfo() OVERRIDE;
layer.cc 706 scoped_refptr<base::debug::ConvertableToTraceFormat> Layer::TakeDebugInfo() {
layer_unittest.cc 650 layer->TakeDebugInfo();
    [all...]

Completed in 110 milliseconds