/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_controller.h | 47 // A class to control showing and hiding a bubble after a credit card is 60 // Show a bubble to educate the user about generated (fronting) cards and how 77 // The title of the bubble. 80 // Text in the contents of the bubble. 83 // Ranges of text styles in the bubble's main content. 86 // Called when the anchor for this bubble is clicked. Shows a new bubble. 89 // Called when the link at the bottom of the bubble is clicked. Opens and 90 // navigates a new tab to an informational page and hides the bubble. 94 // this bubble to show) [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view_browsertest.cc | 23 // Test whether the zoom bubble is anchored and whether it is visible when in 29 // The zoom bubble should be anchored when not in fullscreen. 35 // Entering fullscreen should close the bubble. (We enter into tab fullscreen 39 // notification before testing the zoom bubble visibility. 49 // The bubble should not be anchored when it is shown in non-immersive 67 // Test whether the zoom bubble is anchored and whether it is visible when in 87 // The zoom bubble should not be anchored when it is shown in immersive 94 // An immersive reveal should hide the zoom bubble. 101 // The zoom bubble should be anchored when it is shown in immersive fullscreen 108 // The top-of-window views should not hide till the zoom bubble hides. (I [all...] |
/external/chromium_org/ui/views/examples/ |
bubble_example.cc | 8 #include "ui/views/bubble/bubble_delegate.h" 66 BubbleExample::BubbleExample() : ExampleBase("Bubble") {} 98 ExampleBubble* bubble = new ExampleBubble(sender, arrow); local 99 bubble->set_color(colors[(color_index++) % arraysize(colors)]); 102 bubble->set_shadow(BubbleBorder::NO_SHADOW); 104 bubble->set_shadow(BubbleBorder::BIG_SHADOW); 106 bubble->set_shadow(BubbleBorder::SMALL_SHADOW); 109 bubble->set_close_on_deactivate(false); 110 bubble->set_move_with_anchor(true); 113 BubbleDelegateView::CreateBubble(bubble); [all...] |
/external/chromium/chrome/browser/ui/ |
status_bubble.h | 23 // On hover, expand status bubble to fit long URL after this delay. 28 // Sets the bubble contents to a specific string and causes the bubble 30 // when the cursor exits a link) will set the status bubble back to its 31 // status text. To hide the status bubble again, either call SetStatus 35 // Sets the bubble text to a URL - if given a non-empty URL, this will cause 36 // the bubble to fade in and remain open until given an empty URL or until 43 // Skip the fade and instant-hide the bubble. 55 // This is used by to ensure that the status bubble does not obscure
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.h | 10 #include "chrome/browser/ui/views/bubble/bubble.h" 21 // extension. Depending on the type of extension, the Bubble will 26 // bar which is shown while the Bubble is shown. 36 // The behavior and content of this Bubble comes in these varieties: 46 // is the browser window which will host the bubble. |icon| is the install 60 // Shows the bubble. Called internally via PostTask. 69 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
|
/external/chromium_org/chrome/browser/resources/options/ |
search_page.css | 13 /* Container for the elements that make up the search bubble. */ 14 .search-bubble { 20 /* Create a z-context for search-bubble-innards, its after and before. */ 24 /* Contains the text content of the bubble. */ 25 .search-bubble-innards { 34 /* Provides the border around the bubble (has to be behind ::after). */ 35 .search-bubble-innards::before { 48 .search-bubble-innards::after { 66 .search-bubble-wrapper {
|
/external/chromium_org/chrome/browser/ui/ |
status_bubble.h | 24 // On hover, expand status bubble to fit long URL after this delay. 29 // Sets the bubble contents to a specific string and causes the bubble 31 // when the cursor exits a link) will set the status bubble back to its 32 // status text. To hide the status bubble again, either call SetStatus 36 // Sets the bubble text to a URL - if given a non-empty URL, this will cause 37 // the bubble to fade in and remain open until given an empty URL or until 42 // Skip the fade and instant-hide the bubble. 54 // This is used by to ensure that the status bubble does not obscure
|
confirm_bubble.h | 18 // Creates a bubble and shows it with its top center at the specified 19 // |origin|. A bubble created by this function takes ownership of the
|
/external/chromium_org/ui/message_center/views/ |
message_bubble_base.h | 11 #include "ui/views/bubble/tray_bubble_view.h" 22 // Gets called when the bubble view associated with this bubble is 26 // Sets/Gets the maximum height of the bubble view. Setting 0 changes the 27 // bubble to the default size. max_height() will return the default size 36 // Called after the bubble view has been constructed. Creates and initializes 37 // the bubble contents. 43 // Updates the bubble; implementation dependent. 50 // Schedules bubble for layout after all notifications have been
|
/external/chromium/chrome/browser/ui/gtk/ |
fullscreen_exit_bubble_gtk.h | 17 // FullscreenExitBubbleGTK is responsible for showing a bubble atop the screen 21 // We place the bubble in |container|. 32 // Hide the exit bubble. 42 // The widget that animates the slide-out of fullscreen exit bubble. 45 // The timer that does the initial hiding of the exit bubble.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
star_view.h | 9 #include "chrome/browser/ui/views/bubble/bubble.h" 13 class Bubble; 38 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_button_gtk.h | 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h" 33 // Sets the location the arrow should be displayed on the menu bubble. 41 // Show the avatar bubble. 58 // A weak pointer to a browser. Used to create the bubble menu. 61 // Which side of the bubble to display the arrow.
|
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. 15 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h" 21 // Shows the first run bubble, pointing at |rect|, transient for the toplevel 26 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
|
script_bubble_gtk.h | 13 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h" 27 // A bubble that is displayed to show users when extensions are interacting 41 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE; 43 // Builds the bubble and all the widgets that it displays. 52 // We position the bubble near this widget. 61 // The bubble.
|
/external/chromium_org/chrome/browser/ui/views/ |
confirm_bubble_views_unittest.cc | 19 // Create parent widget, as confirm bubble must have an owner. 26 // Bubble owns the model. 30 ConfirmBubbleViews* bubble = new ConfirmBubbleViews(model); local 32 CreateBrowserModalDialogViews(bubble, parent)->Show(); 35 bubble->GetWidget()->CloseNow();
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.h | 32 // Called when the bubble is closing and is about to be deleted. 34 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) = 0; 45 // which will create and display a bubble. The object is self deleting, when the 46 // bubble is closed, you will be notified via 48 // object will be destroyed. You can also close and destroy the bubble by 52 // The style of the frame of the bubble (includes positioning and arrow). 70 GRAB_INPUT = 1 << 2, // Causes bubble to grab keyboard/pointer input. 71 NO_ACCELERATORS = 1 << 3, // Does not register any of the default bubble 75 // Show a bubble, pointing at the area |rect| (in coordinates relative to 76 // |anchor_widget|'s origin). A bubble will try to fit on the screen, so i [all...] |
/external/chromium/chrome/browser/speech/ |
speech_input_bubble.h | 23 // SpeechInputBubble displays a popup info bubble during speech recognition, 29 // The various buttons which may be part of the bubble. 35 // Informs listeners of user actions in the bubble. 38 // Invoked when the user selects a button in the info bubble. The InfoBubble 44 // free the InfoBubble instance. This callback is not issued if the bubble 54 // Creates the bubble, call |Show| to display it on screen. 63 // bubble window. Not to be called directly by users of this class. 82 // Indicates to the user that audio hardware is initializing. If the bubble is 86 // Indicates to the user that audio recording is in progress. If the bubble is 90 // Indicates to the user that recognition is in progress. If the bubble i [all...] |
/external/chromium_org/chrome/browser/speech/ |
speech_recognition_bubble.h | 28 // SpeechRecognitionBubble displays a popup info bubble during speech 34 // The various buttons which may be part of the bubble. 40 // Informs listeners of user actions in the bubble. 43 // Invoked when the user selects a button in the info bubble. The InfoBubble 49 // free the InfoBubble instance. This callback is not issued if the bubble 59 // Creates the bubble, call |Show| to display it on screen. 71 // bubble window. Not to be called directly by users of this class. 92 // Indicates to the user that audio hardware is initializing. If the bubble is 96 // Indicates to the user that audio recording is in progress. If the bubble is 100 // Indicates to the user that recognition is in progress. If the bubble i [all...] |
/external/chromium/chrome/browser/resources/options/ |
search_page.css | 9 .search-bubble { 24 .search-bubble:after { 34 .search-bubble-wrapper {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
first_run_bubble_controller.h | 12 // Manages the first run bubble. 20 // Creates and shows a first run bubble. |browser| is NULL in unittests. 26 // Handle the bubble's 'Change' button; direct users to search engine options.
|
confirm_bubble_cocoa.h | 15 // A view class that implements a bubble consisting of the following items: 22 // This bubble is convenient when we wish to ask transient, non-blocking 23 // questions. Unlike a dialog, a bubble menu disappears when we click outside of 24 // its window to avoid blocking user operations. A bubble is laid out as 39 // Controls used in this bubble. 47 // Initializes a bubble view. Since this initializer programmatically creates a
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_bubble_controller.h | 11 // Manages the first run bubble. 20 // Creates and shows a firstRun bubble.
|
status_bubble_mac.h | 24 // The various states that a status bubble may be in. Public for delegate 45 // Mac-specific method: Update the size and position of the status bubble to 46 // match the parent window. Safe to call even when the status bubble does not 50 // Mac-specific method: Change the parent window of the status bubble. Safe to 51 // call even when the status bubble does not exist. 59 // Expand the bubble to fit a URL too long for the standard bubble size. 69 // Sets the bubble text for SetStatus and SetURL. 76 // Attaches the status bubble window to its parent window. Safe to call even 80 // Detaches the status bubble window from its parent window [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_message_bubble_controller.h | 39 // Text for various UI labels shown in the bubble. 48 // Whether to show a list of extensions in the bubble. 50 // The data to show in the bubble. 61 // Whether the controller knows of extensions to list in the bubble. Returns 71 // Sets up the callbacks and shows the bubble. 72 void Show(ExtensionMessageBubble* bubble); 74 // Callbacks from bubble. Declared virtual for testing purposes. 94 // The action the user took in the bubble.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_container.html | 16 <div id="bubble" class="bubble faded" hidden></div>
|