HomeSort by relevance Sort by last modified time
    Searched defs:content_width (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/printing/
page_size_margins.h 15 double content_width; member in struct:printing::PageSizeMargins
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 504 int content_width = kLeftEdgeSpacing + back_->GetPreferredSize().width() + local
510 size.Enlarge(content_width, 0);
518 int content_width = kLeftEdgeSpacing + back_->GetMinimumSize().width() + local
523 size.Enlarge(content_width, 0);
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc 659 int content_width = 0; local
660 if (!ReadBigEndianFromFile(file, &content_width) || content_width <= 0)
667 out_content_size->SetSize(content_width, content_height);
698 if (content_width > max_dimension
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 774 int content_width = std::max(source_view_->GetPreferredSize().width(), local
776 int width = std::max(content_width,
    [all...]
notification_view.cc 400 int content_width = width - GetInsets().width(); local
401 int top_height = top_view_->GetHeightForWidth(content_width);
402 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
416 top_height -= GetMessageHeight(content_width, used_limit);
417 top_height += GetMessageHeight(content_width, correct_limit);
435 int content_width = width() - insets.width(); local
447 int top_height = top_view_->GetHeightForWidth(content_width);
448 top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
455 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
457 content_width, bottom_height)
    [all...]
notifier_settings_view.cc 157 int content_width = width(); local
158 int content_height = content->GetHeightForWidth(content_width);
160 content->SetBounds(0, y, content_width, content_height);
627 int content_width = width(); local
628 int content_height = contents_view->GetHeightForWidth(content_width);
630 content_width -= scroller_->GetScrollBarWidth();
631 content_height = contents_view->GetHeightForWidth(content_width);
633 contents_view->SetBounds(0, 0, content_width, content_height);
  /external/chromium_org/ui/views/controls/
scroll_view.cc 229 int content_width = width(); local
230 int content_height = contents()->GetHeightForWidth(content_width);
232 content_width = std::max(content_width - GetScrollBarWidth(), 0);
233 content_height = contents()->GetHeightForWidth(content_width);
235 if (contents()->bounds().size() != gfx::Size(content_width, content_height))
236 contents()->SetBounds(0, 0, content_width, content_height);
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1109 const int content_width = render_text->GetContentWidth(); local
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 173 double content_width = local
193 content_width *= scale_factor;
203 static_cast<int>(content_width), static_cast<int>(content_height));
212 int content_width = params.content_size.width(); local
218 content_width - params.margin_left;
220 page_layout_in_points->content_width =
221 ConvertUnit(content_width, dpi, kPointsPerInch);
437 page_layout.content_width,
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 174 double content_width = local
194 content_width *= scale_factor;
204 static_cast<int>(content_width), static_cast<int>(content_height));
213 int content_width = params.content_size.width(); local
219 content_width - params.margin_left;
221 page_layout_in_points->content_width =
222 ConvertUnit(content_width, dpi, kPointsPerInch);
463 page_layout.content_width,
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 913 int content_width = local
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 2914 int content_width = view->width(); local
    [all...]

Completed in 253 milliseconds