Searched refs:full_width (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_collection.h94 int full_width) const;
H A Ddocked_panel_collection.cc747 bool is_for_active_panel, double squeeze_factor, int full_width) const {
748 return is_for_active_panel ? full_width :
750 static_cast<int>(floor(full_width * squeeze_factor)));
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc817 int full_width = width() - 2 * horizontal_edge_thickness; local
818 int entry_width = full_width;
829 std::max(full_width, full_width - entry_width), location_height);
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc610 int full_width = req.width; local
613 label_width = full_width * tenths / 10;
/external/chromium_org/ui/base/text/
H A Dtext_elider.cc412 const int full_width = font.GetStringWidth(filename_utf16); local
413 if (full_width <= available_pixel_width)
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1202 int full_width = leading.width + icon.width + trailing.width; local
1206 } else if (full_width >= available_width) {
1210 } else if (full_width < available_width) {
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1662 int full_width = leading.width + icon.width + trailing.width; local
1666 } else if (full_width >= available_width) {
1670 } else if (full_width < available_width) {
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
1364 if( full_width == sizeof(int) ) // another common case: copy int's or float's
1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width );

Completed in 406 milliseconds