Home
last modified time | relevance | path

Searched refs:full_width (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dkeyword_hint_decoration_unittest.mm38 const CGFloat full_width = decoration_.GetWidthForSpace(kVeryWide);
39 const CGFloat not_wide_enough = full_width - 10.0;
42 EXPECT_LT(decoration_.GetWidthForSpace(not_wide_enough), full_width);
46 EXPECT_NE(decoration_.GetWidthForSpace(full_width + kEditingSpace),
48 EXPECT_LT(decoration_.GetWidthForSpace(full_width + kEditingSpace),
49 full_width);
Dselected_keyword_decoration.mm23 const CGFloat full_width =
25 if (full_width <= width) {
28 return full_width;
Dselected_keyword_decoration_unittest.mm48 const CGFloat full_width = decoration_.GetWidthForSpace(all_width - 5.0);
49 EXPECT_LT(full_width, all_width);
55 EXPECT_LT(partial_width, full_width);
Dkeyword_hint_decoration.mm100 CGFloat full_width =
104 if (full_width <= width * kHintAvailableRatio)
105 return full_width;
/external/chromium_org/chrome/browser/ui/panels/
Ddocked_panel_collection.cc727 bool is_for_active_panel, double squeeze_factor, int full_width) const { in WidthToDisplayPanelInCollection()
728 return is_for_active_panel ? full_width : in WidthToDisplayPanelInCollection()
730 static_cast<int>(floor(full_width * squeeze_factor))); in WidthToDisplayPanelInCollection()
Ddocked_panel_collection.h94 int full_width) const;
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc756 int full_width = width() - horizontal_edge_thickness - origin_chip_width; in Layout() local
761 full_width -= search_button_->visible() ? in Layout()
763 int entry_width = full_width; in Layout()
774 std::max(full_width, full_width - entry_width), location_height); in Layout()
/external/chromium_org/ui/gfx/
Dtext_elider.cc169 const float full_width = GetStringWidthF(filename_utf16, font_list); in ElideFilename() local
170 if (full_width <= available_pixel_width) in ElideFilename()
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc68 int full_width = kDesiredBubbleWidth - (2 * views::kPanelHorizMargin); in BuildColumnSet() local
75 full_width, in BuildColumnSet()
/external/opencv/ml/src/
Dml_inner_functions.cpp1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; in icvConvertDataToSparse() local
1364 if( full_width == sizeof(int) ) // another common case: copy int's or float's in icvConvertDataToSparse()
1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width ); in icvConvertDataToSparse()
/external/chromium_org/third_party/libjpeg_turbo/
Dtransupp.c850 trim_right_edge (jpeg_transform_info *info, JDIMENSION full_width) in trim_right_edge() argument
856 full_width / info->iMCU_sample_width) in trim_right_edge()