Searched defs:contents_size (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc30 const gfx::Size& contents_size) {
35 false, contents_size, &contents_bounds,
27 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, const gfx::Size& contents_size) argument
H A Dborder_contents.cc33 const gfx::Size& contents_size,
43 gfx::Size local_contents_size(contents_size);
29 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
H A Dbubble_border.cc35 const gfx::Size& contents_size) const {
37 gfx::Size border_size(contents_size);
150 int BubbleBorder::SetArrowOffset(int offset, const gfx::Size& contents_size) { argument
151 gfx::Size border_size(contents_size);
/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc13 const gfx::Size& contents_size,
23 bubble_border_->SetArrowOffset(offset, contents_size);
28 contents_size, contents_bounds, window_bounds);
9 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
/external/elfutils/libdwfl/
H A Delf-from-memory.c213 size_t contents_size = 0; local
224 if (segment_end > (GElf_Off) contents_size)
225 contents_size = segment_end;
264 if ((GElf_Off) contents_size > segments_end
265 && (GElf_Off) contents_size >= shdrs_end)
267 contents_size = segments_end;
268 if ((GElf_Off) contents_size < shdrs_end)
269 contents_size = shdrs_end;
272 contents_size = segments_end;
277 buffer = calloc (1, contents_size);
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc32 const gfx::Size& contents_size,
39 contents_size_(contents_size) {
29 DraggedTabView(const std::vector<views::View*>& renderers, const std::vector<gfx::Rect>& renderer_bounds, const gfx::Point& mouse_tab_offset, const gfx::Size& contents_size, NativeViewPhotobooth* photobooth) argument
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc175 const gfx::Size& contents_size) {
176 client_->OnWebLayoutContentsSizeChanged(contents_size);
174 OnContentsSizeChanged( const gfx::Size& contents_size) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc32 const gfx::Size& contents_size,
39 contents_size_(contents_size) {
29 DraggedTabView(const std::vector<views::View*>& renderers, const std::vector<gfx::Rect>& renderer_bounds, const gfx::Point& mouse_tab_offset, const gfx::Size& contents_size, NativeViewPhotobooth* photobooth) argument
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc181 gfx::Size contents_size = contents_view()->GetPreferredSize(); local
182 size.Enlarge(0, contents_size.height());
183 size.set_width(std::max(size.width(), contents_size.width()));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.cc51 const gfx::Size& contents_size,
59 contents_size_(contents_size),
49 DraggedTabGtk(TabContents* datasource, const gfx::Point& mouse_tab_offset, const gfx::Size& contents_size, bool mini) argument
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_view_gtk.cc56 const gfx::Size& contents_size)
64 contents_size_(contents_size),
54 DraggedViewGtk(DragData* drag_data, const gfx::Point& mouse_tab_offset, const gfx::Size& contents_size) argument
/external/chromium_org/android_webview/native/
H A Daw_contents.cc954 const gfx::Size& contents_size) {
961 env, obj.obj(), contents_size.width(), contents_size.height());
953 OnWebLayoutContentsSizeChanged( const gfx::Size& contents_size) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc1443 gfx::Size contents_size = local
1446 prerender_contents->StartPrerendering(process_id, contents_size,
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c4476 size_t contents_size; /* total size of elements */ local
4506 contents_size = n_elements * element_size;
4510 contents_size = 0;
4512 contents_size += request2size(sizes[i]);
4515 size = contents_size + array_size;
4543 array_chunk = chunk_plus_offset(p, contents_size);
4544 array_chunk_size = remainder_size - contents_size;
4547 remainder_size = contents_size;
/external/libffi/src/
H A Ddlmalloc.c3945 size_t contents_size; /* total size of elements */ local
3974 contents_size = n_elements * element_size;
3978 contents_size = 0;
3980 contents_size += request2size(sizes[i]);
3983 size = contents_size + array_size;
4011 array_chunk = chunk_plus_offset(p, contents_size);
4012 array_chunk_size = remainder_size - contents_size;
4015 remainder_size = contents_size;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3955 size_t contents_size; /* total size of elements */ local
3984 contents_size = n_elements * element_size;
3988 contents_size = 0;
3990 contents_size += request2size(sizes[i]);
3993 size = contents_size + array_size;
4021 array_chunk = chunk_plus_offset(p, contents_size);
4022 array_chunk_size = remainder_size - contents_size;
4025 remainder_size = contents_size;

Completed in 633 milliseconds