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

1 2 34 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/
window-close-crash-expected.txt 8 Main page opening resources/window-close-popup.html
  /external/webkit/Source/WebCore/manual-tests/
select_webkit_appearance_off_popup_alignment.html 4 <p>Manual test for popup alignment of select with no apperance.</p>
6 <p>All popup boxes should all align with select element on both left and right side.</p>
8 No scrollbar in popup:<br>
28 Popup has scrollbar:<br>
select-option-in-onload.html 5 <title>Programmatically selected popup item not shown</title>
18 <p>The popup below has the item "FAIL" selected by default in the html, but a javascript function
20 <p>Problem: In old versions of WebKit the change was not visible until you click on the popup.</p>
  /external/chromium/chrome/browser/extensions/
page_action_apitest.cc 62 // Test that calling chrome.pageAction.setPopup() can enable a popup.
64 // Load the extension, which has no default popup.
78 // install a page action popup.
88 << "Clicking on the page action should have caused a popup to be added.";
93 // Now change the popup from a_popup.html to a_second_popup.html .
94 // Load a page which removes the popup using chrome.pageAction.setPopup().
108 // Test that calling chrome.pageAction.setPopup() can remove a popup.
110 // Load the extension, which has a page action with a default popup.
122 << "Expect a page action popup before the test removes it.";
124 // Load a page which removes the popup using chrome.pageAction.setPopup()
    [all...]
