HomeSort by relevance Sort by last modified time
    Searched full:bubble (Results 101 - 125 of 1007) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h 29 static const int kInitialDelayMs; // Initial time bubble remains onscreen
50 // Hides the bubble. This is a separate function so it can be called by a
54 // Shows the bubble.
60 // bubble when the bubble is hidden.
67 // Called repeatedly to get the current mouse position and animate the bubble
85 // The browser this bubble is in.
88 // The host the bubble is for, can be empty.
91 // The type of the bubble; controls e.g. which buttons to show.
95 // Timer to delay before allowing the bubble to hide after it's initiall
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 5 // This is the GTK implementation of the bookmark bubble, the dialog box
7 // bubble open, so the class presents only static methods, and handles the
10 // the bubble is closed.
23 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
39 // Shows the bookmark bubble, pointing at |anchor_widget|.
46 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
88 // Open the bookmark editor for the current url and close the bubble.
96 // We basically have a singleton, since a bubble is sort of app-modal. This
97 // keeps track of the currently open bubble, or NULL if none is open.
137 // Whether the bubble is creating or editing an existing bookmark
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 23 // Manages a "content blocked" bubble.
33 // The container for the bubble contents of the geolocation bubble.
36 // The info button of the cookies bubble.
45 // Creates and shows a content blocked bubble. Takes ownership of
  /external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h 14 // Controller for the speech input bubble window. This bubble window gets
48 // Makes the speech input bubble visible on screen.
51 // Hides the speech input bubble away from screen. This does NOT release the
55 // Sets the image to be displayed in the bubble's status ImageView. A future
  /external/chromium_org/ash/first_run/
first_run_helper.h 58 // Opens and closes system tray bubble.
62 // Returns |true| iff system tray bubble is opened now.
65 // Returns bounds of system tray bubble. You must open bubble before calling
70 // bubble before calling this method.
  /external/chromium_org/chrome/browser/ui/cocoa/
speech_recognition_window_controller.h 13 // Controller for the speech recognition bubble window. This bubble window gets
47 // Makes the speech recognition bubble visible on screen.
50 // Hides the speech recognition bubble away from screen. This does NOT release
54 // Sets the image to be displayed in the bubble's status ImageView. A future
one_click_signin_bubble_controller_browsertest.mm 53 // Test that the bubble does not start sync if the OK button is clicked.
59 // Test that the bubble does not start sync if the Undo button is clicked.
65 // Test that the bubble does not start sync if the bubble is closed.
72 // the bubble does not start sync.
83 // the bubble does not start sync.
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
40 // is the browser window which will host the bubble. |icon| is the install
51 // Notified when the bubble gets destroyed so we can delete our instance.
58 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
66 // The 'x' that the user can press to hide the bubble shelf.
  /external/chromium_org/chrome/browser/ui/gtk/
one_click_signin_bubble_gtk.h 13 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
21 // Displays the one-click signin confirmation bubble (before syncing
36 BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
71 // It will be called when the bubble is closed if it has not been called
82 // These widgets are only used in the modal dialog, and not in the bubble.
password_generation_bubble_gtk.h 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
25 // PasswordGenerationBubbleGtk is a bubble use to show possible generated
38 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
56 // WebContents associated with the button that spawned this bubble.
63 // Store various status of the current living bubble.
status_bubble_gtk.h 31 // GTK implementation of StatusBubble. Unlike Windows, our status bubble
57 // This is used by to ensure that the status bubble does not obscure
67 // guarenteed to have its gtk_widget_name set to "status-bubble" for
80 // Sets the status bubble's location in the parent GtkFixed, shows the widget
81 // and makes sure that the status bubble has the highest z-order.
90 // Sets whether the bubble should be flipped horizontally and displayed on the
95 // Expand the bubble up to the full width of the browser, so that the entire
100 // Adjust the actual size of the bubble by changing the label's size request.
103 // Returns true if the status bubble is in the expand-state (i.e., is
148 // The animation for resizing the status bubble on long hovers
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
critical_notification_bubble_view.h 9 #include "ui/views/bubble/bubble_delegate.h"
50 // Helper function to set the headline for the bubble.
56 // The headline and buttons on the bubble.
61 // A timer to refresh the bubble to show new countdown value.
64 // When the bubble was created.
outdated_upgrade_bubble_view.h 8 #include "ui/views/bubble/bubble_delegate.h"
20 // It is intended to be used as the content of a bubble anchored off of the
30 // outdated upgrade bubble view.
56 // The upgrade bubble, if we're showing one.
59 // The numer of times the user ignored the bubble before finally choosing to
63 // Identifies if the reinstall button was hit before closing the bubble.
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 31 // GTK implementation of StatusBubble. Unlike Windows, our status bubble
56 // This is used by to ensure that the status bubble does not obscure
66 // guarenteed to have its gtk_widget_name set to "status-bubble" for
79 // Sets the status bubble's location in the parent GtkFixed, shows the widget
80 // and makes sure that the status bubble has the highest z-order.
89 // Sets whether the bubble should be flipped horizontally and displayed on the
94 // Expand the bubble up to the full width of the browser, so that the entire
99 // Adjust the actual size of the bubble by changing the label's size request.
102 // Returns true if the status bubble is in the expand-state (i.e., is
147 // The animation for resizing the status bubble on long hovers
    [all...]
