OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_rvh
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/
security_exploit_browsertest.cc
68
RenderViewHostImpl*
pending_rvh
=
local
70
EXPECT_TRUE(
pending_rvh
!= NULL);
72
pending_rvh
->GetProcess()->GetID());
74
return
pending_rvh
;
125
RenderViewHostImpl*
pending_rvh
=
local
137
pending_rvh
->GetSiteInstance())->GetDOMStorageContext());
142
pending_rvh
->CreateNewWindow(duplicate_routing_id,
156
RenderViewHostImpl*
pending_rvh
=
local
164
pending_rvh
->CreateNewWidget(duplicate_routing_id, blink::WebPopupTypeSelect);
/external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc
139
RenderViewHost*
pending_rvh
= RenderViewHostTester::GetPendingForController(
local
141
if (
pending_rvh
) {
144
DCHECK_NE(old_rvh,
pending_rvh
);
147
// Commit on the
pending_rvh
, if one exists.
148
RenderViewHost* test_rvh =
pending_rvh
?
pending_rvh
: old_rvh;
152
if (
pending_rvh
)
/external/chromium_org/content/public/test/
test_renderer_host.cc
108
RenderViewHost* RenderViewHostTestHarness::
pending_rvh
() {
function in class:content::RenderViewHostTestHarness
113
return
pending_rvh
() ?
pending_rvh
() : rvh();
test_renderer_host.h
169
//
pending_rvh
() is equivalent to:
171
RenderViewHost*
pending_rvh
();
173
// active_rvh() is equivalent to
pending_rvh
() ?
pending_rvh
() : rvh()
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
249
csd_host_->DidStopLoading(
pending_rvh
());
385
ASSERT_TRUE(
pending_rvh
());
387
pending_rvh
()->GetProcess()->GetID()) {
389
pending_rvh
()->GetRoutingID());
399
resource.render_process_host_id =
pending_rvh
()->GetProcess()->GetID();
400
resource.render_view_id =
pending_rvh
()->GetRoutingID();
421
ASSERT_TRUE(
pending_rvh
());
423
pending_rvh
()->GetProcess()->GetID()) {
425
pending_rvh
()->GetRoutingID());
[
all
...]
Completed in 153 milliseconds