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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.h 20 // extension. Depending on the type of extension, the Bubble will
25 // bar which is shown while the Bubble is shown.
32 // The behavior and content of this Bubble comes in these varieties:
40 // Implements the UI for showing the bubble. Owns us.
45 // Attempts to show the bubble. Called from ShowInternal. Returns false
47 // to the toolbar), the bubble could not be shown immediately.
75 // The view delegate that shows the bubble. Owns us.
85 // The number of times to retry showing the bubble if the browser action
  /external/chromium_org/chrome/browser/ui/
profile_reset_bubble.h 14 // Returns whether or not the profile reset bubble is supported on this
18 // Shows the profile reset bubble on the platforms that support it.
network_profile_bubble.h 22 // this is the case notify the user with an info bubble.
41 // User has clicked learn more on the notification bubble.
43 // User has clicked OK on the notification bubble.
55 // it is shows the warning bubble to the user.
58 // Shows the notification bubble using the provided |browser|.
63 // Register the pref that controls whether the bubble should be shown anymore.
70 // This function creates the notification bubble, attaches it to the
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
styled-error-bubbles-in-scripts.html 4 <p>To test, open the Inspector. There should be a red bubble with the number "1"
6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
  /external/chromium_org/ui/webui/resources/css/
bubble_button.css 6 .bubble-button {
14 .bubble-button > div {
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble_button.js 7 * An image button that brings up an informative bubble when activated by
21 this.className = 'bubble-button';
33 * Whether the button is currently showing a bubble.
37 return this.image.classList.contains('showing-bubble');
40 this.image.classList.toggle('showing-bubble', showing);
45 * informative bubble.
50 // Toggle the bubble on left click. Let any other clicks propagate.
55 // Toggle the bubble when <Return> or <Space> is pressed. Let any other
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.h 25 // StatusBubble displays a bubble of text that fades in, hovers over the
30 // How wide the bubble's shadow is.
36 // |base_view| is the view that this bubble is positioned relative to.
42 // Reposition the bubble - as we are using a WS_POPUP for the bubble,
46 // The bubble only has a preferred height: the sum of the height of
50 // Set the bounds of the bubble relative to |base_view_|.
53 // Set bubble to new width.
76 // Attempt to move the status bubble out of the way of the cursor, allowing
77 // users to see links in the region normally occupied by the status bubble
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 23 // 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.
74 // Sets the bubble text for SetStatus and SetURL.
81 // Attaches the status bubble window to its parent window. Safe to call even
85 // Detaches the status bubble window from its parent window
    [all...]
fullscreen_exit_bubble_view.h 10 // A view that handles painting the background for the Fullscreen Exit Bubble.
one_click_signin_bubble_controller.h 18 // Displays the one-click signin confirmation bubble
28 // menu this bubble will be displayed, and callbacks which are called
34 // The bubble is not automatically displayed; call showWindow:id to
35 // display. The bubble is auto-released on close.
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.h 25 // those requests in the UI thread. There could be multiple bubble objects alive
27 // that bubble are reported to the delegate.
40 // Invoked when the user clicks outside the speech input info bubble causing
51 // Creates a new speech input UI bubble. One of the SetXxxx methods below need
59 // the bubble visible if not already visible.
63 // the bubble visible if not already visible.
66 // Indicates to the user that recognition is in progress. If the bubble is
71 // bubble is hidden, |Show| must be called to make it appear on screen.
113 // Called whenever a bubble was added to or removed from the list. If the
114 // bubble was being added, this method registers for close notifications wit
    [all...]
  /external/chromium_org/ash/shell/
bubble.cc 6 #include "ui/views/bubble/bubble_border.h"
7 #include "ui/views/bubble/bubble_delegate.h"
42 ExampleBubbleDelegateView* bubble = new ExampleBubbleDelegateView(config); local
43 views::BubbleDelegateView::CreateBubble(bubble)->Show();
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.h 19 // Handles gesture events on the shelf to show the system tray bubble.
26 // bubble. Returns true if the handler can continue to process gesture events
27 // for the bubble. Returns false if it should no longer receive gesture
36 // The widget for the tray-bubble.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
app_list_step.html 1 <div id="app-list" class="step bubble transparent hidden">
tray_step.html 1 <div id="tray" class="step bubble transparent hidden">
  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_view.h 19 // A cross-platform, headless bubble that doesn't conflict with other top-level
25 // Creates a bubble and returns a weak reference to it.
44 // A weak reference to the controller that operates this bubble.
47 // Whether the bubble is currently showing or not.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
new_credit_card_bubble_cocoa.h 29 // Cocoa implementation of NewCreditCardBubbleView (a bubble shown after a user
46 // Creates the cocoa bubble controller without initializing anything else.
51 // Cocoa-side controller for the bubble. Not owned.
54 // Controller that drives this bubble. Never NULL; outlives this class.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.h 31 // Shows the zoom bubble for this decoration. If |auto_close| is YES, then
32 // the bubble will automatically close after a fixed period of time.
35 // Closes the zoom bubble.
57 // The bubble that this decoration shows. Weak, owns self.
  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk_browsertest.cc 39 ConfirmBubbleGtk* bubble() const { return bubble_; } function in class:ConfirmBubbleGtkTest
69 bubble()->OnCancelButton(NULL);
79 bubble()->OnLinkButton(NULL);
89 bubble()->OnOkButton(NULL);
content_setting_bubble_gtk.h 12 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
44 // Dismisses the bubble.
67 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
69 // Builds the bubble and all the widgets that it displays.
82 // We position the bubble near this widget.
91 // Provides data for this bubble.
94 // The bubble.
  /external/chromium_org/chrome/browser/ui/translate/
translate_bubble_factory.h 17 // Factory to show the Translate bubble.
22 // Shows the translate bubble. The behavior depends on the current factory's
29 // Sets the factory to change the behavior how to show the bubble.
34 // Shows the translate bubble.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_prompt_view.h 9 #include "ui/views/bubble/bubble_delegate.h"
15 // Bubble. BookmarkPromptView provides views for prompting user for action box
21 // Show the prompt bubble.
39 // The bookmark bubble, if we're showing one.
  /packages/wallpapers/NoiseField/res/values-tl/
strings.xml 4 <string name="wallpaper_label" msgid="5531350352180127395">"Mga Bubble"</string>
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.h 10 #include "ui/views/bubble/bubble_delegate.h"
26 // This is a class that implements the UI for the bubble showing which
33 // Show the Disabled Extension bubble, if needed.
52 // Shows the bubble and updates the counter for how often it has been shown.
72 // The controller for the bubble. Weak, not owned by us.
75 // The headline, labels and buttons on the bubble.
81 // All actions (link, button, esc) close the bubble, but we need to
suspicious_extension_bubble_view.h 9 #include "ui/views/bubble/bubble_delegate.h"
26 // This is a class that implements the UI for the bubble showing which
33 // Show the Disabled Extension bubble, if needed.
50 // Shows the bubble and updates the counter for how often it has been shown.
70 // The controller for the bubble. Weak, not owned by us.
73 // The headline, labels and buttons on the bubble.
78 // All actions (link, button, esc) close the bubble, but we need to

Completed in 478 milliseconds

1 2 34 5 6 7 8 91011>>