HomeSort by relevance Sort by last modified time
    Searched refs:flip_horizontally (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 42 bool flip_horizontally() const { return flip_horizontally_; } function in class:StatusBubbleGtk
92 void SetFlipHorizontally(bool flip_horizontally);
status_bubble_gtk.cc 301 void StatusBubbleGtk::SetFlipHorizontally(bool flip_horizontally) {
302 if (flip_horizontally == flip_horizontally_)
305 flip_horizontally_ = flip_horizontally;
308 bool on_left = (ltr && !flip_horizontally) || (!ltr && flip_horizontally);
318 flip_horizontally ?
322 (flip_horizontally ? gtk_util::BORDER_LEFT : gtk_util::BORDER_RIGHT));
tab_contents_container_gtk.cc 235 if (ltr ^ status->flip_horizontally()) // Is it on the left?
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.h 42 bool flip_horizontally() const { return flip_horizontally_; } function in class:StatusBubbleGtk
93 void SetFlipHorizontally(bool flip_horizontally);
status_bubble_gtk.cc 313 void StatusBubbleGtk::SetFlipHorizontally(bool flip_horizontally) {
314 if (flip_horizontally == flip_horizontally_)
317 flip_horizontally_ = flip_horizontally;
320 bool on_left = (ltr && !flip_horizontally) || (!ltr && flip_horizontally);
330 flip_horizontally ?
334 (flip_horizontally ? gtk_util::BORDER_LEFT : gtk_util::BORDER_RIGHT));
tab_contents_container_gtk.cc 208 if (ltr ^ status->flip_horizontally()) // Is it on the left?

Completed in 481 milliseconds