render_frame_host_manager.h | 188 return pending_web_ui_.get() ? pending_web_ui_.get() : 497 // The |pending_web_ui_| may be non-NULL even when the 514 // page. The scoped_ptr is used if pending_web_ui_ != web_ui_, the WeakPtr is 517 scoped_ptr<WebUIImpl> pending_web_ui_; member in class:content::RenderFrameHostManager
|