Searched defs:rvhi (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc786 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>( local
788 DCHECK(rvhi);
790 rvhi->DidCancelPopupMenu();
800 rvhi->DidSelectPopupMenuItems(selected_indices);
1318 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>( local
1320 if (rvhi && rvhi->media_player_manager()) {
1321 rvhi->media_player_manager()->AttachExternalVideoSurface(
1331 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>( local
1333 if (rvhi
1629 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>( local
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3433 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(rvh); local
3438 rvhi->is_swapped_out() ||
3444 rvhi->JavaScriptDialogClosed(reply_msg, true, base::string16());
3504 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(rvh);
3515 rvhi->set_sudden_termination_allowed(true);

Completed in 47 milliseconds