Searched refs:primary_ (Results 1 – 2 of 2) sorted by relevance
50 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()
85 void set_as_secondary() { primary_ = false; } in set_as_secondary()119 bool primary_ = true; variable