HomeSort by relevance Sort by last modified time
    Searched full:attached_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 43 attached_(false),
55 DCHECK(!attached_);
67 DCHECK(attached_);
68 if (!attached_)
70 attached_ = false;
77 DCHECK(!attached_);
78 if (attached_)
84 attached_ = true;
browser_bubble.h 62 bool attached() const { return attached_; }
137 bool attached_; member in class:BrowserBubble
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 56 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...]
dragged_tab_gtk.h 119 bool attached_; member in class:DraggedTabGtk

Completed in 78 milliseconds