/external/chromium/chrome/browser/notifications/ |
D | balloon_collection_win.cc | 15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height()); in MakeBalloon() 60 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT); in SetPositionPreference() 62 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT); in SetPositionPreference() 64 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT); in SetPositionPreference() 66 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT); in SetPositionPreference()
|
D | balloon_collection_linux.cc | 21 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height()); in MakeBalloon() 71 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT); in SetPositionPreference() 73 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT); in SetPositionPreference() 75 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT); in SetPositionPreference() 77 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT); in SetPositionPreference()
|
D | balloon_collection_impl.cc | 50 new_balloon->set_min_scrollbar_size(gfx::Size(1 + layout_.max_balloon_width(), in Add() 51 layout_.max_balloon_height())); in Add() 52 new_balloon->SetPosition(layout_.OffScreenLocation(), false); in Add() 56 if (count > 0 && layout_.RequiresOffsets()) in Add() 90 layout_.GetMaxLinearSize(&max_balloon_size, &total_size); in HasSpace() 105 layout_.RefreshSystemMetrics(); in DisplayChanged() 115 if (layout_.RequiresOffsets()) { in OnBalloonClosed() 158 layout_.RefreshSystemMetrics(); in PositionBalloonsInternal() 159 gfx::Point origin = layout_.GetLayoutOrigin(); in PositionBalloonsInternal() 163 gfx::Point upper_left = layout_.NextPosition((*it)->GetViewSize(), &origin); in PositionBalloonsInternal() [all …]
|
D | balloon_collection_mac.mm | 15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height()); 54 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT); 56 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT); 58 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT); 60 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
|
D | balloon_collection_impl.h | 170 Layout layout_; variable
|
/external/ceres-solver/internal/ceres/ |
D | block_random_access_sparse_matrix.cc | 91 layout_[IntPairToLong(it->first, it->second)] = in BlockRandomAccessSparseMatrix() 105 layout_[IntPairToLong(row_block_id, col_block_id)]->values - values; in BlockRandomAccessSparseMatrix() 121 for (LayoutType::iterator it = layout_.begin(); in ~BlockRandomAccessSparseMatrix() 122 it != layout_.end(); in ~BlockRandomAccessSparseMatrix() 135 layout_.find(IntPairToLong(row_block_id, col_block_id)); in GetCell() 136 if (it == layout_.end()) { in GetCell()
|
D | block_random_access_sparse_matrix.h | 99 LayoutType layout_; variable
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_gtk.cc | 279 layout_(NULL), in AutocompletePopupViewGtk() 295 layout_ = gtk_widget_create_pango_layout(window_, NULL); in AutocompletePopupViewGtk() 297 pango_layout_set_auto_dir(layout_, FALSE); in AutocompletePopupViewGtk() 299 pango_layout_set_ellipsize(layout_, PANGO_ELLIPSIZE_END); in AutocompletePopupViewGtk() 337 g_object_unref(layout_); in ~AutocompletePopupViewGtk() 602 pango_layout_set_height(layout_, kHeightPerResult * PANGO_SCALE); in HandleExpose() 636 pango_layout_set_width(layout_, allocated_content_width * PANGO_SCALE); in HandleExpose() 639 SetupLayoutForMatch(layout_, match.contents, match.contents_class, in HandleExpose() 649 pango_layout_get_size(layout_, in HandleExpose() 662 content_y, layout_); in HandleExpose() [all …]
|
D | autocomplete_popup_view_gtk_unittest.cc | 33 layout_ = gtk_widget_create_pango_layout(window_, NULL); in SetUp() 37 g_object_unref(layout_); in TearDown() 54 AutocompletePopupViewGtk::SetupLayoutForMatch(layout_, in SetupLayoutForMatch() 74 PangoAttrList* attrs = pango_layout_get_attributes(layout_); in RunInfoForAttrType() 182 PangoLayout* layout_; member in AutocompletePopupViewGtkTest
|
D | autocomplete_popup_view_gtk.h | 116 PangoLayout* layout_; variable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 66553 in RenderPath causing the updateCanvasItem() function to be called _on every layout_ (!!!).
|