HomeSort by relevance Sort by last modified time
    Searched full:popup (Results 101 - 125 of 775) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html 4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
js-timers-beneath-modal-dialog.html 2 <p>Please disable popup blocker for this test.</p>
write-after-open.html 28 w = window.open("resources/write-after-open-popup.html", windowName + i++, windowArgs);
29 w.document.write("PASS: document.write after window.open(\"resources/write-after-open-popup.html\", ...) worked.");
32 w = window.open("resources/write-after-open-popup.html", windowName + i++, windowArgs);
34 w.document.write("PASS: document.write after window.open(\"resources/write-after-open-popup.html\", ...) worked.");
clearTimeout-crash-bug29832.html 20 <p>To reproduce the crash, click the link below, the popup window opens, which will immediately navigate to another one, so the b/f cache entry will be created. Close the popup window. Wait a few seconds (~10), for the page cache to start deleting pages it doesn't need - crash will happen.<br><a href="javascript:test()">Crash me!</a>
crash-on-accessing-domwindow-without-frame.html 20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
select-popup-on-spacebar.html 10 return in Gtk and Chromium ports will popup the select control when focused.
20 Select does not popup a menu list - nothing happens.</p>
popup-width-restriction-within-screen.html 5 Test the popup list box's width is rectricted within screen.
10 <h3>Test left to right popup list box's width is restricted within the left screen.</h3>
17 <li> Make sure the popup list box's width which suggests the result doesn't exceed the left screen width. </li>
20 <H3>Test right to left popup window width is restricted within the right screen.</H3>
27 <li> Make sure the popup list box's width which suggests the result doesn't exceed the right screen width.</li>
  /frameworks/base/core/java/android/widget/
PopupMenu.java 31 * A PopupMenu displays a {@link Menu} in a modal popup window anchored to a {@link View}.
32 * The popup will appear below the anchor view if there is room, or above it if there is not.
33 * If the IME is visible the popup will not overlap it until it is touched. Touching outside
34 * of the popup will dismiss it.
60 * @param anchor Anchor view for this popup. The popup will appear below the anchor if there
74 * @return the {@link Menu} associated with this popup. Populate the returned Menu with
104 * Show the menu popup anchored to the view specified during construction.
112 * Dismiss the menu popup.
  /packages/apps/Camera/src/com/android/camera/
VideoController.java 124 // Hit when an item in the second-level popup gets selected
138 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate( local
140 popup.setSettingChangedListener(this);
141 popup.initialize(mPreferenceGroup, mOtherKeys);
144 popup.setPreferenceEnabled(CameraSettings.KEY_RECORD_LOCATION, false);
146 mPopup = popup;
150 // if the 2nd level popup gets dismissed
159 // Hit when an item in the first-level popup gets selected, then bring up
160 // the second-level popup
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 68 // we're using NSTableView to implement the popup contents. We
80 // everything. Popup should already be visible.
119 // Returns the AutocompleteMatrix for this popup view.
125 // Calculate the appropriate position for the popup based on the
127 // height, and makes the popup visible. Animates to the new frame
128 // if the popup shrinks, snaps to the new frame if the popup grows,
143 // Child window containing a matrix which implements the popup.
  /external/chromium/chrome/browser/
popup_blocker_browsertest.cc 27 FilePath file_name(FILE_PATH_LITERAL("popup-blocked-to-post-blank.html"));
32 // If the popup blocker blocked the blank post, there should be only one
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
star_decoration.mm 17 // between the star's lower tips. The popup should be where the
18 // Omnibox popup ends up (2px below field). Determined via Pixie.app
page_action_decoration.mm 25 // icon area of the decoration. This makes the popup's upper border
26 // 2px away from the omnibox's lower border (matches omnibox popup
81 // Either notify listeners or show a popup depending on the Page
92 // Anchor popup at the bottom center of the page action icon.
247 ExtensionPopupController* popup = [ExtensionPopupController popup];
248 if (popup && ![popup isClosing])
249 [popup close];
  /external/chromium/chrome/common/extensions/docs/static/
getstarted.html 113 "popup": "popup.html"</b>
118 create a text file called <strong><code>popup.html</code></strong>,
120 <blockquote> <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html?content-type=text/plain"
129 A popup should appear that displays the contents of
130 <code>popup.html</code>. </li>
136 alt="a popup with a grid of images related to HELLO WORLD" />
138 <p> If you don't see the popup,
  /external/icu4c/samples/layout/
LayoutSample.rc 39 POPUP "&File"
47 POPUP "&Help"
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
SearchPopupMenuQt.cpp 26 SearchPopupMenuQt::SearchPopupMenuQt(PassRefPtr<PopupMenu> popup)
27 : m_popup(popup)
  /external/webkit/Tools/WinLauncher/
WinLauncher.rc 43 POPUP "&File"
48 POPUP "&Help"
  /packages/apps/Camera/src/com/android/camera/ui/
PopupManager.java 26 * A manager which notifies the event of a new popup in order to dismiss the
27 * old popup if exists.
  /packages/apps/Gallery2/src/com/android/camera/ui/
PopupManager.java 26 * A manager which notifies the event of a new popup in order to dismiss the
27 * old popup if exists.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 26 * A manager which notifies the event of a new popup in order to dismiss the
27 * old popup if exists.
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.h 60 virtual void ExtensionPopupIsClosing(ExtensionPopup* popup) OVERRIDE;
67 // Either notify listeners or show a popup depending on the page action.
71 // Hides the active popup, if there is one.
109 // The current popup and the button it came from. NULL if no popup.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 18 // To create a popup window, you first construct a popupOpener customized
31 // googleOpener.popup(width, height), where 'width' and 'height' are your choices
32 // for popup size, or you can display a button 'Sign in with Google' and set the
33 //..'onclick' handler of the button to googleOpener.popup()
120 // Note: If you want to perform other operations before opening the popup, but
144 // Returns a an object that can open a popup window customized for an OP & RP.
147 // opener.popup(width, height), where width and height are the values of the popup size;
167 // UI extension, and that the mode 'popup' is automatically applied.
235 urlToOpen += '&openid.ui.mode=popup';
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 37 // A view representing the contents of the autocomplete popup.
50 // Returns the bounds the popup should be shown at. This is the display bounds
119 // Returns the match at the specified index within the popup model.
148 // The popup that contains this view. We create this, but it deletes itself
157 // An object that the popup positions itself against.
178 // The popup sizes vertically using an animation when the popup is getting
  /external/webkit/Source/WebCore/page/chromium/
ChromeClientChromium.h 45 // Notifies the client of a new popup widget. The client should place
48 // popup will be handled by the external embedder.
52 // Notifies the client a popup was closed.
  /external/webkit/Source/WebKit/chromium/src/
ExternalPopupMenu.h 49 // The ExternalPopupMenu connects the actual implementation of the popup menu
50 // to the WebCore popup menu.
69 // Fills |info| with the popup menu information contained in the

Completed in 1301 milliseconds

1 2 3 45 6 7 8 91011>>