Home
last modified time | relevance | path

Searched refs:all_width (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration_unittest.mm42 const CGFloat all_width = decoration_.GetWidthForSpace(kWidth);
48 const CGFloat full_width = decoration_.GetWidthForSpace(all_width - 5.0);
49 EXPECT_LT(full_width, all_width);
Dbubble_decoration.mm65 const CGFloat all_width = GetWidthForImageAndLabel(image_, label_);
66 if (all_width <= width)
67 return all_width;
Dev_bubble_decoration.mm76 const CGFloat all_width = GetWidthForImageAndLabel(image, full_label_);
77 if (all_width <= width) {
79 return all_width;
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1371 FX_FLOAT all_width = GetDatasWidth( beginPos, endPos); in ProcessTextObject() local
1372 if(all_width < reflowWidth - m_fCurrLineWidth) { in ProcessTextObject()