Searched refs:set_size (Results 1 - 25 of 112) sorted by path

12345

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm290 =item C<set_size>
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc246 page_params->printable_area.set_size(
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.cc52 wallpaper_rect.set_size(cropped_size);
/external/chromium_org/ash/display/
H A Dresolution_notification_controller_unittest.cc93 bounds.set_size(actual_new_resolution);
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc131 background_bounds.set_size(background_image->size());
147 forground_bounds.set_size(forground_image->size());
H A Dapp_list_button.cc148 background_bounds.set_size(background_image->size());
164 forground_bounds.set_size(forground_image->size());
H A Dshelf_view.cc763 bounds->overflow_bounds.set_size(
/external/chromium_org/ash/shell/
H A Dlock_view.cc58 bounds.set_size(ps);
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.h41 void set_size(const gfx::Size& size) { size_ = size; } function in class:ash::TrayBackgroundView::TrayContainer
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc68 bounds_in_parent.set_size(GetMaximumSizeOfWindow(state_object));
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager.cc282 target_bounds.set_size(window->bounds().size());
H A Dvideo_detector_unittest.cc118 update_region.set_size(
/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc274 state.icons.set_size(app_icon_container_->size());
278 state.controls.set_size(control_icon_container_->size());
299 state.search_box.set_size(search_box_container_->GetPreferredSize());
303 state.icons.set_size(app_icon_container_->size());
307 state.controls.set_size(control_icon_container_->size());
/external/chromium_org/cc/animation/
H A Dtransform_operations_unittest.cc859 box.set_size(sizes[i], sizes[i], 0.f);
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer.cc175 expanded_rect.set_size(clamped_size);
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.cc91 tile_rect.set_size(tile_size());
H A Dpicture_layer_tiling.cc125 tile_rect.set_size(tiling_data_.max_texture_size());
439 rect.set_size(tiling_->tiling_data_.max_texture_size());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.cc85 entry->mutable_file_info()->set_size(file_info.size);
H A Dfile_system_unittest.cc256 file1.mutable_file_info()->set_size(1048576);
275 file2.mutable_file_info()->set_size(555);
294 file3.mutable_file_info()->set_size(12345);
H A Dresource_entry_conversion.cc85 file_info->set_size(input.file_size());
101 file_info->set_size(0);
H A Dresource_entry_conversion_unittest.cc308 entry.mutable_file_info()->set_size(12345);
H A Dresource_metadata_unittest.cc71 entry.mutable_file_info()->set_size(1024);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc115 entry->mutable_file_info()->set_size(file_info.size);
165 entry->mutable_file_info()->set_size(file_info.size);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc554 subnet->set_size(130); // Invalid size.
558 subnet->set_size(-1); // Invalid size.
562 subnet->set_size(64);
569 subnet->set_size(64);
573 subnet->set_size(64);
577 subnet->set_size(128);
581 subnet->set_size(100);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc304 bounds.set_size(size);

Completed in 686 milliseconds

12345