/external/chromium_org/chrome/browser/ui/webui/options/ |
managed_user_import_handler.h | 42 // an error bubble and update/clear the managed user list. 58 // bubble.
|
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 26 // The width of the bubble in relation to the width of the parent window. 38 // The status bubble's maximum opacity, when fully faded in. 41 // Delay before showing or hiding the bubble after a SetStatus or SetURL call. 55 // How quickly the status bubble should expand, in seconds. 133 // Reset frame size when bubble is hidden. 165 // If the bubble has been expanded, the user has already hovered over a link 166 // to trigger the expanded state. Don't wait to change the bubble in this 178 // The status bubble allows the status and URL strings to be set 180 // value displayed. When both are empty, the status bubble hides. 244 // Stop any width animation and reset the bubble size [all...] |
/external/chromium_org/ash/wm/caption_buttons/ |
frame_maximize_button.h | 52 // Called by the MaximizeBubbleController when the maximize bubble is shown. 53 void OnMaximizeBubbleShown(views::Widget* bubble); 88 // Unit test overwrite: Change the UI delay used for the bubble show up. 93 // Unit test accessor for the maximize bubble. 114 // bubble help will remain open. 183 // The delay of the bubble appearance.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.h | 37 // An offset we apply to position the point of the bubble's arrow pointing at 53 // Controller for the extension installed bubble. This bubble pops up after 68 // closes while this bubble is still open, so the bubble's closing animation 122 // Displays the extension installed bubble. This callback is triggered by
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
new_credit_card_bubble_views.cc | 15 #include "ui/views/bubble/bubble_frame_view.h" 27 // The space between the bubble and edges of the web contents when showing 32 // Get the view this bubble will be anchored to via |controller|. 57 // This bubble doesn't render correctly on Windows without calling 148 NewCreditCardBubbleViews* bubble = new NewCreditCardBubbleViews(controller); local 149 return bubble->weak_ptr_factory_.GetWeakPtr();
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.h | 25 // This can be used to produce floating "bubble" objects with rounded corners. 65 // The position of the bubble in relation to the anchor. 128 // Get or set the bubble alignment. 135 // Get or set the background color for the bubble and arrow body. 142 // The arrow will still anchor to the same location but the bubble will shift 150 // and bubble content size; calculated from shadow and arrow image dimensions.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Cling.java | 177 // Show the bubble 178 View bubble = findViewById(R.id.focused_hotseat_app_bubble); local 179 bubble.setVisibility(View.VISIBLE); 205 View bubble = findViewById(R.id.migration_workspace_cling_bubble); local 207 (ViewGroup.MarginLayoutParams) bubble.getLayoutParams(); 209 bubble.requestLayout(); 211 View bubble = findViewById(R.id.content); local 213 (ViewGroup.MarginLayoutParams) bubble.getLayoutParams(); 215 bubble.requestLayout(); 217 View bubble = findViewById(R.id.content) local 239 View bubble = findViewById(R.id.workspace_cling_bubble); local [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac_unittest.mm | 20 // The test delegate records all of the status bubble object's state 115 // Not using a scoped_ptr because bubble must be deleted before calling 116 // TearDown to get rid of bubble's window. 170 // the bubble avoids that location. 216 // Test hiding bubble that's already hidden. 253 // Test that the status bubble goes through the correct delay and fade states. 478 StatusBubbleMac* bubble = new StatusBubbleMac(window, nil); 479 delete bubble; 482 bubble = new StatusBubbleMac(window, nil); 483 bubble->SetStatus(UTF8ToUTF16("showing")) [all...] |
confirm_bubble_cocoa.mm | 20 // The corner redius of this bubble view. 23 // The color for the border of this bubble view. 50 // Create a custom NSViewController that manages a bubble view, and add it to 124 // We do not only accept this request but also close this bubble when we are 125 // asked to resign the first responder. This bubble should be displayed only 148 // this bubble. 158 // them into this bubble. This function retrieves text and images from the 262 // Adjust the frame rectangle of this bubble so we can show all controls. 270 // Closes this bubble and releases all resources. This function just puts the
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_views.cc | 12 #include "chrome/browser/ui/views/bubble/bubble.h" 266 // Returns the screen rectangle to use as the info bubble's target. 271 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape); 277 Bubble* bubble_; 314 void SpeechInputBubbleImpl::BubbleClosing(Bubble* bubble, 341 bubble_ = Bubble::Show(toplevel_widget->GetWidget(), 348 // destroy the bubble immediately instead of waiting for the fade animatio [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
content_setting_bubble_cocoa.mm | 44 // Height of each of the labels in the geolocation bubble. 47 // Height of the "Clear" button in the geolocation bubble. 51 // in the plugin bubble. 54 // General padding between elements in the geolocation bubble. 57 // Padding between host names in the geolocation bubble. 109 // Autoreleases itself on bubble close. 130 @"", // Notifications do not have a bubble. 131 @"", // Prerender does not have a bubble. 136 // Nofifications do not have a bubble. 218 int maxWidth = NSWidth([[self bubble] frame]) - 2 * NSMinX(referenceFrame) [all...] |
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray.cc | 36 #include "ui/views/bubble/tray_bubble_view.h" 204 // TrayBubbleWrapper instances for a bubble. 207 // Takes ownership of |bubble| and creates |bubble_wrapper_|. 209 message_center::MessageBubbleBase* bubble) { 210 bubble_.reset(bubble); 214 bubble->GetInitParams(anchor_alignment); 226 bubble->InitializeContents(bubble_view); 229 message_center::MessageBubbleBase* bubble() const { return bubble_.get(); } function in class:ash::internal::WebNotificationBubbleWrapper 359 // Assume that the bottom line of the status area widget and the bubble 440 message_center_bubble()->bubble()->IsVisible()) [all...] |
/external/chromium_org/chrome/browser/resources/help/ |
help.js | 31 * Bubble for error messages and notifications. 132 channelChangeDisallowedError.className = 'channel-change-error-bubble'; 161 * Shows the bubble. 162 * @param {HTMLDivElement} content The content of the bubble. 163 * @param {HTMLElement} target The element at which the bubble points. 164 * @param {HTMLElement} domSibling The element after which the bubble is 173 var bubble = new cr.ui.AutoCloseBubble; 174 bubble.anchorNode = target; 175 bubble.domSibling = domSibling; 176 bubble.arrowLocation = location [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.h | 38 LARGE_BUBBLE, // The normal bubble, with search engine choice 39 OEM_BUBBLE, // Smaller bubble for OEM builds 40 MINIMAL_BUBBLE // Minimal bubble shown after search engine dialog 118 // shows the bubble once the main message loop gets going (or refrains from 119 // showing the bubble, if |show_bubble| is false). Returns false if the pref 125 // browser shows the OEM first run bubble once the main message loop 130 // browser shows the minimal first run bubble once the main message loop
|
/external/chromium_org/ash/ |
popup_message.cc | 11 #include "ui/views/bubble/bubble_delegate.h" 12 #include "ui/views/bubble/bubble_frame_view.h" 25 // The maximum width of the Message bubble. Borrowed the value from 29 // The offset for the Message bubble - making sure that the bubble is flush 150 // With the creation of the bubble, the bubble got already placed (and
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_account_picker.js | 138 * Shows sign-in error bubble. 140 * @param {HTMLElement} content Content to show in bubble. 145 $('bubble').showContentForElement($('pod-row'), 146 cr.ui.Bubble.Attachment.RIGHT, 155 // We want bubble's arrow to point to the first letter of input. 158 $('bubble').showContentForElement(activatedPod.mainInput, 159 cr.ui.Bubble.Attachment.BOTTOM,
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
bubble_decoration.mm | 14 // Padding between the icon/label and bubble edges. 18 // icon, which implies that the bubble's padding in the Omnibox needs 20 // implementation handles the problem. This draws the bubble edge a 27 // How far to inset the bubble from the top and bottom of the drawing 58 // The bubble needs to take up an integral number of pixels.
|
/external/chromium/chrome/browser/ui/gtk/ |
theme_install_bubble_view_gtk.cc | 16 // Roundedness of bubble. 19 // Padding between border of bubble and text. 22 // The bubble is partially transparent. 72 // Don't let the bubble overlap the confirm dialog. 85 // Widgematically, the bubble is just a label in a popup window.
|
/external/chromium/chrome/browser/ui/views/ |
first_run_bubble.cc | 32 // How much extra padding to put around our content over what the Bubble 36 // How much extra padding to put around our content over what the Bubble 37 // provides in alternative OEM bubble. 50 // first run bubble. It is a dialog-ish view, but is not a true dialog. 465 // No buttons in minimal bubble to register focus changes. 477 FirstRunBubble* bubble = new FirstRunBubble(); local 482 view = new FirstRunOEMBubbleView(bubble, profile); 485 view = new FirstRunBubbleView(bubble, profile); 488 view = new FirstRunMinimalBubbleView(bubble, profile); 493 bubble->set_view(view) [all...] |
theme_install_bubble_view.cc | 18 // The roundedness of the edges of our bubble. 25 // Multiple loads can be started at once. Only show one bubble, and keep 26 // track of number of loads happening. Close bubble when num_loads < 1. 42 // the string and the font that determine the size of the bubble. 67 // Don't let the bubble overlap the confirm dialog.
|
/external/chromium_org/ash/shelf/ |
overflow_bubble_view.cc | 17 #include "ui/views/bubble/bubble_frame_view.h" 25 // Max bubble size to screen size ratio. 28 // Inner padding in pixels for shelf view inside bubble. 53 // Overflow bubble should not get focus. If it get focus when it is shown, 57 // Makes bubble view has a layer and clip its children layers.
|
/external/chromium_org/chrome/browser/first_run/ |
first_run.h | 44 FIRST_RUN_BUBBLE_SHOWN = 0, // The search engine bubble was shown. 45 FIRST_RUN_BUBBLE_CHANGE_INVOKED, // The bubble's "Change" was invoked. 49 // Options for the first run bubble. The default is FIRST_RUN_BUBBLE_DONT_SHOW. 108 // shows the bubble once the main message loop gets going (or refrains from 109 // showing the bubble, if |show_bubble| is not FIRST_RUN_BUBBLE_SHOW).
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
content_setting_bubble_cocoa.mm | 42 // Height of each of the labels in the geolocation bubble. 45 // Height of the "Clear" button in the geolocation bubble. 48 // General padding between elements in the geolocation bubble. 51 // Padding between host names in the geolocation bubble. 57 // Padding between radio buttons and media menus buttons in the media bubble. 60 // Padding between media menu elements in the media bubble. 69 // Height of each of the labels in the MIDI bubble. 72 // Height of the "Clear" button in the MIDI bubble. 75 // General padding between elements in the MIDI bubble. 78 // Padding between host names in the MIDI bubble [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
confirm_bubble_gtk.cc | 27 // Padding between content and edge of bubble. 58 void ConfirmBubbleGtk::BubbleClosing(BubbleGtk* bubble, 137 // Show a bubble consisting of the above widgets under the anchor point. 190 ConfirmBubbleGtk* bubble = new ConfirmBubbleGtk(view, origin, model); local 191 bubble->Show();
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
web_notification_tray_browsertest.cc | 147 // Adding a notification should show the popup bubble. 151 // Updating a notification should not hide the popup bubble. 156 // Removing the first notification should not hide the popup bubble. 160 // Removing the visible notification should hide the popup bubble. 209 // Hide and reshow the bubble so that it is updated immediately, not delayed.
|