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

1234

/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 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...]
H A Dbubble_button.css6 .bubble-button {
15 .bubble-button > div {
/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 {
16 .step.bubble h1 {
24 .step.bubble p {
30 .step.bubble p + p {
34 .step.bubble .controls {
42 .step.bubble .controls button {
49 .step.bubble.hidden {
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter.cc5 #include "ui/views/bubble/bubble_window_targeter.h"
10 #include "ui/views/bubble/bubble_delegate.h"
11 #include "ui/views/bubble/bubble_frame_view.h"
15 BubbleWindowTargeter::BubbleWindowTargeter(BubbleDelegateView* bubble) argument
16 : wm::MaskedWindowTargeter(bubble->GetWidget()->GetNativeView()),
17 bubble_(bubble) {
H A Dbubble_window_targeter.h16 // the bubble-frame.
20 explicit BubbleWindowTargeter(BubbleDelegateView* bubble);
H A Dbubble_delegate.cc5 #include "ui/views/bubble/bubble_delegate.h"
12 #include "ui/views/bubble/bubble_frame_view.h"
28 // Create a widget to host the bubble.
29 Widget* CreateBubbleWidget(BubbleDelegateView* bubble) { argument
32 bubble_params.delegate = bubble;
34 bubble_params.accept_events = bubble->accept_events();
35 if (bubble->parent_window())
36 bubble_params.parent = bubble->parent_window();
37 else if (bubble->anchor_widget())
38 bubble_params.parent = bubble
[all...]
/external/chromium_org/ui/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/chrome/browser/resources/print_preview/common/
H A Dsearch_bubble.css5 /* Container for the elements that make up the search bubble. */
6 .search-bubble {
12 /* Create a z-context for search-bubble-innards, its after and before. */
16 /* Contains the text content of the bubble. */
17 .search-bubble-innards {
28 /* Provides the border around the bubble (has to be behind ::after). */
29 .search-bubble-innards::before {
42 .search-bubble-innards::after {
59 .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();
H A Dvalidation_message_bubble_view.cc74 scoped_ptr<ValidationMessageBubble> bubble(new ValidationMessageBubbleImpl(
76 return bubble.Pass();
/external/chromium_org/chrome/browser/extensions/
H A Dsuspicious_extension_bubble_controller.h19 // Clears the list of profiles the bubble has been shown for. Should only be
26 // Whether the controller knows of extensions to list in the bubble. Returns
31 virtual void Show(ExtensionMessageBubble* bubble) OVERRIDE;
H A Ddev_mode_bubble_controller.h18 // Clears the list of profiles the bubble has been shown for. Should only be
28 // Whether the controller knows of extensions to list in the bubble. Returns
33 virtual void Show(ExtensionMessageBubble* bubble) OVERRIDE;
H A Dextension_message_bubble_controller_unittest.cc197 // A fake bubble used for testing the controller. Takes an action that specifies
198 // what should happen when the bubble is "shown" (the bubble is actually not
453 FakeExtensionMessageBubble bubble; local
454 bubble.set_action_on_show(
481 controller->Show(&bubble); // Simulate showing the bubble.
494 bubble.set_action_on_show(
504 controller->Show(&bubble); // Simulate showing the bubble
543 FakeExtensionMessageBubble bubble; local
662 FakeExtensionMessageBubble bubble; local
770 FakeExtensionMessageBubble bubble; local
901 FakeExtensionMessageBubble bubble; local
[all...]
H A Dextension_message_bubble_controller.cc77 void ExtensionMessageBubbleController::Show(ExtensionMessageBubble* bubble) { argument
88 bubble->OnActionButtonClicked(action_button_callback);
89 bubble->OnDismissButtonClicked(dismiss_button_callback);
90 bubble->OnLinkClicked(link_callback);
92 bubble->Show();
/external/chromium_org/chrome/browser/resources/options/
H A Dcontrolled_setting.css5 /* Controlled setting indicator and bubble. */
40 .controlled-setting-bubble-action {
44 .controlled-setting-bubble-header {
48 .controlled-setting-bubble-content-row {
53 .controlled-setting-bubble-extension-name {
68 html[dir='rtl'] .controlled-setting-bubble-extension-name {
72 .controlled-setting-bubble-extension-manage-link {
79 .controlled-setting-bubble-extension-disable-button {
85 html[dir='rtl'] .controlled-setting-bubble-extension-disable-button {
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/ash/wm/gestures/
H A Dtray_gesture_handler.cc26 SystemTrayBubble* bubble = tray->GetSystemBubble(); local
27 if (!bubble)
29 bubble->bubble_view()->set_gesture_dragging(true);
30 widget_ = bubble->bubble_view()->GetWidget();
95 SystemTrayBubble* bubble = local
97 if (bubble)
98 bubble->bubble_view()->set_gesture_dragging(false);
/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);
111 BubbleDelegateView::CreateBubble(bubble);
113 bubble->SetAlignment(BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE);
115 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/autofill/
H A Dtest_generated_credit_card_bubble_controller.cc30 GeneratedCreditCardBubbleController::bubble().get());
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble.js14 * The arrow location specifies how the arrow and bubble are positioned in
19 // The arrow is positioned at the top and the start of the bubble. In left
20 // to right mode this is the top left. The entire bubble is positioned below
23 // The arrow is positioned at the top and the end of the bubble. In left to
24 // right mode this is the top right. The entire bubble is positioned below
27 // The arrow is positioned at the bottom and the start of the bubble. In
28 // left to right mode this is the bottom left. The entire bubble is
31 // The arrow is positioned at the bottom and the end of the bubble. In
32 // left to right mode this is the bottom right. The entire bubble is
38 * The bubble alignmen
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc77 // instances for a bubble.
81 // Takes ownership of |bubble|.
82 explicit SystemBubbleWrapper(SystemTrayBubble* bubble) argument
83 : bubble_(bubble), is_persistent_(false) {}
85 // Initializes the bubble view and creates |bubble_wrapper_|.
95 // The system bubble should not have an arrow.
108 SystemTrayBubble* bubble() const { return bubble_.get(); } function in class:ash::SystemBubbleWrapper
267 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
272 system_bubble_->bubble()->StartAutoCloseTimer(close_delay);
296 // Only update the notification bubble i
507 SystemTrayBubble* bubble = new SystemTrayBubble(this, items, bubble_type); local
[all...]
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view_browsertest.cc52 const ManagePasswordsBubbleView* bubble = local
54 EXPECT_TRUE(bubble->initially_focused_view());
55 EXPECT_EQ(bubble->initially_focused_view(),
56 bubble->GetFocusManager()->GetFocusedView());
60 // And, just for grins, ensure that we can re-open the bubble.
79 const ManagePasswordsBubbleView* bubble = local
81 EXPECT_TRUE(bubble->initially_focused_view());
82 EXPECT_EQ(bubble->initially_focused_view(),
83 bubble->GetFocusManager()->GetFocusedView());
87 // And, just for grins, ensure that we can re-open the bubble
[all...]

Completed in 2004 milliseconds

1234