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

  /external/chromium_org/ui/views/bubble/
bubble_border.cc 135 : arrow_(arrow),
161 if (arrow_paint_type_ == PAINT_TRANSPARENT || !has_arrow(arrow_))
163 else if (is_arrow_on_horizontal(arrow_))
178 if (is_arrow_on_horizontal(arrow_)) {
179 if (is_arrow_on_left(arrow_)) {
181 } else if (is_arrow_at_center(arrow_)) {
187 y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height();
188 } else if (has_arrow(arrow_)) {
189 x += is_arrow_on_left(arrow_) ? w + arrow_size : -arrow_size - size.width();
190 if (is_arrow_on_top(arrow_)) {
    [all...]
bubble_border.h 125 void set_arrow(Arrow arrow) { arrow_ = arrow; }
126 Arrow arrow() const { return arrow_; }
176 Arrow arrow_; member in class:views::BubbleBorder
bubble_delegate.h 67 BubbleBorder::Arrow arrow() const { return arrow_; }
68 void set_arrow(BubbleBorder::Arrow arrow) { arrow_ = arrow; }
182 BubbleBorder::Arrow arrow_; member in class:views::BubbleDelegateView
bubble_delegate.cc 119 arrow_(BubbleBorder::TOP_LEFT),
142 arrow_(arrow),
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.h 66 BubbleBorder::Arrow arrow_; member in class:views::MenuScrollViewContainer
menu_scroll_view_container.cc 184 arrow_(BubbleBorder::NONE),
194 arrow_ = BubbleBorderTypeFromAnchor(
197 if (arrow_ != BubbleBorder::NONE)
204 return arrow_ != BubbleBorder::NONE;
281 arrow_ = BubbleBorder::NONE;
317 bubble_border_ = new BubbleBorder(arrow_,
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 168 arrow_(NULL),
464 if (!arrow_) {
465 arrow_ = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE);
466 gtk_widget_set_size_request(arrow_,
469 gtk_container_add(GTK_CONTAINER(menu_button_), arrow_); local
473 gtk_widget_show(arrow_);
479 if (arrow_)
480 gtk_widget_hide(arrow_);
801 GtkAllocation arrow_allocation = arrow_->allocation;
    [all...]
download_item_gtk.h 177 GtkWidget* arrow_; member in class:DownloadItemGtk
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 110 arrow_(NULL),
404 if (!arrow_) {
405 arrow_ = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE);
406 gtk_widget_set_size_request(arrow_,
409 gtk_container_add(GTK_CONTAINER(menu_button_), arrow_); local
413 gtk_widget_show(arrow_);
419 if (arrow_)
420 gtk_widget_hide(arrow_);
767 gtk_widget_get_allocation(arrow_, &arrow_allocation);
    [all...]
download_item_gtk.h 181 GtkWidget* arrow_; member in class:DownloadItemGtk
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 227 views::ImageView* arrow_; member in class:autofill::AutofillDialogViews::AccountChooser
autofill_dialog_views.cc 509 arrow_(new views::ImageView()),
518 arrow_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
520 AddChildView(arrow_);
537 arrow_->SetVisible(!show_link);
    [all...]

Completed in 734 milliseconds