Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc50 DCHECK(primary_); in CreateWebContents()
131 DCHECK(primary_); in AddNewContents()
177 if (!primary_) in BrowserCreated()
202 DCHECK(primary_); in CreateExtensionHost()
241 if (primary_) { in BrowserDestroyed()
451 DCHECK(primary_); in SetOwnedWebContents()
Dbrowser_platform_delegate_alloy.h85 void set_as_secondary() { primary_ = false; } in set_as_secondary()
119 bool primary_ = true; variable