OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapped_out_rvh
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc
332
TestRenderViewHost*
swapped_out_rvh
= CreateSwappedOutRenderViewHost();
local
334
static_cast<TestRenderWidgetHostView*>(
swapped_out_rvh
->GetView());
338
static_cast<MockRenderProcessHost*>(
swapped_out_rvh
->GetProcess());
344
EXPECT_TRUE(
swapped_out_rvh
->OnMessageReceived(msg));
349
TestRenderViewHost*
swapped_out_rvh
= CreateSwappedOutRenderViewHost();
local
352
static_cast<MockRenderProcessHost*>(
swapped_out_rvh
->GetProcess());
356
EXPECT_TRUE(
swapped_out_rvh
->OnMessageReceived(msg));
357
EXPECT_TRUE(
swapped_out_rvh
->is_accelerated_compositing_active());
363
TestRenderViewHost*
swapped_out_rvh
= CreateSwappedOutRenderViewHost();
local
364
EXPECT_TRUE(
swapped_out_rvh
->is_swapped_out())
384
TestRenderViewHost*
swapped_out_rvh
= CreateSwappedOutRenderViewHost();
local
[
all
...]
Completed in 558 milliseconds