Searched refs:attached_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.cc43 attached_(false),
55 DCHECK(!attached_);
67 DCHECK(attached_);
68 if (!attached_)
70 attached_ = false;
77 DCHECK(!attached_);
78 if (attached_)
84 attached_ = true;
H A Dbrowser_bubble.h62 bool attached() const { return attached_; }
137 bool attached_; member in class:BrowserBubble
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.cc56 attached_(false),
98 attached_ = true;
111 attached_ = false;
165 if (attached_) {
181 if (attached_)
199 return attached_ ? value : static_cast<int>(value * kScalingFactor);
248 if (!attached_)
253 if (!attached_) {
297 if (backing_store && !dragged_tab->attached_) {
309 if (!dragged_tab->attached_) {
[all...]
H A Ddragged_tab_gtk.h119 bool attached_; member in class:DraggedTabGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_view_gtk.cc60 attached_(false),
105 DCHECK(!attached_);
114 DCHECK(attached_);
132 attached_ = true;
154 attached_ = false;
250 if (attached_) {
271 if (attached_) {
292 return attached_ ? value : static_cast<int>(value * kScalingFactor);
344 if (!attached_)
357 if (!attached_) {
[all...]
H A Ddragged_view_gtk.h158 bool attached_; member in class:DraggedViewGtk

Completed in 182 milliseconds