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

  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 21 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
71 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
73 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
75 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
77 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_win.cc 15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
60 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
62 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
64 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
66 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_impl.cc 50 new_balloon->set_min_scrollbar_size(gfx::Size(1 + layout_.max_balloon_width(),
51 layout_.max_balloon_height()));
52 new_balloon->SetPosition(layout_.OffScreenLocation(), false);
56 if (count > 0 && layout_.RequiresOffsets())
90 layout_.GetMaxLinearSize(&max_balloon_size, &total_size);
105 layout_.RefreshSystemMetrics();
115 if (layout_.RequiresOffsets()) {
158 layout_.RefreshSystemMetrics();
159 gfx::Point origin = layout_.GetLayoutOrigin();
163 gfx::Point upper_left = layout_.NextPosition((*it)->GetViewSize(), &origin)
    [all...]
balloon_collection_impl.h 170 Layout layout_; member in class:BalloonCollectionImpl
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 279 layout_(NULL),
295 layout_ = gtk_widget_create_pango_layout(window_, NULL);
297 pango_layout_set_auto_dir(layout_, FALSE);
299 pango_layout_set_ellipsize(layout_, PANGO_ELLIPSIZE_END);
337 g_object_unref(layout_);
602 pango_layout_set_height(layout_, kHeightPerResult * PANGO_SCALE);
636 pango_layout_set_width(layout_, allocated_content_width * PANGO_SCALE);
639 SetupLayoutForMatch(layout_, match.contents, match.contents_class,
649 pango_layout_get_size(layout_,
662 content_y, layout_);
    [all...]
autocomplete_popup_view_gtk_unittest.cc 33 layout_ = gtk_widget_create_pango_layout(window_, NULL);
37 g_object_unref(layout_);
46 // call through after adding the fixture's layout_.
54 AutocompletePopupViewGtk::SetupLayoutForMatch(layout_,
74 PangoAttrList* attrs = pango_layout_get_attributes(layout_);
182 PangoLayout* layout_; member in class:AutocompletePopupViewGtkTest
autocomplete_popup_view_gtk.h 116 PangoLayout* layout_; member in class:AutocompletePopupViewGtk

Completed in 192 milliseconds