HomeSort by relevance Sort by last modified time
    Searched defs:is_swapped_out (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h 130 bool is_swapped_out() { return is_swapped_out_; } function in class:content::RenderFrameHostImpl
131 void set_swapped_out(bool is_swapped_out) {
132 is_swapped_out_ = is_swapped_out;
181 bool is_swapped_out);
  /external/chromium_org/content/renderer/
render_frame_impl.h 97 bool is_swapped_out() const { function in class:content::RenderFrameImpl
render_widget.h 106 bool is_swapped_out() { return is_swapped_out_; } function in class:content::RenderWidget
314 void SetSwappedOut(bool is_swapped_out);

Completed in 32 milliseconds