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

  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 49 bool HasArrow(BubbleGtk::FrameStyle frame_style) {
50 return frame_style != BubbleGtk::FLOAT_BELOW_RECT &&
51 frame_style != BubbleGtk::CENTER_OVER_RECT &&
52 frame_style != BubbleGtk::FIXED_TOP_LEFT &&
53 frame_style != BubbleGtk::FIXED_TOP_RIGHT;
56 bool IsArrowLeft(BubbleGtk::FrameStyle frame_style) {
57 return frame_style == BubbleGtk::ANCHOR_TOP_LEFT ||
58 frame_style == BubbleGtk::ANCHOR_BOTTOM_LEFT;
61 bool IsArrowMiddle(BubbleGtk::FrameStyle frame_style) {
62 return frame_style == BubbleGtk::ANCHOR_TOP_MIDDLE |
    [all...]
bubble_gtk.h 79 // will be drawn according to |frame_style| if possible, and will be
87 FrameStyle frame_style,
124 FrameStyle frame_style,
137 FrameStyle frame_style,
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.h 34 void set_menu_frame_style(BubbleGtk::FrameStyle frame_style) {
35 frame_style_ = frame_style;
manage_passwords_bubble_gtk.cc 91 BubbleGtk::FrameStyle frame_style = gtk_widget_is_toplevel(anchor) ? local
96 frame_style,
zoom_bubble_gtk.cc 132 BubbleGtk::FrameStyle frame_style = gtk_widget_is_toplevel(anchor) ? local
135 bubble_ = BubbleGtk::Show(anchor, &rect, event_box_, frame_style,
gtk_theme_service.cc 727 GtkStyle* frame_style = gtk_rc_get_style(fake_frame_); local
748 GdkColor frame_color = BuildFrameColors(frame_style);
844 GdkColor GtkThemeService::BuildFrameColors(GtkStyle* frame_style) {
858 &frame_style->bg[GTK_STATE_SELECTED],
868 &frame_style->bg[GTK_STATE_INSENSITIVE],
    [all...]
gtk_theme_service.h 184 GdkColor BuildFrameColors(GtkStyle* frame_style);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 268 BubbleGtk::FrameStyle frame_style = BubbleGtk::ANCHOR_TOP_RIGHT; local
275 frame_style = BubbleGtk::ANCHOR_TOP_LEFT;
284 frame_style,
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 690 GtkStyle* frame_style = gtk_rc_get_style(fake_frame_); local
713 GdkColor frame_color = BuildFrameColors(frame_style);
797 GdkColor GtkThemeService::BuildFrameColors(GtkStyle* frame_style) {
811 &frame_style->bg[GTK_STATE_SELECTED],
819 &frame_style->bg[GTK_STATE_INSENSITIVE],
    [all...]
gtk_theme_service.h 170 GdkColor BuildFrameColors(GtkStyle* frame_style);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 672 GtkStyle* frame_style = gtk_rc_get_style(fake_frame_); local
694 GdkColor frame_color = BuildFrameColors(frame_style);
787 GdkColor Gtk2UI::BuildFrameColors(GtkStyle* frame_style) {
801 &frame_style->bg[GTK_STATE_SELECTED],
811 &frame_style->bg[GTK_STATE_INSENSITIVE],
    [all...]
gtk2_ui.h 106 GdkColor BuildFrameColors(GtkStyle* frame_style);

Completed in 123 milliseconds