OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_swapped_out_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h
77
bool is_swapped_out() { return
is_swapped_out_
; }
93
bool
is_swapped_out_
;
member in class:content::RenderFrameHostImpl
render_frame_host_impl.cc
50
is_swapped_out_
(is_swapped_out) {
/external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc
201
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_
;
[
all
...]
render_view_host_impl.h
295
bool is_swapped_out() const { return
is_swapped_out_
; }
682
bool
is_swapped_out_
;
member in class:content::RenderViewHostImpl
[
all
...]
/external/chromium_org/content/renderer/
render_widget.h
211
bool is_swapped_out() { return
is_swapped_out_
; }
665
bool
is_swapped_out_
;
member in class:content::RenderWidget
render_widget.cc
361
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_
)
[
all
...]
render_frame_impl.h
326
bool
is_swapped_out_
;
member in class:content::RenderFrameImpl
render_view_impl.cc
[
all
...]
render_frame_impl.cc
127
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.
[
all
...]
render_view_impl.h
[
all
...]
/external/chromium_org/content/test/
test_render_view_host.h
301
is_swapped_out_
= is_swapped_out;
Completed in 94 milliseconds