HomeSort by relevance Sort by last modified time
    Searched refs:content_size_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon.h 68 const gfx::Size& content_size() const { return content_size_; }
69 void set_content_size(const gfx::Size& size) { content_size_ = size; }
126 gfx::Size content_size_; member in class:Balloon
  /external/chromium_org/chrome/browser/notifications/
balloon.h 70 const gfx::Size& content_size() const { return content_size_; }
71 void set_content_size(const gfx::Size& size) { content_size_ = size; }
131 gfx::Size content_size_; member in class:Balloon
  /external/chromium_org/chrome/renderer/
mock_printer.cc 80 content_size_.SetSize(static_cast<int>((7.5 * dpi_)),
116 content_size_ = params.content_size;
136 content_size_.SetSize(0, 0);
156 settings->params.content_size = content_size_;
303 params->content_size = content_size_;
mock_printer.h 114 gfx::Size content_size_; member in class:MockPrinter
  /external/chromium_org/content/shell/browser/
shell_gtk.cc 110 content_size_ = gfx::Size(width, height);
233 SizeTo(content_size_);
242 content_size_ = content_size;
shell_views.cc 369 content_size_ = gfx::Size(width, height);
381 delegate_view->SetWebContents(web_contents_.get(), content_size_);
shell.h 243 gfx::Size content_size_; member in class:content::Shell
  /external/chromium_org/ui/views/controls/combobox/
combobox.h 194 gfx::Size content_size_; member in class:views::Combobox
combobox.cc 407 if (content_size_.IsEmpty())
413 int total_width = std::max(kMinComboboxWidth, content_size_.width()) +
416 return gfx::Size(total_width, content_size_.height() + insets.height());
610 content_size_.SetSize(max_width, font.GetHeight());

Completed in 291 milliseconds