HomeSort by relevance Sort by last modified time
    Searched refs:set_width (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/ui/app_list/views/
folder_header_view.cc 162 back_bounds.set_width(kIconDimension + 2 * kBackButtonPadding);
181 text_bounds.set_width(text_width);
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 496 bounds.set_width(initial_size_[i]);
590 bounds->set_width(bounds->width() + leftovers);
600 attached_bounds.set_width(sizes[i]);
824 bounds->set_width(std::min(bounds->width(),
880 bounds->set_width(bounds->right() - left_edge);
889 bounds->set_width(right_edge - bounds->x());
    [all...]
  /external/chromium_org/ash/system/user/
user_view.cc 295 user_card_area.set_width(std::max(0, remaining_width + 1));
300 logout_area.set_width(logout_area.width() +
307 user_card_area.set_width(remaining_width);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 359 bounds->set_width(default_bounds.width());
364 bounds->set_width(std::max(kMinVisibleWidth, bounds->width()));
377 bounds->set_width(std::min(bounds->width(), work_area.width()));
  /external/chromium_org/components/enhanced_bookmarks/
enhanced_bookmark_model.cc 197 info->set_width(width);
465 info->set_width(image_width);
479 info->set_width(thumbnail_width);
enhanced_bookmark_model_unittest.cc 207 info->set_width(15);
239 info->set_width(15);
298 info->set_width(15);
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 64 bounds->set_width(*bounds_spec.width);
78 size->set_width(*width > 0 ? std::max(0, *width - insets.width())
220 window_bounds.set_width(*bounds_spec.width + frame_insets.width());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 47 mScript.set_width(w);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 72 label_bounds.set_width(
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 130 subrect->set_width(scale_size);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 77 void set_width(PP_TrueTypeFontWidth_Dev width) { function in class:pp::TrueTypeFontDesc_Dev
  /external/chromium_org/ui/gfx/geometry/
box_f.h 79 void set_width(float width) { width_ = width < 0 ? 0 : width; } function in class:gfx::BoxF
  /external/chromium_org/ui/views/controls/scrollbar/
overlay_scroll_bar.cc 150 thumb_bounds.set_width(thumb->width());
  /external/chromium_org/ash/wm/
window_resizer.cc 158 new_bounds.set_width(new_bounds.width() + delta);
163 new_bounds.set_width(width);
window_state_unittest.cc 222 expected.set_width(500);
238 restore_bounds.set_width(restore_bounds.width() + 1);
  /external/chromium_org/extensions/browser/app_window/
app_window_geometry_cache.cc 231 window_data.bounds.set_width(i);
239 window_data.screen_bounds.set_width(i);
app_window.cc 109 combined_constraints.set_width(
126 combined_constraints.set_width(
180 combined_bounds.set_width(
    [all...]
  /external/chromium_org/ppapi/cpp/
rect.cc 29 set_width(std::max<int32_t>(width() - left - right, 0));
133 set_width(std::max<float>(width() - left - right, 0.0f));
  /external/chromium_org/ui/gfx/ipc/
gfx_param_traits.cc 111 r->set_width(values[0]);
132 r->set_width(values[0]);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 214 callout_bounds.set_width(kArrowWidth);
217 callout_bounds.set_width(kArrowHeight);
236 params.bounds.set_width(kArrowWidth);
421 bounds.set_width(max_width);
446 bounds.set_width(std::max(min_size.width(), bounds.width()));
    [all...]
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 159 keyboard_bounds.set_width(keyboard_bounds.width() +
211 launcher_ui_bounds.set_width(launcher_ui_bounds.width() + delta_width);
228 view_bounds.set_width(view_bounds.width() + delta_width);
  /external/chromium_org/ui/views/controls/button/
label_button.cc 257 size.set_width(std::min(max_size_.width(), size.width()));
302 label_size.set_width(std::max(child_area.width() -
306 label_size.set_width(
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 149 window_bounds.set_width(1);
339 min_size.set_width(header_width);
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 284 src_indicator_bounds_.set_width(
333 src_indicator_bounds_.set_width(kIndicatorThickness);
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc 334 entry_all_fields.mutable_image_media_metadata()->set_width(640);
338 entry_zero_fields.mutable_image_media_metadata()->set_width(0);

Completed in 329 milliseconds

1 23 4 5 6 7 8