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 523 int content_width = kLeftEdgeSpacing + back_->GetPreferredSize().width() + local
529 size.Enlarge(content_width, 0);
537 int content_width = kLeftEdgeSpacing + back_->GetMinimumSize().width() + local
542 size.Enlarge(content_width, 0);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 771 int content_width = std::max(source_view_->GetPreferredSize().width(), local
773 int width = std::max(content_width,
    [all...]
notification_view.cc 373 int content_width = width - GetInsets().width(); local
374 int top_height = top_view_->GetHeightForWidth(content_width);
375 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
389 top_height -= GetMessageHeight(content_width, used_limit);
390 top_height += GetMessageHeight(content_width, correct_limit);
408 int content_width = width() - insets.width(); local
420 int top_height = top_view_->GetHeightForWidth(content_width);
421 top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
428 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
430 content_width, bottom_height)
    [all...]
notifier_settings_view.cc 165 int content_width = width(); local
166 int content_height = content->GetHeightForWidth(content_width);
168 content->SetBounds(0, y, content_width, content_height);
649 int content_width = width(); local
650 int content_height = contents_view->GetHeightForWidth(content_width);
652 content_width -= scroller_->GetScrollBarWidth();
653 content_height = contents_view->GetHeightForWidth(content_width);
655 contents_view->SetBounds(0, 0, content_width, content_height);
  /external/chromium_org/ui/views/controls/button/
text_button.cc 442 int content_width = text_size_.width() + extra_width; local
449 content_x = width() - insets.right() - content_width;
455 (available_width - content_width) / 2);
458 content_width = std::min(content_width,
463 gfx::Rect bounds(content_x, content_y, content_width, text_size_.height());
  /external/chromium_org/ui/views/controls/
scroll_view.cc 214 int content_width = width(); local
215 int content_height = contents()->GetHeightForWidth(content_width);
217 content_width = std::max(content_width - GetScrollBarWidth(), 0);
218 content_height = contents()->GetHeightForWidth(content_width);
220 if (contents()->bounds().size() != gfx::Size(content_width, content_height))
221 contents()->SetBounds(0, 0, content_width, content_height);
  /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 167 double content_width = local
187 content_width *= scale_factor;
197 static_cast<int>(content_width), static_cast<int>(content_height));
206 int content_width = params.content_size.width(); local
212 content_width - params.margin_left;
214 page_layout_in_points->content_width =
215 ConvertUnit(content_width, dpi, kPointsPerInch);
466 page_layout.content_width,
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 892 int content_width = local
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 1284 const int content_width = GetContentWidth(); local
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 3229 int content_width = view->width(); local
    [all...]

Completed in 941 milliseconds