/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/ |
spell-checking-after-reversion.html | 36 <li>Press delete key to bring up reversion bubble.</li>
|
/external/chromium_org/ui/message_center/ |
message_center_switches.h | 14 // this flag also means the new design of message center bubble and popups.
|
message_center_tray_delegate.h | 37 // Display the notifier settings as a bubble.
|
/external/chromium_org/ui/message_center/views/ |
message_center_bubble.h | 17 // Bubble for message center.
|
/packages/apps/Protips/res/layout/ |
widget.xml | 26 <include layout="@layout/bubble" />
|
/packages/apps/Protips/res/layout-land/ |
widget.xml | 26 <include layout="@layout/bubble" />
|
/packages/apps/Protips/res/values/ |
strings.xml | 20 <!-- Format string for the footer of the tip bubble. Substitutions:
|
/external/chromium_org/ash/system/tray/ |
system_tray_unittest.cc | 147 // Ensure that closing the bubble destroys it. 153 // Opening and closing the bubble should change the coloring of the tray. 160 // Showing the system bubble should show the background as active. 170 // Closing the system bubble through an alignment change should change the 181 // Showing the system bubble should show the background as active. 185 // Changing the alignment should close the system bubble and change the 190 // The bubble should already be closed by now.
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
zoom_bubble_controller.mm | 26 // Adds a new zoom button to the bubble. 43 // The amount of time to wait before the bubble automatically closes. 60 // The font size text shown in the bubble. 92 [[self bubble] setAlignment:info_bubble::kAlignRightEdgeToAnchorEdge]; 93 [[self bubble] setArrowLocation:info_bubble::kNoArrow]; 94 [[self bubble] setBackgroundColor: 311 // fine in practice. It might make sense to close the bubble in
|
/external/chromium_org/chrome/browser/ui/ |
browser_window.h | 92 // Return the status bubble associated with the frame 145 // Returns true if the fullscreen bubble is visible. 219 // Shows the Bookmark bubble. |url| is the URL being bookmarked, 227 // Shows the translate bubble. 246 // Shows the one-click sign in bubble. |email| holds the full email address 362 // Shows the avatar bubble inside |web_contents|. The bubble is positioned 368 // Shows the avatar bubble on the window frame off of the avatar button. 371 // Show bubble for password generation positioned relative to |rect|. The 374 // contains the password field that the bubble will be associated with [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.cc | 122 // We want to show the bubble on mouse release; that is the standard behavior 135 // Prerender does not have a bubble. 150 bubble_ = Bubble::Show(GetWidget(), screen_bounds, BubbleBorder::TOP_RIGHT, 220 void ContentSettingImageView::BubbleClosing(Bubble* bubble,
|
/external/chromium_org/chrome/browser/resources/options/ |
options_page.js | 98 // If a bubble is currently being shown, hide it. 418 * Returns the currently visible bubble, or null if no bubble is visible. 419 * @return {AutoCloseBubble} The bubble currently being shown. 422 var bubble = OptionsPage.bubble_; 423 return bubble && !bubble.hidden ? bubble : null; 427 * Shows an informational bubble displaying |content| and pointing at the 430 * @param {HTMLDivElement} content The content of the bubble [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
base_bubble_controller.mm | 30 @synthesize bubble = bubble_; 165 // The bubble will be closing, so remove the event taps. 197 // Since the bubble shares first responder with its parent window, set 198 // event handlers to dismiss the bubble when it would normally lose key 226 // meaning the key window has changed and the bubble should be dismissed.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
one_click_signin_bubble_gtk.cc | 54 BubbleGtk* bubble, bool closed_by_escape) { 62 // The bubble needs to close and remove the widgets from the window before 155 // Main dialog/bubble message. 175 // Advanced link. Will not be displayed in the error bubble. 260 // Don't display the Advanced link for the error bubble, and
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
suspicious_extension_bubble_view.cc | 36 // How many extensions to show in the bubble (max). 39 // How long to wait until showing the bubble (in seconds). 94 // Not showing the bubble right away (during startup) has a few benefits: 97 // the bubble and also solves the keyboard accessibility problem that comes 100 // that fade-in works (the fade-in isn't apparent if the the bubble appears at
|
extension_installed_bubble_view.cc | 56 // The Bubble uses a BubbleBorder which adds about 6 pixels of whitespace 93 ExtensionInstalledBubbleView* bubble) 96 bubble_(bubble), 104 // The Extension Installed bubble takes on various forms, depending on the 124 base::string16 key; // Keyboard shortcut or keyword to display in bubble. 130 // Determine the bubble flavor we want, based on the extension type. 139 // The How-To-Use text makes the bubble seem a little crowded when the 155 // When adding a new bubble type, the flavor needs to be set. 469 // title text and bubble arrow. 498 // paragraph as layed out within the bubble, but has the text of the lin [all...] |
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.cc | 5 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h" 13 #include "chrome/browser/ui/gtk/bubble/bubble_accelerators_gtk.h" 136 BubbleGtk* bubble = new BubbleGtk(provider, local 139 bubble->Init(anchor_widget, rect, content, attribute_flags); 140 bubble->set_delegate(delegate); 141 return bubble; 176 // If there is a current grab widget (menu, other bubble, etc.), hide it. 197 // Attach all of the accelerators to the bubble. 377 // Choose whether to show the bubble above or below the specified location. 380 // The bleed measures the amount of bubble that would be shown offscreen [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.mm | 169 // The extension installed bubble points at the browser action icon or the 173 // to figure out the origin point for the extension installed bubble. 200 // We remove this preview when the extension installed bubble closes. 210 NOTREACHED() << "Generic extension type not allowed in install bubble."; 223 // Generic extensions get an infobar rather than a bubble. 242 // Find window origin, taking into account bubble size and arrow location.
|
/external/chromium_org/ash/shelf/ |
shelf_tooltip_manager.cc | 21 #include "ui/views/bubble/bubble_delegate.h" 22 #include "ui/views/bubble/bubble_frame_view.h" 36 // The maximum width of the tooltip bubble. Borrowed the value from 40 // The offset for the tooltip bubble - making sure that the bubble is flush 77 // Make sure that the bubble follows the animation of the shelf.
|
shelf_view.h | 93 // Returns true if overflow bubble is shown. 96 // Sets owner overflow bubble instance from which this shelf view pops 156 // Returns true when this ShelfView is used for Overflow Bubble. 160 // small resolution screen, overflow bubble can show app list and panel 229 // * In the overflow mode, returns only bubble's bounds. 297 // the menu, and the bubble will point towards it. 443 // True when this ShelfView is used for Overflow Bubble. 449 // True when ripped item from overflow bubble is entered into Shelf.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
content_setting_decoration.mm | 35 // The bubble point should look like it points to the bottom of the respective 251 // the bubble where the icon would be without animation, so when the animation 252 // ends, the bubble is pointing in the right place. 273 // Find point for bubble's arrow in screen coordinates. 277 // their bubble directly). 283 // Open bubble.
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.cc | 272 // Reverse the arrow for omnibox keywords, since the bubble will be on the 293 // gtk_bubble_ is now the owner of |this| and deletes it when the bubble 301 ExtensionInstalledBubbleGtk* bubble) { 302 if (button == bubble->close_button_->widget()) { 303 bubble->gtk_bubble_->Close(); 320 void ExtensionInstalledBubbleGtk::BubbleClosing(BubbleGtk* bubble,
|
/external/chromium/chrome/browser/ui/cocoa/ |
bubble_view.mm | 12 // The roundedness of the edges of our bubble. 30 // Sets the string displayed in the bubble. A copy of the string is made.
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.h | 111 // Create and manage the network info bubble. 153 // A small bubble for displaying network info.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
apps_menu.js | 122 $('bubble').showTextForElement($('show-apps-button'), 124 cr.ui.Bubble.Attachment.TOP,
|