Home
last modified time | relevance | path

Searched refs:owned_web_contents_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc243 owned_web_contents_.reset(); in BrowserDestroyed()
454 CHECK(!owned_web_contents_); in SetOwnedWebContents()
455 owned_web_contents_.reset(owned_contents); in SetOwnedWebContents()
Dbrowser_platform_delegate_alloy.h99 std::unique_ptr<content::WebContents> owned_web_contents_; variable