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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 12 #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,
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.h 9 #include "ui/views/bubble/bubble_delegate.h"
22 // The class which creates and manages the bubble menu element.
23 // It creates a 'bubble border' and the content accordingly.
86 // The widget which contains our menu and the bubble border.
92 // The bubble border.
maximize_bubble_controller.cc 23 // Create the task which will create the bubble delayed.
51 // The bubble has not been created yet. This can occur if bubble creation is
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller.cc 72 void ExtensionMessageBubbleController::Show(ExtensionMessageBubble* bubble) {
83 bubble->OnActionButtonClicked(action_button_callback);
84 bubble->OnDismissButtonClicked(dismiss_button_callback);
85 bubble->OnLinkClicked(link_callback);
87 bubble->Show();
  /external/chromium_org/chrome/browser/resources/options/
search_page.js 9 * Encapsulated handling of a search bubble.
28 this.className = 'search-bubble';
31 this.innards_.className = 'search-bubble-innards';
42 * Sets the text message in the bubble.
43 * @param {string} text The text the bubble will show.
50 * Attach the bubble to the element.
58 // to wrap the bubble div into another div with position:relative.
62 this.wrapper.className = 'search-bubble-wrapper';
83 * Update the position of the bubble. Called at creation time and then
84 * periodically while the bubble remains visible
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 5 <include src="../chromeos/login/bubble.js"></include>
66 * Shows sign-in error bubble.
77 * Clears error bubble as well as optional menus that could be open.
109 cr.ui.Bubble.decorate($('bubble'));
  /external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller.mm 31 // Autoreleases itself on bubble close.
49 // On 10.5, the first run bubble sometimes does not disappear when clicking
50 // the omnibox. This happens if the bubble never became key, due to it
67 CGFloat dy = cocoa_l10n_util::VerticallyReflowGroup([[self bubble] subviews]);
69 ds = [[self bubble] convertSize:ds toView:nil];
bubble_view.h 9 // A view class that looks like a "bubble" with rounded corners and displays
13 // Constants that define where the bubble will have a rounded corner. If
50 // Sets the string displayed in the bubble. A copy of the string is made.
one_click_signin_view_controller.h 66 // Starts sync and closes the bubble.
69 // Starts sync and closes the bubble.
72 // Does not start sync and closes the bubble.
  /external/chromium_org/chrome/browser/ui/gtk/
one_click_signin_bubble_gtk_browsertest.cc 80 // Test that the dialog calls the callback if the bubble is closed.
90 // Test that the bubble does not call the callback if the OK button is clicked.
99 // Test that the bubble does not call the callback
109 // Test that the bubble does not call the callback if the bubble is closed.
tab_contents_container_gtk.h 46 // callback, we manually set the position of the status bubble.
57 // The status bubble manager. Always non-NULL.
62 // and the various things that hang off the bottom (status bubble, etc) have
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 15 #include "ui/views/bubble/bubble_delegate.h"
29 // Bubble. BookmarkBubbleView provides views for unstarring and editing the
83 // Closes the bubble or opens the edit dialog.
99 // The bookmark bubble, if we're showing one.
102 // Our observer, to notify when the bubble shows or hides.
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 5 #include "ui/views/bubble/tray_bubble_view.h"
24 #include "ui/views/bubble/bubble_frame_view.h"
35 // there is no bubble. These are the offsets which need to be applied.
51 // user over the bubble if the bubble got created underneath the cursor.
95 // Sets the bubble on top of the anchor when it has no arrow.
122 // Position the bubble on top of the anchor.
167 // anchor (without the bubble tip the bubble should be flush to the shelf).
173 // This mask layer clips the bubble's content so that it does not overwrite th
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 89 // Get the point on the star for the bookmark bubble to aim at.
92 // Get the point in the security icon at which the page info bubble aims.
95 // Get the point in the omnibox at which the first run bubble aims.
117 // Return |page_action|'s info-bubble point in window coordinates.
194 // A decoration that shows the keyword-search bubble on the left.
197 // A decoration that shows a lock icon and ev-cert label in a bubble
225 // Used to schedule a task for the first run info bubble.
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.cc 77 // Clicking outside the bubble means we should abort.
93 // Create and show the bubble. It will be closed upon the OnEnd event.
115 // OnAudioEnd can be also raised after an abort, when the bubble has already
127 // An error can be dispatched when the bubble is not visible anymore.
180 // The only case in which the OnRecognitionEnd should not close the bubble is
181 // when we are showing an error. In this case the bubble will be closed by
183 // "Cancel" button or outside of the bubble.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
generated_credit_card_bubble_cocoa.mm 32 // The Cocoa side of the bubble controller.
43 // Show the bubble at the given |anchor| point. Coordinates are in screen space.
46 // Return true if the bubble is in the process of hiding.
74 [[self bubble] setAlignment:info_bubble::kAlignArrowToAnchor];
75 [[self bubble] setArrowLocation:info_bubble::kTopRight];
76 [[self bubble] setBackgroundColor:
113 // Build the bubble title.
autofill_details_container.mm 172 // Handle bubble self-deleting.
182 // If a bubble at maximum size with a left-aligned edge would exceed the
183 // window width, align the right edge of bubble and view. In all other
184 // cases, align the left edge of the bubble and the view.
186 // if the validation bubble stays on the same field but gets a message of
193 [[errorBubbleController_ bubble] setArrowLocation:info_bubble::kTopRight];
194 [[errorBubbleController_ bubble] setAlignment:
199 [[errorBubbleController_ bubble] setArrowLocation:info_bubble::kTopLeft];
200 [[errorBubbleController_ bubble] setAlignment:
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 32 // Notifications do not have a bubble.
61 0, // Notifications do not have a bubble.
62 0, // Prerender does not have a bubble.
114 0, // Notifications do not have a bubble.
115 0, // Prerender does not have a bubble.
149 0, // Notifications do not have a bubble.
150 0, // Prerender does not have a bubble.
227 0, // Notifications do not have a bubble.
228 0, // Prerender does not have a bubble.
241 0, // Prerender does not have a bubble
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
bubble_view.h 9 // A view class that looks like a "bubble" with rounded corners and displays
13 // Constants that define where the bubble will have a rounded corner. If
48 // Sets the string displayed in the bubble. A copy of the string is made.
  /external/chromium/chrome/browser/ui/views/location_bar/
star_view.cc 49 // We want to show the bubble on mouse release; that is the standard behavior
68 void StarView::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.js 108 messageDiv.className = 'error-message-bubble';
112 $('bubble').showContentForElement($('networks-list'),
113 cr.ui.Bubble.Attachment.BOTTOM,
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.mm 60 // Find point for bubble's arrow in screen coordinates.
118 // was suppressed while the bubble was open. Now that the bubble is
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc 31 GlobalErrorBubbleViewBase* bubble = error->GetBubbleView(); local
32 if (bubble)
33 bubble->CloseBubbleView();
  /external/chromium_org/chrome/browser/ui/views/autofill/
tooltip_icon.h 22 // A tooltip icon that shows a bubble on hover. Looks like (?).
58 // The text to show in a bubble when hovered.
64 // A bubble shown on hover. Weak; owns itself. NULL while hiding.
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 25 // FullscreenExitBubbleViews is responsible for showing a bubble atop the
27 // target. The bubble auto-hides, and re-shows when the user moves to the
90 // Animation controlling showing/hiding of the exit bubble.

Completed in 1484 milliseconds

1 2 3 4 5 6 7 8 91011>>