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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 55 // C: An optional chevron, visible for overflow. As wide as the
60 // it be handled by the parent view, is so that when the chevron is invisible
70 // initial padding and the chevron (ignoring the case where there are no icons
80 // in the overflow menu. The install bubble for extensions points to the chevron
107 // we make sure to suppress the chevron menu if it wasn't visible. This is
109 // animation ends and we don't want the chevron to flash into view while we are
135 // Returns the chevron, if any.
136 views::View* chevron() { return chevron_; } function in class:BrowserActionsContainer
137 const views::View* chevron() const { return chevron_; } function in class:BrowserActionsContainer
293 // automatically determines whether a chevron will be needed and includes i
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 67 // and chevron if they are both showing).
371 // The anchor might be in the overflow menu. Then we point to the chevron.
373 anchor = button->toolbar_->chevron();
535 signals_.Connect(chevron(), "button-press-event",
541 gtk_container_add(GTK_CONTAINER(overflow_alignment_.get()), chevron());
543 // |overflow_area_| holds the overflow chevron and the separator, which
666 // the chevron state.
794 anchor = button->toolbar_->chevron();
842 ExtensionPopupGtk::Show(popup_url, browser(), chevron(),
889 // During drags, when the overflow chevron shows for the first time
    [all...]
browser_actions_toolbar_gtk.h 49 GtkWidget* chevron() { return overflow_button_->widget(); } function in class:BrowserActionsToolbarGtk
151 // Shows or hides the chevron as appropriate.
190 // Contains the drag gripper, browser action buttons, and overflow chevron.
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 228 // Read array of chevron drawables
233 final TargetDrawable chevron = chevrons.get(i); local
235 mChevronDrawables.add(chevron == null ? null : new TargetDrawable(chevron));
421 // Add an animation for all chevron drawables. There are mFeedbackCount drawables
715 * Starts chevron animation. Example use case: show chevron animation whenever the phone rings
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 46 GtkWidget* chevron() { return overflow_button_->widget(); } function in class:BrowserActionsToolbarGtk
138 // Shows or hides the chevron as appropriate.
177 // Contains the drag gripper, browser action buttons, and overflow chevron.
browser_actions_toolbar_gtk.cc 49 // and chevron if they are both showing).
406 signals_.Connect(chevron(), "button-press-event",
412 gtk_container_add(GTK_CONTAINER(overflow_alignment_), chevron());
414 // |overflow_area_| holds the overflow chevron and the separator, which
537 // the chevron state.
691 chevron(),
740 // During drags, when the overflow chevron shows for the first time,
744 gtk_widget_size_request(chevron(), &req);
917 overflow_menu_->PopupAsFromKeyEvent(chevron());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 145 // with this extension disabled. Try showing it on the chevron.
148 reference_widget = GTK_WIDGET_VISIBLE(toolbar->chevron()) ?
149 toolbar->chevron() : NULL;
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 97 // with this extension disabled. Try showing it on the chevron.
100 reference_widget = gtk_widget_get_visible(toolbar->chevron()) ?
101 toolbar->chevron() : NULL;
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 203 // C: An optional chevron, visible for overflow. As wide as the
208 // it be handled by the parent view, is so that when the chevron is invisible
218 // initial padding and the chevron (ignoring the case where there are no icons
228 // in the overflow menu. The install bubble for extensions points to the chevron
255 // we make sure to suppress the chevron menu if it wasn't visible. This is
257 // animation ends and we don't want the chevron to flash into view while we are
285 // Returns the chevron, if any.
286 const views::View* chevron() const { return chevron_; } function in class:BrowserActionsContainer
442 // automatically determines whether a chevron will be needed and includes it
447 // still show it. This assumes a visible chevron because the only way w
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 315 // If the view is not visible then it is in the chevron, so point the
316 // install bubble to the chevron instead. If this is an incognito window,
319 reference_view = container->chevron();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 127 // point to the chevron, not the hotdog menu.
129 reference_view = container->chevron(); // It's hidden, use the chevron.
extension_installed_bubble_view.cc 550 // If the view is not visible then it is in the chevron, so point the
551 // install bubble to the chevron instead. If this is an incognito window,
554 reference_view = container->chevron();
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 1745 .icon-chevron-left
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 720 milliseconds