Searched refs:is_swapped_out_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h77 bool is_swapped_out() { return is_swapped_out_; }
93 bool is_swapped_out_; member in class:content::RenderFrameHostImpl
H A Drender_frame_host_impl.cc50 is_swapped_out_(is_swapped_out) {
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc201 is_swapped_out_(swapped_out),
223 main_frame_routing_id, is_swapped_out_);
262 if (!is_swapped_out_)
313 params.swapped_out = is_swapped_out_;
1200 if (is_swapped_out_) {
1374 if (!is_swapped_out_) {
1383 if (!is_swapped_out_)
1389 if (!is_swapped_out_)
1587 if (!is_swapped_out_)
1608 if (!is_swapped_out_)
[all...]
H A Drender_view_host_impl.h295 bool is_swapped_out() const { return is_swapped_out_; }
682 bool is_swapped_out_; member in class:content::RenderViewHostImpl
/external/chromium_org/content/renderer/
H A Drender_widget.h211 bool is_swapped_out() { return is_swapped_out_; }
665 bool is_swapped_out_; member in class:content::RenderWidget
H A Drender_widget.cc361 is_swapped_out_(swapped_out),
409 if (!is_swapped_out_ && RenderProcess::current())
495 DCHECK(is_swapped_out_ != is_swapped_out);
496 is_swapped_out_ = is_swapped_out;
622 if ((is_swapped_out_ &&
818 if (is_swapped_out_)
1468 if (is_hidden_ || size_.IsEmpty() || is_swapped_out_) {
2000 if (is_swapped_out_) {
H A Drender_frame_impl.h326 bool is_swapped_out_; member in class:content::RenderFrameImpl
H A Drender_view_impl.cc1019 if (is_swapped_out_)
1374 if (is_swapped_out_) {
1888 DCHECK(!is_swapped_out_ || params.url == GURL(kSwappedOutURL));
2605 if (is_swapped_out_)
3073 if (is_swapped_out_ || frame->parent())
3154 if (is_swapped_out_) {
4180 if (!is_swapped_out_)
5274 if (!is_swapped_out_) {
5316 CHECK(is_swapped_out_);
H A Drender_frame_impl.cc127 is_swapped_out_(false),
440 ((is_swapped_out_ || render_view_->is_swapped_out()) &&
796 // We should only navigate to swappedout:// when is_swapped_out_ is true.
1305 // * is_swapped_out_
H A Drender_view_impl.h1166 is_swapped_out_ = swapped_out;
/external/chromium_org/content/test/
H A Dtest_render_view_host.h301 is_swapped_out_ = is_swapped_out;

Completed in 160 milliseconds