browser_action_test_util_mac.mm 53 return [ExtensionPopupController popup] != nil;
57 NSRect bounds = [[[ExtensionPopupController popup] view] bounds];
62 ExtensionPopupController* controller = [ExtensionPopupController popup];
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 38 // The minimum/maximum dimensions of the popup.
66 // We wait to show the popup until the contained host finishes loading.
108 inspect_with_devtools_ || // The popup is being inspected.
114 // because a subsequent event in this loop may also want to close this popup
116 // action button that opened the popup. If we closed immediately, the
145 // If we aren't the host of the popup, then disregard the notification.
152 // Make sure its the devtools window that inspecting our popup.
158 // close the popup. This gives the devtools window a chance to finish
170 // Constrain the size to popup min/max.
196 ExtensionPopup* popup = new ExtensionPopup(host, frame, relative_to local
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 156 // We need to override this so that the popup menu size is not 0
157 // (the layout code checks to see if the popup fits on the screen).
196 // Returns true if there currently is a select popup in the WebView.
226 // The WebView forwards the event to the select popup if one is open.
235 // Simulates a mouse event on the select popup.
267 // Tests that showing a select popup and deleting it does not cause problem.
268 // This happens in real-life if a page navigates while a select popup is showing.
272 // Nothing else to do, TearDown() deletes the popup.
275 // Tests that losing focus closes the select popup.
282 // Popup should have closed
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 17 delivery: 'popup' // popup, value
53 if (options.delivery == 'popup') {
55 return popup(mydata);
79 function popup(data) {
  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 41 // First level popup
43 // Second level popup
136 // Hit when an item in the second-level popup gets selected
156 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate( local
158 popup.setSettingChangedListener(this);
159 popup.initialize(mPreferenceGroup, mOtherKeys);
162 popup.setPreferenceEnabled(CameraSettings.KEY_RECORD_LOCATION, false);
164 mPopup = popup;
168 // if the 2nd level popup gets dismissed
201 // Hit when an item in the first-level popup gets selected, then bring u
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
browserAction.html 11 and a <a href="#popups">popup</a>.
19 A popup is below the icon.
52 "default_popup": "popup.html" <em>// optional</em>
63 and a <a href="#popups">popup</a>.
123 <h3 id="popups">Popup</h3>
125 <p>If a browser action has a popup,
126 the popup appears when the user clicks the icon.
127 The popup can contain any HTML contents that you like,
132 To add a popup to your browser action,
133 create an HTML file with the popup's contents
    [all...]
tut_debugging.html 61 <h2 id="inspect-popup"> Inspect the popup </h2>
79 and choose the <b>Inspect popup</b> menu item. The popup appears,
81 for <b>popup.html</b>.
87 The popup remains open as long as the Developer Tools window does.
109 you'll follow the execution of the popup page
126 Make sure you can see the <b>popup.html</b> tab.
131 At the console prompt, reload the popup page
139 The popup page goes blank as it begins to reload
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
VideoMenu.java 64 // settings popup
142 // Hit when an item in the second-level popup gets selected
156 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate( local
158 popup.setSettingChangedListener(this);
159 popup.initialize(mPreferenceGroup, mOtherKeys);
162 popup.setPreferenceEnabled(CameraSettings.KEY_RECORD_LOCATION, false);
164 mPopup = popup;
168 // if the 2nd level popup gets dismissed
177 // Hit when an item in the first-level popup gets selected, then bring up
178 // the second-level popup
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 120 // Need to update the position of the popup window
139 PopupWindow popup = mPopupWindow; local
142 popup.getBackground().getPadding(p);
155 PopupWindow popup = new PopupWindow(mContext); local
156 popup.setOnDismissListener(mOnDismissListener);
158 popup.setBackgroundDrawable(mContext.getResources().getDrawable(
165 popup.setContentView(mContentList);
166 popup.setFocusable(true);
167 popup.setOutsideTouchable(true);
169 return popup;
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
position_util.js 19 * Enum for defining how to anchor a popup to an anchor element.
24 * The popup's right edge is aligned with the left edge of the anchor.
25 * The popup's top edge is aligned with the top edge of the anchor's top
32 * The popup's top edge is aligned with the top edge of the anchor's top
39 * The popup's left edge is aligned with the left edge of the anchor's top
46 * The popup's left edge is aligned with the left edge of the anchor's top
55 * @param {!HTMLElement} popupElement The element used for the popup.
203 * Positions a popup element relative to an anchor element. The popup element
206 * @param {!HTMLElement} anchorElement The element that the popup is anchore
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 120 * If used to specify a popup width, the popup will match the width of the anchor view.
121 * If used to specify a popup height, the popup will fill available space.
127 * If used to specify a popup width, the popup will use the width of its content.
133 * input method should be based on the focusability of the popup. That is
140 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to
148 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to
156 * Create a new, empty popup window capable of displaying items from a ListAdapter
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 126 * Alias for {@link ViewGroup.LayoutParams#FILL_PARENT}. If used to specify a popup width, the
127 * popup will match the width of the anchor view. If used to specify a popup height, the popup
133 * Alias for {@link ViewGroup.LayoutParams#WRAP_CONTENT}. If used to specify a popup width, the
134 * popup will use the width of its content.
140 * based on the focusability of the popup. That is if it is focusable than it needs to work
146 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to work with an input
153 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to work with an input
161 * Create a new, empty popup window capable of displaying items from a ListAdapter. Background
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 33 /** Test that the initial popup of the suggestions does not select anything.
59 /** Test that arrow-down into the popup calls the onSelected callback. */
73 // prepare to move down into the popup
108 /** Test that arrow-up out of the popup calls the onNothingSelected callback */
121 // move down into the popup
127 // prepare to move down into the popup
  /external/libpng/contrib/visupng/
VisualPng.rc 57 POPUP "&File"
67 POPUP "&Options"
71 POPUP "&Help"
  /external/webkit/Source/WebKit/chromium/public/
WebPopupType.h 37 WebPopupTypeNone, // Not a popup.
38 WebPopupTypeSelect, // A HTML select (combo-box) popup.
39 WebPopupTypeSuggestion, // An autofill/autocomplete popup.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 31 // Returns true if the popup is currently open.
36 // Returns the AutocompleteController used by this popup.
65 // NOTE: This assumes the popup is open, and thus both old and new values for
69 // Called when the user hits escape after arrowing around the popup. This
86 // Immediately updates and opens the popup if necessary, then moves the
89 // unchanged, but the popup will still redraw and modify the text in the
94 // can be removed from history, and if so, remove it and update the popup.
123 // this will be kNoMatch, even if the cursor is over the popup contents.
127 // which should only be true when the popup is closed.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
omnibox_popup_view_unittest.mm 27 // A single subview should completely fill the popup view.
35 // Resizing the popup view should also resize the subview.
49 // Resize the popup view to be much larger than height. |subview2|'s height
59 // Now resize the popup view to be smaller than height. |subview2|'s height
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 49 // Destroys the popup widget. This will in turn destroy us since we delete
54 // Get the currently showing extension popup, or NULL.
70 // Shows the popup widget. Called after loading completes.
77 // We take ownership of the popup ExtensionHost.
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 92 // popup slides offscreen (in reality, squishes to 0 height), the corners will
133 // Initialize the popup.
142 popup_->Show(); // This does not activate the popup.
157 // the popup cannot be deleted yet. We also can't blindly use
158 // set_delete_on_destroy(true) on the popup to delete it when it closes,
160 // has already destroyed the popup HWND by the time we get here, and thus
161 // either the popup will already have been deleted (if we set this in our
162 // constructor) or the popup will never get another OnFinalMessage() call (if
163 // not, as currently). So instead, we tell the popup to synchronously hide,
197 // * If app is not active, we hide the popup
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 25 // Handle message events from popup.
48 * Handle request messages from the popup.
76 // Badge the popup icon.
84 // Store the error for display in the popup.
  /external/chromium/chrome/common/
view_types.cc 9 const char* ViewType::kPopup = "POPUP";

Completed in 949 milliseconds

1 2 34 5 6 7 8 91011>>