Searched refs:bubble (Results 1 - 25 of 145) sorted by relevance

123456

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc24 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(SpeechInputBubbl
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_bubble_host.cc15 // 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) { argument
25 DCHECK(browser_bubbles_.find(bubble) == browser_bubbles_.end()) <<
27 browser_bubbles_.insert(bubble);
30 void BrowserBubbleHost::DetachBrowserBubble(BrowserBubble* bubble) { argument
31 BubbleSet::iterator it = browser_bubbles_.find(bubble);
39 // BrowserWindowClosing will usually cause the bubble to remove itself from
43 BubbleSet::iterator bubble local
[all...]
H A Dbrowser_bubble_host.h31 // Registers/Unregisters |bubble| to receive notifications when the host moves
33 void AttachBrowserBubble(BrowserBubble* bubble);
34 void DetachBrowserBubble(BrowserBubble* bubble);
/external/chromium_org/ui/webui/resources/css/
H A Dbubble.css5 .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
[all...]
H A Dbubble_button.css6 .bubble-button {
14 .bubble-button > div {
H A Dexpandable_bubble.css5 .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
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css7 .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 {
H A Dstep_bubble.css7 .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/speech/
H A Dspeech_recognition_bubble_browsertest.cc32 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(SpeechRecognitionBubbl
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dbubble.css5 * 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
[all...]
/external/chromium_org/ash/wm/caption_buttons/
H A Dframe_maximize_button_observer.h20 // Called when the maximize button's help bubble is shown.
21 virtual void OnMaximizeBubbleShown(views::Widget* bubble) = 0;
H A Dbubble_contents_button_row.h24 explicit BubbleContentsButtonRow(MaximizeBubbleControllerBubble* bubble);
38 MaximizeBubbleControllerBubble* bubble() { return bubble_; } function in class:ash::BubbleContentsButtonRow
/external/chromium_org/chrome/browser/resources/options/
H A Dcontrolled_setting.css5 /* Controlled setting indicator and bubble. */
56 .controlled-setting-bubble-content {
63 .controlled-setting-bubble-content[controlled-by='policy'] {
67 .controlled-setting-bubble-content[controlled-by='owner'] {
71 .controlled-setting-bubble-content[controlled-by='extension'] {
75 .controlled-setting-bubble-content:-webkit-any([controlled-by='recommended'],
80 html[dir='rtl'] .controlled-setting-bubble-content {
84 .controlled-setting-bubble-action {
88 .controlled-setting-bubble-content-row {
93 .controlled-setting-bubble
[all...]
H A Dsearch_page.css13 /* 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/views/
H A Dconfirm_bubble_views_unittest.cc19 // Create parent widget, as confirm bubble must have an owner.
30 ConfirmBubbleViews* bubble = new ConfirmBubbleViews(model); local
32 CreateBrowserModalDialogViews(bubble, parent)->Show();
35 bubble->GetWidget()->CloseNow();
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc8 #include "ui/views/bubble/bubble_delegate.h"
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);
115 bubble
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dconfirm_bubble_gtk_browsertest.cc39 ConfirmBubbleGtk* bubble() const { return bubble_; } function in class:ConfirmBubbleGtkTest
69 bubble()->OnCancelButton(NULL);
79 bubble()->OnLinkButton(NULL);
89 bubble()->OnOkButton(NULL);
/external/chromium_org/ash/wm/gestures/
H A Dtray_gesture_handler.cc27 SystemTrayBubble* bubble = tray->GetSystemBubble(); local
28 if (!bubble)
30 bubble->bubble_view()->set_gesture_dragging(true);
31 widget_ = bubble->bubble_view()->GetWidget();
96 SystemTrayBubble* bubble = local
98 if (bubble)
99 bubble->bubble_view()->set_gesture_dragging(false);
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk_browsertest.cc11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
27 virtual void BubbleClosing(BubbleGtk* bubble,
45 // Tests that we can adjust a bubble arrow so we can show a bubble without being
47 // 1. Shows a bubble to the top-left corner and see its frame style always
49 // 2. Shows a bubble to the top-right corner and see its frame style always
51 // 3. Shows a bubble to the bottom-left corner and see its frame style always
53 // 4. Shows a bubble to the top-left corner and see its frame style always
83 BubbleGtk* bubble = BubbleGtk::Show(anchor, local
92 EXPECT_EQ(points[i].expected, bubble
124 BubbleGtk* bubble = BubbleGtk::Show(anchor, local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc114 // The bubble will be destroyed when it is closed.
115 MessageBubble* bubble = new MessageBubble( local
117 bubble->InitBubble(parent, position_relative_to, arrow_location,
118 bubble->text_->parent(), delegate);
119 return bubble;
131 // The bubble will be destroyed when it is closed.
132 MessageBubble* bubble = new MessageBubble( local
134 bubble->InitBubble(parent, position_relative_to, arrow_location,
135 bubble->text_->parent(), delegate);
136 return bubble;
[all...]
/external/chromium_org/ash/shell/
H A Dbubble.cc6 #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/chrome/browser/ui/gtk/extensions/
H A Dbundle_installed_bubble_gtk.h11 #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'
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h9 #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) {} argument
28 // Called with the Browser Window that this bubble is attached to is
30 virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble) {} argument
32 // Called when the bubble becam
33 BubbleGotFocus(BrowserBubble* bubble) argument
37 BubbleLostFocus(BrowserBubble* bubble, bool lost_focus_to_child) argument
[all...]
H A Dpage_info_bubble_view.h10 #include "chrome/browser/ui/views/bubble/bubble.h"
36 void set_bubble(Bubble* bubble) { bubble_ = bubble; } argument
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.
73 // The Help Center link at the bottom of the bubble.
79 // The height of the info bubble at the start of the resize animation.
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.h12 #include "chrome/browser/ui/views/bubble/bubble_border.h"
78 virtual void BubbleBrowserWindowMoved(BrowserBubble* bubble);
79 virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble);
80 virtual void BubbleGotFocus(BrowserBubble* bubble);
81 virtual void BubbleLostFocus(BrowserBubble* bubble,

Completed in 1340 milliseconds

123456