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,
79 TopControlsState permitted_state_;
top_controls_manager.cc 58 void TopControlsManager::UpdateTopControlsState(TopControlsState constraints,
59 TopControlsState current,
  /external/chromium_org/content/renderer/
render_view_impl_android.cc 14 // Check content::TopControlsState and cc::TopControlsState are kept in sync.
19 cc::TopControlsState ContentToCcTopControlsState(
20 TopControlsState state) {
21 return static_cast<cc::TopControlsState>(state);
32 cc::TopControlsState constraints = cc::BOTH;
37 cc::TopControlsState current = cc::BOTH;
43 void RenderViewImpl::UpdateTopControlsState(TopControlsState constraints,
44 TopControlsState current,
46 cc::TopControlsState constraints_cc
    [all...]
render_view_impl.h 741 virtual void UpdateTopControlsState(TopControlsState constraints,
742 TopControlsState current,
    [all...]
  /external/chromium_org/content/public/common/
top_controls_state.h 10 enum TopControlsState {
  /external/chromium_org/content/public/renderer/
render_view.h 167 virtual void UpdateTopControlsState(TopControlsState constraints,
168 TopControlsState current,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 46 void UpdateTopControlsState(cc::TopControlsState constraints,
47 cc::TopControlsState current,
render_widget_compositor.cc 348 cc::TopControlsState constraints,
349 cc::TopControlsState current,
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 141 void OnUpdateTopControlsState(content::TopControlsState constraints,
142 content::TopControlsState current,
chrome_render_view_observer.cc 335 content::TopControlsState constraints,
336 content::TopControlsState current,
    [all...]
  /external/chromium_org/chrome/common/
render_messages.h 130 IPC_ENUM_TRAITS(content::TopControlsState)
382 content::TopControlsState /* constraints */,
383 content::TopControlsState /* current */,
  /external/chromium_org/cc/trees/
layer_tree_host.h 257 void UpdateTopControlsState(TopControlsState constraints,
258 TopControlsState current,
layer_tree_host.cc     [all...]

Completed in 576 milliseconds