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/frame_host/
render_frame_host_manager.h 172 return pending_web_ui_.get() ? pending_web_ui_.get() :
449 // The |pending_web_ui_| may be non-NULL even when the
460 // page. The scoped_ptr is used if pending_web_ui_ != web_ui_, the WeakPtr is
463 scoped_ptr<WebUIImpl> pending_web_ui_; member in class:content::RenderFrameHostManager
render_frame_host_manager.cc 156 pending_web_ui_.reset(
164 if (pending_web_ui_.get() &&
166 pending_web_ui_->GetBindings() != entry.bindings()) {
169 pending_web_ui_.reset();
    [all...]

Completed in 32 milliseconds