HomeSort by relevance Sort by last modified time
    Searched defs:content_size (Results 1 - 12 of 12) 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_org/athena/activity/
activity_view_manager_impl.cc 87 gfx::Size content_size = content_->GetPreferredSize(); variable
89 size.set_width(std::max(label_size.width(), content_size.width()));
90 size.set_height(label_size.height() + content_size.height());
  /external/chromium_org/android_webview/common/
print_messages.h 33 gfx::Size content_size; member in struct:PrintMsg_Print_Params
89 IPC_STRUCT_TRAITS_MEMBER(content_size)
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 188 const gfx::Size content_size = GetPreferredSize(); local
194 content_size,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 350 size_t content_size = entry->file_info().size(); local
355 EXPECT_EQ(content_size, first_content.size());
380 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
89 IPC_STRUCT_TRAITS_MEMBER(content_size)
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 309 const size_type content_size = static_cast<size_type>((*i)->size()); local
310 const size_type total_size = content_size + sizeof(id_type);
328 if (content_size > 0) {
330 content_size);
331 if (wrote != content_size) {
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 1896 int64 content_size = parsed->GetContentLength(); local
    [all...]
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 671 gfx::Size content_size = scroller_->contents()->GetPreferredSize(); local
672 return gfx::Size(std::max(title_size.width(), content_size.width()),
673 title_size.height() + content_size.height());
  /external/chromium_org/ui/views/controls/
scroll_view.cc 38 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) {
39 int max = std::max(content_size - viewport_size, 0);
63 int content_size,
69 const int max_position = std::max(0, content_size - viewport_size);
265 gfx::Size content_size = contents_->size(); local
267 content_size,
500 const gfx::Size& content_size,
505 if (content_size.width() <= vp_size.width() &&
506 content_size.height() <= vp_size.height()) {
509 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth())
    [all...]
  /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/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 226 const gfx::Size& content_size) {
232 root->SetBounds(content_size);
233 root->SetContentBounds(content_size);
245 gfx::Size(content_size.width() / 2, content_size.height() / 2));
251 scroll->SetBounds(content_size);
252 scroll->SetContentBounds(content_size);
259 contents->SetBounds(content_size);
260 contents->SetContentBounds(content_size);
275 LayerImpl* SetupScrollAndContentsLayers(const gfx::Size& content_size) {
6538 gfx::Size content_size = gfx::Size(100, 160); local
    [all...]

Completed in 966 milliseconds