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

  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 43 flip_horizontally_(false),
174 bool old_flip_horizontally = flip_horizontally_;
229 if (y_offset_ != old_y_offset || flip_horizontally_ != old_flip_horizontally)
302 if (flip_horizontally == flip_horizontally_)
305 flip_horizontally_ = flip_horizontally;
status_bubble_gtk.h 42 bool flip_horizontally() const { return flip_horizontally_; }
157 bool flip_horizontally_; member in class:StatusBubbleGtk
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 49 flip_horizontally_(false),
183 bool old_flip_horizontally = flip_horizontally_;
242 if (y_offset_ != old_y_offset || flip_horizontally_ != old_flip_horizontally)
315 if (flip_horizontally == flip_horizontally_)
318 flip_horizontally_ = flip_horizontally;
status_bubble_gtk.h 42 bool flip_horizontally() const { return flip_horizontally_; }
158 bool flip_horizontally_; member in class:StatusBubbleGtk

Completed in 158 milliseconds