Home
last modified time | relevance | path

Searched refs:InstrumentWillComposite (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
Drender_widget.h209 virtual void InstrumentWillComposite() {} in InstrumentWillComposite() function
Drender_view_impl.h566 virtual void InstrumentWillComposite() OVERRIDE;
Drender_view_impl.cc3559 void RenderViewImpl::InstrumentWillComposite() { in InstrumentWillComposite() function in content::RenderViewImpl
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc683 widget_->InstrumentWillComposite(); in WillCommit()