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

/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h42 bool flip_horizontally() const { return flip_horizontally_; } function in class:StatusBubbleGtk
92 void SetFlipHorizontally(bool flip_horizontally);
H A Dstatus_bubble_gtk.cc301 void StatusBubbleGtk::SetFlipHorizontally(bool flip_horizontally) { argument
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));
H A Dtab_contents_container_gtk.cc235 if (ltr ^ status->flip_horizontally()) // Is it on the left?
/external/chromium_org/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h42 bool flip_horizontally() const { return flip_horizontally_; } function in class:StatusBubbleGtk
93 void SetFlipHorizontally(bool flip_horizontally);
H A Dstatus_bubble_gtk.cc314 void StatusBubbleGtk::SetFlipHorizontally(bool flip_horizontally) { argument
315 if (flip_horizontally == flip_horizontally_)
318 flip_horizontally_ = flip_horizontally;
321 bool on_left = (ltr && !flip_horizontally) || (!ltr && flip_horizontally);
331 flip_horizontally ?
335 (flip_horizontally ? gtk_util::BORDER_LEFT : gtk_util::BORDER_RIGHT));
H A Dtab_contents_container_gtk.cc200 if (ltr ^ status->flip_horizontally()) // Is it on the left?

Completed in 265 milliseconds