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

  /external/chromium_org/cc/input/
top_controls_state.h 9 enum TopControlsState {
top_controls_manager.h 51 void UpdateTopControlsState(TopControlsState constraints,
52 TopControlsState current,
85 TopControlsState permitted_state_;
top_controls_manager.cc 67 void TopControlsManager::UpdateTopControlsState(TopControlsState constraints,
68 TopControlsState current,
  /external/chromium_org/content/public/common/
top_controls_state.h 10 enum TopControlsState {
  /external/chromium_org/content/renderer/
render_view_impl_android.cc 16 // Check content::TopControlsState and cc::TopControlsState are kept in sync.
21 cc::TopControlsState ContentToCcTopControlsState(
22 TopControlsState state) {
23 return static_cast<cc::TopControlsState>(state);
34 cc::TopControlsState constraints = cc::BOTH;
39 cc::TopControlsState current = cc::BOTH;
45 void RenderViewImpl::UpdateTopControlsState(TopControlsState constraints,
46 TopControlsState current,
48 cc::TopControlsState constraints_cc
    [all...]
render_view_impl.h 484 virtual void UpdateTopControlsState(TopControlsState constraints,
485 TopControlsState current,
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 70 void OnUpdateTopControlsState(content::TopControlsState constraints,
71 content::TopControlsState current,
chrome_render_view_observer.cc 214 content::TopControlsState constraints,
215 content::TopControlsState current,
  /external/chromium_org/content/public/renderer/
render_view.h 125 virtual void UpdateTopControlsState(TopControlsState constraints,
126 TopControlsState current,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 52 void UpdateTopControlsState(cc::TopControlsState constraints,
53 cc::TopControlsState current,
render_widget_compositor.cc 457 cc::TopControlsState constraints,
458 cc::TopControlsState current,
  /external/chromium_org/chrome/common/
render_messages.h 92 IPC_ENUM_TRAITS(content::TopControlsState)
317 content::TopControlsState /* constraints */,
318 content::TopControlsState /* current */,
  /external/chromium_org/cc/trees/
layer_tree_host.h 248 void UpdateTopControlsState(TopControlsState constraints,
249 TopControlsState current,
layer_tree_host.cc     [all...]

Completed in 943 milliseconds