HomeSort by relevance Sort by last modified time
    Searched refs:pending_web_ui_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.h 141 return pending_web_ui_.get() ? pending_web_ui_.get() :
323 // The |pending_web_ui_| may be non-NULL even when the
334 // page. The scoped_ptr is used if pending_web_ui_ != web_ui_, the WeakPtr is
337 scoped_ptr<WebUIImpl> pending_web_ui_; member in class:content::RenderViewHostManager
render_view_host_manager.cc 113 pending_web_ui_.reset(
121 if (pending_web_ui_.get() &&
123 pending_web_ui_->GetBindings() != entry.bindings()) {
125 pending_web_ui_.reset();
705 // committed yet, so if we've already cleared |pending_web_ui_| the call chain
710 // |pending_web_ui_|, or clear |web_ui_| if there is no pending WebUI, or
712 DCHECK(!(pending_web_ui_.get() && pending_and_current_web_ui_.get()));
713 if (pending_web_ui_)
714 web_ui_.reset(pending_web_ui_.release());
    [all...]

Completed in 244 milliseconds