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

  /external/chromium_org/content/public/test/
test_renderer_host.cc 59 RenderViewHostImpl::STATE_SWAPPED_OUT;
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 112 STATE_SWAPPED_OUT,
241 bool IsSwappedOut() const { return rvh_state_ == STATE_SWAPPED_OUT; }
render_view_host_impl.cc 206 rvh_state_ = STATE_SWAPPED_OUT;
547 SetState(STATE_SWAPPED_OUT);
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h 74 // will either enter STATE_SWAPPED_OUT (if it is a main frame and there are
80 STATE_SWAPPED_OUT,
render_frame_host_manager_unittest.cc 322 EXPECT_EQ(RenderViewHostImpl::STATE_SWAPPED_OUT,
    [all...]

Completed in 82 milliseconds