/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 88 // Create a new popup. 90 Browser* popup = Browser::CreateForType(Browser::TYPE_POPUP, profile); local 91 popup->window()->Show(); 97 popup->NewWindow();
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu_gtk.cc | 43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) {
|
render_view_context_menu_gtk.h | 26 void Popup(const gfx::Point& point);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_cell.h | 17 // A button cell that implements the weird button/popup button hybrid that is
|
/external/chromium/chrome/browser/ui/cocoa/ |
hover_close_button.h | 12 // the popup blocker, download bar, info bar and tabs.
|
shell_dialogs_mac.mm | 310 NSPopUpButton* popup = [accessory_view viewWithTag:kFileTypePopupTag]; 311 DCHECK(popup); 334 [popup addItemWithTitle:type_description]; 337 [popup selectItemAtIndex:file_type_index-1]; // 1-based 386 NSPopUpButton* popup = [accessoryView viewWithTag:kFileTypePopupTag]; 387 if (popup) { 389 index = [popup indexOfSelectedItem] + 1;
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_view.mm | 11 // How to round off the popup's corners. Goal is to match star and go
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.cc | 28 // The minimum/maximum dimensions of the extension popup. 77 // Make sure its the devtools window that inspecting our popup. 82 // close the popup. This gives the devtools window a chance to finish 109 // popup's extension host is still loading.
|
/external/chromium/chrome/browser/webdata/ |
token_service_table.h | 28 // a mac keychain popup.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/_locales/en/ |
messages.json | 6 "message": "Displays the latest stories from Google News in a popup."
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/ |
messages.json | 7 "message": "Displays the first 5 items from the '$Google$ News - top news' RSS feed in a popup.",
|
/external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/ |
popup.html | 32 <h1>Popup</h1>
|
/external/webkit/Source/WebCore/manual-tests/ |
keep_spelling_markers.html | 15 <li>select a corrected spelling from the popup, e.g.“four”</li>
|
select-narrow-width.html | 11 widths properly, and while a click on the control would display the popup,
|
/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuPrivate.h | 41 RefPtr<PopupContainer> popup; member in struct:WebCore::PopupMenuPrivate
|
PopupMenuChromium.cpp | 110 // Hides the popup. 116 // Frees any allocated resources used in a particular popup session. 140 // Returns whether the popup wants to process events for the passed key. 176 // Closes the popup 187 // the web page, and closes the popup. 209 // Test if the given point is within the bounds of the popup window. 223 // The settings that specify the behavior for this Popup window. 235 // If >= 0, this is the index we should accept if the popup is "abandoned". 241 // This is the number of rows visible in the popup. The maximum number visible at a time is 242 // defined as being kMaxVisibleRows. For a scrolled popup, this can be thought of as th [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
SearchPopupMenuQt.h | 30 SearchPopupMenuQt(PassRefPtr<PopupMenu> popup);
|
QtFallbackWebPopup.cpp | 49 // Install an event filter on the view inside the combo box popup to make sure we know 50 // when the popup got closed. E.g. QComboBox::hidePopup() won't be called when the popup 211 // Destroying the QComboBox here cause problems if the popup is in the 213 // Qt::Popup window will hide itself on mouse events outside its window.
|
/frameworks/base/core/java/android/text/style/ |
SuggestionRangeSpan.java | 26 * popup window.
|
/packages/apps/Camera/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 26 // A popup window that shows one or more camera settings.
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 26 // A popup window that shows one or more camera settings.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
AbstractSettingPopup.java | 27 // A popup window that shows one or more camera settings.
|
/packages/inputmethods/LatinIME/java/res/xml/ |
key_styles_f1.xml | 24 <!-- Base key style for the key which may have settings or tab key as popup key. -->
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.cc | 101 // popup is closed. 487 // We only care about cases where there is a selection (i.e. the popup is 641 // popup. This will force user_input_in_progress_ to true, but if the 642 // popup is open, that should have already been the case. 653 // The popup is neither open nor working on a query already. So, start an 656 // to interact with the popup, changing the permanent_text_ shouldn't 658 // Note: This does not force the popup to open immediately. 660 // the popup immediately. 665 // TODO(pkasting): The popup is working on a query but is not open. We 669 // The popup is open, so the user should be able to interact with i [all...] |
/frameworks/base/core/java/android/widget/ |
Spinner.java | 176 DropdownPopup popup = new DropdownPopup(context, attrs, defStyle); local 181 popup.setBackgroundDrawable(a.getDrawable( 186 popup.setVerticalOffset(verticalOffset); 192 popup.setHorizontalOffset(horizontalOffset); 195 mPopup = popup; 218 * Set the background drawable for the spinner's popup window of choices. 234 * Set the background drawable for the spinner's popup window of choices. 246 * Get the background drawable for the spinner's popup window of choices. 258 * Set a vertical offset in pixels for the spinner's popup window of choices. 270 * Get the configured vertical offset in pixels for the spinner's popup window of choices [all...] |