/external/chromium_org/content/renderer/ |
render_view_impl_android.cc | 40 compositor_->UpdateTopControlsState(constraints, current, animate); 45 void RenderViewImpl::UpdateTopControlsState(TopControlsState constraints, 52 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate); 61 compositor_->UpdateTopControlsState(top_controls_constraints_,
|
render_view_impl.h | 484 virtual void UpdateTopControlsState(TopControlsState constraints, [all...] |
/external/chromium_org/cc/input/ |
top_controls_manager.h | 51 void UpdateTopControlsState(TopControlsState constraints,
|
top_controls_manager.cc | 67 void TopControlsManager::UpdateTopControlsState(TopControlsState constraints,
|
/external/chromium_org/content/public/renderer/ |
render_view.h | 125 virtual void UpdateTopControlsState(TopControlsState constraints,
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_android.h | 76 void UpdateTopControlsState(
|
web_contents_android.cc | 244 void WebContentsAndroid::UpdateTopControlsState(
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.h | 52 void UpdateTopControlsState(cc::TopControlsState constraints,
|
render_widget_compositor.cc | 456 void RenderWidgetCompositor::UpdateTopControlsState( 460 layer_tree_host_->UpdateTopControlsState(constraints,
|
/external/chromium_org/cc/trees/ |
layer_tree_host.h | 248 void UpdateTopControlsState(TopControlsState constraints,
|
layer_tree_host.cc | [all...] |
layer_tree_host_impl_unittest.cc | [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.cc | 217 render_view()->UpdateTopControlsState(constraints, current, animate);
|