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

  /external/chromium_org/android_webview/browser/net/
input_stream_reader.cc 26 int content_size = 0; local
29 int error_code = VerifyRequestedRange(&verified_byte_range, &content_size);
37 DCHECK_GE(content_size, 0);
38 return content_size;
55 int* content_size) {
56 DCHECK(content_size);
71 *content_size = size;
  /external/chromium/chrome/browser/notifications/
balloon.h 68 const gfx::Size& content_size() const { return content_size_; } function in class:Balloon
  /external/chromium_org/chrome/browser/notifications/
balloon.h 70 const gfx::Size& content_size() const { return content_size_; } function in class:Balloon
  /external/chromium_org/android_webview/common/
print_messages.h 31 gfx::Size content_size; member in struct:PrintMsg_Print_Params
88 IPC_STRUCT_TRAITS_MEMBER(content_size)
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 351 size_t content_size = entry->file_info().size(); local
356 EXPECT_EQ(content_size, first_content.size());
381 EXPECT_EQ(content_size, static_cast<size_t>(entry->file_info().size()));
  /external/chromium_org/chrome/common/
print_messages.h 31 gfx::Size content_size; member in struct:PrintMsg_Print_Params
88 IPC_STRUCT_TRAITS_MEMBER(content_size)
  /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_org/ash/launcher/
overflow_bubble.cc 206 const gfx::Size content_size = GetPreferredSize(); local
212 content_size,
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 312 const size_type content_size = static_cast<size_type>((*i)->size()); local
313 const size_type total_size = content_size + sizeof(id_type);
331 if (content_size > 0) {
333 content_size);
334 if (wrote != content_size) {
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 320 html_contents_->UpdateActualSize(balloon_->content_size());
355 return balloon_->content_size().width() +
360 return balloon_->content_size().height() +
369 gfx::Size content_size = balloon_->content_size();
374 content_size.width(), content_size.height());
434 gfx::Size content_size = balloon_->content_size(); local
441 content_size.width() - 0.5, GetShelfHeight())
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 44 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) {
45 int max = std::max(content_size - viewport_size, 0);
69 int content_size,
75 const int max_position = std::max(0, content_size - viewport_size);
231 gfx::Size content_size = contents_->size(); local
233 content_size,
466 const gfx::Size& content_size,
471 if (content_size.width() <= vp_size.width() &&
472 content_size.height() <= vp_size.height()) {
475 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth())
    [all...]
  /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/chromium_org/ui/message_center/views/
notifier_settings_view.cc 483 gfx::Size content_size = scroller_->contents()->GetPreferredSize(); local
484 return gfx::Size(std::max(title_size.width(), content_size.width()),
485 title_size.height() + content_size.height());
  /external/chromium_org/third_party/icu/source/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...]
  /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 655 milliseconds