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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 406 bool has_snapped_to_boundary() { return has_snapped_to_boundary_; }
407 void ResetHasSnappedToBoundary() { has_snapped_to_boundary_ = false; }
610 bool has_snapped_to_boundary_; member in class:content::RenderWidgetHostViewAura
render_widget_host_view_aura.cc 454 has_snapped_to_boundary_(false),
    [all...]

Completed in 85 milliseconds