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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 24 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
26 EXPECT_TRUE(bubble.get());
31 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
33 EXPECT_TRUE(bubble.get());
34 bubble->Show();
39 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
41 EXPECT_TRUE(bubble.get());
42 bubble->Show();
43 bubble->Hide();
48 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.cc 15 // Do safe iteration in case the bubble winds up closing as a result of this
19 BubbleSet::iterator bubble = i++; local
20 (*bubble)->BrowserWindowMoved();
24 void BrowserBubbleHost::AttachBrowserBubble(BrowserBubble* bubble) {
25 DCHECK(browser_bubbles_.find(bubble) == browser_bubbles_.end()) <<
27 browser_bubbles_.insert(bubble);
30 void BrowserBubbleHost::DetachBrowserBubble(BrowserBubble* bubble) {
31 BubbleSet::iterator it = browser_bubbles_.find(bubble);
39 // BrowserWindowClosing will usually cause the bubble to remove itself from
43 BubbleSet::iterator bubble = i++ local
    [all...]
  /external/chromium_org/ui/webui/resources/css/
bubble.css 5 .bubble {
13 .bubble-content {
23 * bubble. */
24 .bubble-close:not([hidden]) ~ .bubble-content {
28 .bubble-close {
37 html[dir='rtl'] .bubble-close {
42 .bubble-close {
48 .bubble-close:hover {
54 .bubble-close:active
    [all...]
expandable_bubble.css 5 .expandable-bubble {
19 .expandable-bubble::after {
29 .expandable-bubble > .expandable-bubble-contents > .expandable-bubble-title {
37 .expandable-bubble[masked] > .expandable-bubble-contents >
38 .expandable-bubble-title::after {
49 .expandable-bubble[expanded] > .expandable-bubble-contents
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
bubble.css 5 * Css based bubble.
8 .bubble {
20 .bubble::before {
28 .bubble-top::before {
33 html[dir=ltr] .bubble-top::before {
37 html[dir=rtl] .bubble-top::before {
41 html[dir=ltr] .bubble-right::before,
42 html[dir=rtl] .bubble-left::before {
48 .bubble-bottom::before {
53 html[dir=ltr] .bubble-bottom::before
    [all...]
bubble.js 6 * @fileoverview Bubble implementation.
12 * Creates a bubble div.
16 var Bubble = cr.ui.define('div');
19 * Bubble attachment side.
22 Bubble.Attachment = {
23 RIGHT: 'bubble-right',
24 LEFT: 'bubble-left',
25 TOP: 'bubble-top',
26 BOTTOM: 'bubble-bottom'
29 Bubble.prototype =
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_view.h 14 // A cross-platform interface for a bubble that is shown when a new credit card
19 // The preferred width of the bubble's contents.
24 // Visually reveals the bubble.
27 // Hides the bubble from view.
30 // Creates a bubble that's operated by |controller| and owns itself.
31 // |controller| may be invalid while the bubble is closing.
generated_credit_card_bubble_view.h 14 // A cross-platform interface for a bubble shown to educate users after a credit
19 // The preferred size of the bubble's contents.
24 // Visually reveals the bubble.
27 // Hides the bubble from view.
30 // Returns whether the bubble is currently in the process of hiding itself.
33 // Creates a bubble that's operated by |controller| and owns itself.
34 // |controller| may be invalid while the bubble is closing.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
bubble.css 7 .bubble .arrow {
17 .bubble .arrow.points-up {
22 .bubble .arrow.points-right {
27 .bubble .arrow.points-down {
32 .bubble .arrow.points-left {
37 .bubble .arrow.top {
41 .bubble .arrow.right {
45 .bubble .arrow.bottom {
49 .bubble .arrow.left {
step_bubble.css 7 .step.bubble {
15 .step.bubble h1 {
23 .step.bubble p {
29 .step.bubble p + p {
33 .step.bubble .controls {
41 .step.bubble .controls button {
48 .step.bubble.hidden {
  /external/chromium_org/chrome/browser/ui/gtk/
manage_passwords_bubble_gtk.h 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
23 // Shows the manage passwords bubble below the |manage_passwords_icon_widget|
25 // bubble will be positioned in the top right of corner of the widget with no
29 // Whether the manage passwords bubble is currently showing.
32 // Closes the manage passwords bubble (if there is one).
42 // Closes the manage password bubble.
45 // Notified when the bubble is destroyed so this instance can be deleted.
54 // The WebContents for the page where the manage passwords bubble is
58 // The BubbleGtk object containing the manage passwords bubble's content.
zoom_bubble_gtk.h 12 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
29 // Shows the zoom bubble below |anchor_widget| with an arrow pointing at
30 // |anchor_widget|. If |anchor_widget| is a toplevel window, the bubble will
35 // Whether the zoom bubble is currently showing.
38 // Closes the zoom bubble (if there is one).
60 // Refreshes the bubble by changing the zoom percentage appropriately and
64 // Closes the zoom bubble.
67 // Notified when the bubble is destroyed so this instance can be deleted.
79 // Whether the currently displayed bubble will automatically close.
82 // Whether the mouse is currently inside the bubble
    [all...]
confirm_bubble_gtk.h 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
20 // A class that implements a bubble that consists of the following items:
28 // This bubble is convenient when we wish to ask transient, non-blocking
29 // questions. Unlike a dialog, a bubble menu disappears when we click outside of
30 // its window to avoid blocking user operations. A bubble is laid out as
48 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
50 // Create a bubble and show it.
65 // The bubble.
68 // The anchor window and the screen point where this bubble is anchored. This
69 // class shows a bubble under this point
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 10 * The arrow location specifies how the arrow and bubble are positioned in
15 // The arrow is positioned at the top and the start of the bubble. In left
16 // to right mode this is the top left. The entire bubble is positioned below
19 // The arrow is positioned at the top and the end of the bubble. In left to
20 // right mode this is the top right. The entire bubble is positioned below
23 // The arrow is positioned at the bottom and the start of the bubble. In
24 // left to right mode this is the bottom left. The entire bubble is
27 // The arrow is positioned at the bottom and the end of the bubble. In
28 // left to right mode this is the bottom right. The entire bubble is
34 * The bubble alignment specifies the position of the bubble in relation t
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 9 #include "chrome/browser/ui/views/bubble/bubble_border.h"
20 // Bubble is used to display an arbitrary view above all other windows.
21 // Think of Bubble as a tooltip that allows you to embed an arbitrary view
22 // in the tooltip. Additionally the Bubble renders an arrow pointing at
23 // the region the info bubble is providing the information about.
25 // To use an Bubble, invoke Show() and it'll take care of the rest. The Bubble
33 class Bubble;
49 // Called when the Bubble is closing and is about to be deleted.
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) = 0
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller_unittest.mm 31 // The bubble controller will release itself when the window closes.
36 EXPECT_TRUE([controller_ bubble]);
51 // Test that kAlignEdgeToAnchorEdge and a left bubble arrow correctly aligns the
54 [[controller_ bubble] setArrowLocation:info_bubble::kTopLeft];
55 [[controller_ bubble] setAlignment:info_bubble::kAlignEdgeToAnchorEdge];
59 // Make sure the bubble size hasn't changed.
62 // Make sure the bubble is left aligned.
67 // Test that kAlignEdgeToAnchorEdge and a right bubble arrow correctly aligns
70 [[controller_ bubble] setArrowLocation:info_bubble::kTopRight];
71 [[controller_ bubble] setAlignment:info_bubble::kAlignEdgeToAnchorEdge]
    [all...]
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_browsertest.cc 32 scoped_ptr<SpeechRecognitionBubble> bubble(SpeechRecognitionBubble::Create(
36 EXPECT_TRUE(bubble.get());
43 scoped_ptr<SpeechRecognitionBubble> bubble(SpeechRecognitionBubble::Create(
47 EXPECT_TRUE(bubble.get());
48 bubble->Show();
55 scoped_ptr<SpeechRecognitionBubble> bubble(SpeechRecognitionBubble::Create(
59 EXPECT_TRUE(bubble.get());
60 bubble->Show();
61 bubble->Hide();
68 scoped_ptr<SpeechRecognitionBubble> bubble(SpeechRecognitionBubble::Create
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.h 11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
16 // The GTK implementation of the bundle installed bubble. The bubble reports
23 // Displays an installed bubble in the |browser| for the |bundle|.
32 // Assembles the content area of the bubble.
35 // The bubble lists the items that installed successfully and those that
41 // BubbleDelegateGtk, called when the bubble is about to close.
42 virtual void BubbleClosing(BubbleGtk* bubble, bool closed_by_escape) OVERRIDE;
44 // Closes the bubble.
47 // Called when the user clicks the bubble's close button
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 9 #include "chrome/browser/ui/views/bubble/bubble_border.h"
16 // Browser. If you don't install a delegate, the bubble will hide
17 // automatically when the browser moves. The bubble is only shown manually.
18 // Users are expected to delete the bubble when finished with it.
22 // Delegate to browser bubble events.
25 // Called when the Browser Window that this bubble is attached to moves.
26 virtual void BubbleBrowserWindowMoved(BrowserBubble* bubble) {}
28 // Called with the Browser Window that this bubble is attached to is
30 virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble) {}
32 // Called when the bubble became active / got focus
    [all...]
page_info_bubble_view.h 10 #include "chrome/browser/ui/views/bubble/bubble.h"
36 void set_bubble(Bubble* bubble) { bubble_ = bubble; }
45 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
58 // Layout the sections within the bubble.
61 // Global pointer to the bubble that is hosting our view.
62 static Bubble* bubble_
    [all...]
pinned_contents_info_bubble.h 9 #include "chrome/browser/ui/views/bubble/border_contents.h"
10 #include "chrome/browser/ui/views/bubble/bubble.h"
13 // an Bubble that has its contents pinned to a specific location. See
36 // A specialization of the Bubble. Used to draw an Bubble which, in
38 // the bubble horizontally to fix it to a specific location. See base class
40 class PinnedContentsInfoBubble : public Bubble {
42 // Shows the Bubble (see base class function for details).
43 // |bubble_anchor| specifies how far horizontally to shift the bubble i
    [all...]
status_bubble_views.h 26 // StatusBubble displays a bubble of text that fades in, hovers over the
31 // How wide the bubble's shadow is.
37 // |base_view| is the view that this bubble is positioned relative to.
43 // Reposition the bubble - as we are using a WS_POPUP for the bubble,
47 // The bubble only has a preferred height: the sum of the height of
51 // Set the bounds of the bubble relative to |base_view_|.
54 // Set bubble to new width.
71 // Attempt to move the status bubble out of the way of the cursor, allowing
72 // users to see links in the region normally occupied by the status bubble
    [all...]
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 11 #include "chrome/browser/ui/views/bubble/bubble.h"
21 // Singleton class controlling a bubble displaying a level-based setting like
29 // Update the bubble's current level without showing the bubble onscreen.
30 // We _do_ still animate the level moving to |percent| in case the bubble is
35 // time that the bubble is shown. For example:
42 // displayed in response to 3) would show the bubble animating from 50% down
56 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 15 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
18 // browser window.) If an extension is being applied, the bubble goes away
20 // been loaded. The purpose of this bubble is to warn the user that the browser
26 // bubble will only appear over the first window, as there is only ever one
27 // instance of the bubble.
37 // Show the loading bubble.
43 // The one copy of the loading bubble.
52 // The actual Cocoa view implementing the bubble.
55 // Multiple loads can be started at once. Only show one bubble, and keep
56 // track of number of loads happening. Close bubble when num_loads < 1
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.h 23 // Get the web contents associated with this bubble.
26 // Called when the bubble is being closed.
37 // Whether or not the bubble should automatically close itself after being
44 // Whether or not the mouse is over the bubble.
47 // Used to prevent the bubble from auto-closing while the mouse is inside it.
51 // Creates the bubble for a parent window but does not show it.
55 // Shows the bubble at |anchorPoint| in window coordinates. If
56 // |autoClose| is YES, then the bubble was opened in response to a
64 // Button action from the bubble that resets the zoom level to the default.
67 // Button action from the bubble that increases the zoom level
    [all...]

Completed in 282 milliseconds

1 2 3 4 5 6 7 8 91011>>