info_bubble_gtk.h 7 // InfoBubbleGtk::Show, which will create and display a bubble. The object is
8 // self deleting, when the bubble is closed, you will be notified via
11 // bubble by calling Close().
50 // Where should the arrow be placed relative to the bubble?
58 // |anchor_widget|'s origin). An info bubble will try to fit on the screen,
60 // entire area will be used. The bubble will host the |content|
62 // |delegate| will be notified when the bubble is closed. The bubble will
64 // click is received outside of the bubble.
74 // Close the bubble if it's open. This will delete the widgets and object
    [all...]
first_run_bubble.h 5 // This is the GTK implementation of the First Run bubble, the dialog box
7 // bubble open, so the class presents only static methods.
28 // Shows the first run bubble, pointing at |rect|.
34 // Implements the InfoBubbleGtkDelegate. We are notified when the bubble
52 // Create and pack widgets for different bubble types.
57 // Contains some common set up for the labels in the bubble. |width| is a
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 5 #include "ui/views/bubble/bubble_delegate.h"
12 #include "ui/views/bubble/bubble_frame_view.h"
31 // Create a widget to host the bubble.
32 Widget* CreateBubbleWidget(BubbleDelegateView* bubble) {
35 bubble_params.delegate = bubble;
37 bubble_params.accept_events = bubble->accept_events();
38 if (bubble->parent_window())
39 bubble_params.parent = bubble->parent_window();
40 else if (bubble->anchor_widget())
41 bubble_params.parent = bubble->anchor_widget()->GetNativeView()
    [all...]
bubble_frame_view.h 21 // The non-client frame view of bubble-styled widgets.
28 // Insets to make bubble contents align horizontal with the bubble title.
67 // of the bubble window. The bubble's arrow location may change if the bubble
80 // Mirrors the bubble's arrow location on the |vertical| or horizontal axis,
86 // Adjust the bubble's arrow offsets if the generated window bounds don't fit
94 // The bubble border.
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.h 18 // those requests on the UI thread. At most one bubble can be active.
30 // Invoked when the user clicks outside the speech recognition info bubble
40 // Creates and shows a new speech recognition UI bubble in warmup mode.
55 // Checks whether the bubble is active and is showing a message.
61 // Closes the bubble.
68 // Retrieves the session ID associated to the active bubble (if any).
69 // Returns 0 if no bubble is currently shown.
119 // The session id for currently visible bubble.
122 // The render process and view ids for the currently visible bubble.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 18 // Controller for the bookmark bubble. The bookmark bubble is a
19 // bubble that pops up when clicking on the STAR next to the URL to
20 // add or remove it as a bookmark. This bubble allows for editing of
49 // |node| is the bookmark node we edit in this bubble.
52 // The owner of this object is responsible for showing the bubble if
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 9 #include "chrome/browser/ui/views/bubble/bubble_border.h"
13 // This is used to paint the border of the Bubble. Windows uses this via
14 // BorderWidgetWin, while others can use it directly in the bubble.
26 // of both the border and the contents inside the bubble.
28 // anchor. If the bubble does not fit on the monitor and
30 // bubble shows entirely.
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.h 21 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
24 // browser window.) If an extension is being applied, the bubble goes away
26 // been loaded. The purpose of this bubble is to warn the user that the browser
32 // bubble will only appear over the first window, as there is only ever one
33 // instance of the bubble.
44 // Show the loading bubble.
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.h 70 // Called from the the Bubble class to destroy itself: It tells the owning
76 // The function which creates the bubble once the delay is elapsed.
82 // The bubble menu.
88 // The snap type with which the bubble is created. This is needed because the
89 // creation of the bubble can be delayed and SetSnapType() may be called
90 // before the bubble is created.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 17 // Controller for the bookmark bubble. The bookmark bubble is a
18 // bubble that pops up when clicking on the STAR next to the URL to
19 // add or remove it as a bookmark. This bubble allows for editing of
46 // |node| is the bookmark node we edit in this bubble.
49 // The owner of this object is responsible for showing the bubble if
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 44 SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this, local
46 if (!bubble) // could be null if tab or display rect were invalid.
49 bubbles_[caller_id] = bubble;
97 // At least one other bubble exists for the same TabContents. So don't
149 // The bubble may have been closed before we got a chance to process this
162 SpeechInputBubble* bubble = bubbles_[caller_id]; local
165 bubble->SetWarmUpMode();
168 bubble->SetRecordingMode();
171 bubble->SetRecognizingMode();
174 bubble->SetMessage(text)
    [all...]

Completed in 371 milliseconds

1 2 3 45 6 7 8 91011>>