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

  /external/chromium/chrome/browser/notifications/
balloon.h 68 const gfx::Size& content_size() const { return content_size_; } function in class:Balloon
  /external/chromium/chrome/browser/sessions/
session_backend.cc 316 const size_type content_size = static_cast<size_type>((*i)->size()); local
317 const size_type total_size = content_size + sizeof(id_type);
335 if (content_size > 0) {
337 content_size, NULL);
338 if (wrote != content_size) {
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 329 html_contents_->UpdateActualSize(balloon_->content_size());
361 return balloon_->content_size().width() +
366 return balloon_->content_size().height() +
375 gfx::Size content_size = balloon_->content_size();
380 content_size.width(), content_size.height());
436 gfx::Size content_size = balloon_->content_size(); local
443 content_size.width() - 0.5, GetShelfHeight())
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 54 inline int content_size(){return current - start;} // size unit is byte function in class:Buffer_byte
60 int cs_snap = content_size();
91 expand_to(content_size() + size) ;
124 int content_size(){return buf.content_size() / sizeof(type);}\
155 int len = names.content_size();
191 offset = name_buffer.content_size();
211 int n = names.content_size();
225 int s = refs.content_size();
448 int s = weight_list->content_size();
    [all...]

Completed in 139 milliseconds