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 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
render_frame_host_manager.cc 182 pending_web_ui_.reset(
190 if (pending_web_ui_.get() &&
192 pending_web_ui_->GetBindings() != entry.bindings()) {
195 pending_web_ui_.reset();
    [all...]

Completed in 4409 milliseconds