HomeSort by relevance Sort by last modified time
    Searched refs:SetY (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 229 heading_->SetY(y + (kIconSize - heading_->height()) / 2);
239 heading_->SetY(y);
extension_installed_bubble_view.cc 422 heading_->SetY(y);
429 how_to_use_->SetY(y);
437 manage_->SetY(y);
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 66 SetY(touch.root_location().y() - kPointRadius - 1);
touch_hud_debug.cc 360 label_container_->SetY(display_size.height() / kReducedScale);
475 label_container_->SetY(size.height() / kReducedScale);
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 226 image_view_->SetY(
228 label_view_->SetY(
  /external/chromium_org/ui/views/controls/
scroll_view.cc 409 contents_->SetY(-position);
495 contents_->SetY(-new_y);
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 159 child->SetY(-std::max(0, std::min(
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 398 view_->SetY(popup_rect.height() - view_->height());
  /external/chromium_org/ui/views/
view.h 226 void SetY(int y);
    [all...]
view.cc 312 void View::SetY(int y) {
    [all...]
view_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 192 icon->SetY(bounds.y() +
423 dot->SetY(dot->y() + animation_->GetCurrentValueForDot(i));
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc     [all...]

Completed in 1740 milliseconds