HomeSort by relevance Sort by last modified time
    Searched defs:content_size (Results 1 - 14 of 14) 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/third_party/webrtc/common_audio/
wav_writer_unittest.cc 57 COMPILE_ASSERT(sizeof(kExpectedContents) == kContentSize, content_size); local
101 COMPILE_ASSERT(sizeof(kExpectedContents) == kContentSize, content_size); local
  /external/chromium_org/chromecast/media/cma/ipc/
media_message.h 80 return minimum_msg_size() + cached_msg_.header.content_size;
84 size_t content_size() const { return cached_msg_.header.content_size; } function in class:chromecast::media::MediaMessage
124 uint32 content_size; member in struct:chromecast::media::MediaMessage::Header
  /external/chromium_org/android_webview/common/
print_messages.h 34 gfx::Size content_size; member in struct:PrintMsg_Print_Params
90 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 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 33 gfx::Size content_size; member in struct:PrintMsg_Print_Params
104 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/chrome/browser/android/thumbnail/
thumbnail_store.cc 357 const gfx::Size& content_size) {
371 content_size,
493 const gfx::Size& content_size,
502 if (!WriteBigEndianToFile(file, content_size.width()))
505 if (!WriteBigEndianToFile(file, content_size.height()))
546 const gfx::Size& content_size,
554 content_size,
577 gfx::Size content_size; local
611 content_size = raw_data_size;
618 base::Bind(post_compression_task, compressed_data, content_size));
753 gfx::Size content_size; local
    [all...]
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 649 gfx::Size content_size = scroller_->contents()->GetPreferredSize(); local
650 return gfx::Size(std::max(title_size.width(), content_size.width()),
651 title_size.height() + content_size.height());
  /external/chromium_org/ui/views/controls/
scroll_view.cc 56 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) {
57 int max = std::max(content_size - viewport_size, 0);
81 int content_size,
87 const int max_position = std::max(0, content_size - viewport_size);
280 gfx::Size content_size = contents_->size(); local
282 content_size,
514 const gfx::Size& content_size,
519 if (content_size.width() <= vp_size.width() &&
520 content_size.height() <= vp_size.height()) {
523 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth())
    [all...]
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 2074 int64 content_size = parsed->GetContentLength(); local
    [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 228 const gfx::Size& content_size) {
234 root->SetBounds(content_size);
235 root->SetContentBounds(content_size);
247 gfx::Size(content_size.width() / 2, content_size.height() / 2));
253 scroll->SetBounds(content_size);
254 scroll->SetContentBounds(content_size);
261 contents->SetBounds(content_size);
262 contents->SetContentBounds(content_size);
277 LayerImpl* SetupScrollAndContentsLayers(const gfx::Size& content_size) {
7039 gfx::Size content_size = gfx::Size(100, 160); local
    [all...]

Completed in 1140 milliseconds