Searched refs:attached_ (Results 1 – 4 of 4) sorted by relevance
43 attached_(false), in BrowserBubble()55 DCHECK(!attached_); in ~BrowserBubble()67 DCHECK(attached_); in DetachFromBrowser()68 if (!attached_) in DetachFromBrowser()70 attached_ = false; in DetachFromBrowser()77 DCHECK(!attached_); in AttachToBrowser()78 if (attached_) in AttachToBrowser()84 attached_ = true; in AttachToBrowser()
62 bool attached() const { return attached_; } in attached()137 bool attached_; variable
56 attached_(false), in DraggedTabGtk()98 attached_ = true; in Attach()111 attached_ = false; in Detach()165 if (attached_) { in Layout()181 if (attached_) in GetPreferredSize()199 return attached_ ? value : static_cast<int>(value * kScalingFactor); in ScaleValue()248 if (!attached_) in SetContainerShapeMask()253 if (!attached_) { in SetContainerShapeMask()297 if (backing_store && !dragged_tab->attached_) { in OnExposeEvent()309 if (!dragged_tab->attached_) { in OnExposeEvent()[all …]
119 bool attached_; variable