Searched refs:full_width (Results 1 - 7 of 7) 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.cc727 bool is_for_active_panel, double squeeze_factor, int full_width) const {
728 return is_for_active_panel ? full_width :
730 static_cast<int>(floor(full_width * squeeze_factor)));
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc756 int full_width = width() - horizontal_edge_thickness - origin_chip_width; local
761 full_width -= search_button_->visible() ?
763 int entry_width = full_width;
774 std::max(full_width, full_width - entry_width), location_height);
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc169 const float full_width = GetStringWidthF(filename_utf16, font_list); local
170 if (full_width <= available_pixel_width)
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view.cc68 int full_width = kDesiredBubbleWidth - (2 * views::kPanelHorizMargin); local
75 full_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 );
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtransupp.c850 trim_right_edge (jpeg_transform_info *info, JDIMENSION full_width) argument
856 full_width / info->iMCU_sample_width)

Completed in 1476 milliseconds