Searched refs:set_size (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/content/browser/renderer_host/
H A Dgtk_plugin_container.cc20 void set_size(int width, int height) { function in class:content::__anon7703::GtkPluginContainer
60 container->set_size(0, 0);
84 GtkPluginContainer::CastChecked(widget)->set_size(width, height);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_layout_manager.cc52 bounds.set_size(root_window_->GetHostSize());
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_dialog_delegate.h23 void set_size(int width, int height) { function in class:ui::test::TestWebDialogDelegate
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp62 set_size(len);
76 set_size(newsize);
/external/tinyxml/
H A Dtinystr.cpp66 set_size(len);
80 set_size(newsize);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_entry_conversion.cc79 file_info->set_size(input.file_size());
96 file_info->set_size(0);
145 entry_file_info->set_size(file_info.size);
/external/chromium_org/ppapi/cpp/
H A Drect.h79 set_size(s);
92 set_size(size);
212 void set_size(const Size& s) { function in class:pp::Rect
/external/openssh/
H A Dssh-pkcs11-helper.c272 ssize_t len, olen, set_size; local
300 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
301 rset = (fd_set *)xmalloc(set_size);
302 wset = (fd_set *)xmalloc(set_size);
305 memset(rset, 0, set_size);
306 memset(wset, 0, set_size);
/external/chromium_org/content/browser/android/
H A Doverscroll_glow.h75 void set_size(gfx::SizeF size) { function in class:content::OverscrollGlow
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dformat.h32 void set_size(uint64_t size) { size_ = size; } function in class:leveldb::BlockHandle
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc515 subnet->set_size(130); // Invalid size.
519 subnet->set_size(-1); // Invalid size.
523 subnet->set_size(64);
530 subnet->set_size(64);
534 subnet->set_size(64);
538 subnet->set_size(128);
542 subnet->set_size(100);
567 subnet->set_size(128);
573 subnet->set_size(64);
579 subnet->set_size(12
[all...]
/external/chromium_org/ash/launcher/
H A Dalternate_app_list_button.cc109 background_bounds.set_size(background_image->size());
125 forground_bounds.set_size(forground_image->size());
/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc104 delegate->set_size(kInitialWidth, kInitialHeight);
157 set_bounds.set_size(min_size);
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.cc30 set_size(0);
41 set_size(other.size());
H A Dfont_dev.h47 void set_size(uint32_t s) { pp_font_description_.size = s; } function in class:pp::FontDescription_Dev
/external/chromium_org/ui/gfx/
H A Dbox_f.h49 set_size(width_ * x_scale, height_ * y_scale, depth_ * z_scale);
88 void set_size(float width, float height, float depth) {
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_browsertest.cc96 bounds.set_size(gfx::Size(bounds.width() + 20, bounds.height() + 10));
138 bounds.set_size(gfx::Size(bounds.width() + 30, bounds.height() - 20));
234 bounds.set_size(gfx::Size(bounds.width() + 10, bounds.height() + 15));
248 bounds.set_size(gfx::Size(bounds.width() + 30, bounds.height() - 20));
262 bounds.set_size(gfx::Size(bounds.width() + 20, bounds.height() + 10));
343 bounds.set_size(gfx::Size(bounds.width() + delta_x,
385 panel1_bounds.set_size(gfx::Size(panel1_bounds.width() + 10,
406 panel3_bounds.set_size(gfx::Size(panel3_bounds.width() + 7,
448 bounds.set_size(gfx::Size(bounds.width() + 5, bounds.height() - 25));
463 bounds.set_size(gf
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc59 utf16.set_size(len);
87 utf8.set_size(len);
117 result.set_size(len);
139 result_path.set_size(0);
175 random_path_utf16.set_size(0);
312 cur_path.set_size(len);
327 result.set_size(len);
692 result.set_size(0);
721 result.set_size(bytes_read);
726 result.set_size(le
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dconflict_resolver.cc360 int set_size = conflict_set->size(); local
361 if (set_size < 2) {
362 LOG(WARNING) << "Skipping conflict set because it has size " << set_size;
375 VLOG(1) << "Fixing a set containing " << set_size << " items";
/external/chromium_org/ash/shell/
H A Dlock_view.cc55 bounds.set_size(ps);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.cc111 bounds->set_size(gfx::Size(width, height));
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dsprite.cc65 src_rect_clipped.set_size(draw_rect_clipped.size());
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h49 void set_size(uint32_t s) { pp_font_description_.size = s; } function in class:pp::BrowserFontDescription
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc36 desc.set_size(100);
/external/chromium_org/ui/views/controls/scrollbar/
H A Dkennedy_scroll_bar.cc72 local_bounds.set_size(track_size);

Completed in 493 milliseconds

12345