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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
theme_background.cc 25 // Never theme app and popup windows.
browser_bubble.h 95 // Returns the NativeView containing that popup.
99 // Create the popup widget.
108 // Move the popup to an absolute position.
browser_actions_container.h 77 // Does this button's action have a popup?
96 // behavior unless this button is a popup. In that case, it uses MenuButton
97 // behavior. MenuButton has the notion of a child popup being shown where the
98 // button will stay in the pushed state until the "menu" (a popup in this
109 // popup/context menu is hidden or shown by the container).
365 virtual void ExtensionPopupIsClosing(ExtensionPopup* popup) OVERRIDE;
370 // Hide the current popup.
377 // Retrieve the current popup. This should only be used by unit tests.
476 // The current popup and the button it came from. NULL if no popup
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/_locales/en/
messages.json 13 "description": "The message posted in the popup for each stored navigation.",
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
options.html 71 <dt>Popup bubble:</dt>
  /external/chromium/chrome/common/extensions/
extension_action.h 49 // Set the url which the popup will load when the user clicks this action's
50 // icon. Setting an empty URL will disable the popup for a given tab.
53 // Use HasPopup() to see if a popup should be displayed.
56 // Get the URL to display in a popup.
  /external/webkit/Source/WebCore/manual-tests/
select-webkit-appearance-off-narrow-select.html 22 <p>This is a manual test for <a href="https://bugs.webkit.org/show_bug.cgi?id=33235">Padding in popup
  /external/webkit/Source/WebCore/platform/android/
SearchPopupMenuAndroid.cpp 41 // Create a search popup menu - not sure what else we have to do here
  /external/webkit/Source/WebCore/platform/brew/
SearchPopupMenuBrew.cpp 42 // Create a search popup menu - not sure what else we have to do here
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.cpp 44 // Tell client to destroy data related to this popup since this object is
  /external/webkit/Source/WebKit/chromium/public/
WebPopupMenuInfo.h 39 // Describes the contents of a popup menu.
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 30 * <p>Get a {@link android.view.View} that displays in the drop down popup
  /packages/apps/Phone/res/menu/
incall_audio_mode_menu.xml 17 <!-- "Audio mode" popup menu for the in-call UI. -->
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
config.xml 25 <!-- Whether or not Popup on key press is enabled by default -->
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
config.xml 25 <!-- Whether or not Popup on key press is enabled by default -->
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model_browsertest.cc 129 .AppendASCII("popup"));
137 EXPECT_STREQ("Popup tester", extensionB->name().c_str());
150 EXPECT_STREQ("A page action which removes a popup.",
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 23 // SpeechInputBubble displays a popup info bubble during speech recognition,
25 // progress events. The popup is closed by the user clicking anywhere outside
26 // the popup window, or by the caller destroying this object.
  /frameworks/base/docs/html/design/building-blocks/
dialogs.jd 2 page.tags="dialog","alert","popup","toast"
138 advances the workflow, and simply touching outside the popup dismisses it.</p>
151 <p>Toasts provide lightweight feedback about an operation in a small popup. For example, navigating
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 59 /** Whether or not to activate a popup alert. */
119 * Returns the ETWS activate popup flag.
120 * @return true to notify terminal to activate display popup; false otherwise
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 51 // A popup window that contains a big thumbnail and a list of apps to share.
116 // This is required because popup window is full screen.
144 // Initialize popup window size.
151 // Initialize popup window.
214 // Inform other popup to dismiss if exit
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 88 * The popup balloon hint for key press/release.
106 /** Used to indicate whether a popup soft keyboard is shown. */
110 * Used to indicate whether a popup soft keyboard is just shown, and waits
111 * for the touch event to release. After the release, the popup window can
116 /** Popup sub keyboard. */
119 /** The view of the popup sub soft keyboard. */
544 // which will be delivered to the popup soft keyboard view.
  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 95 * The popup showing the list of canned responses.
99 * showRespondViaSmsPopup() yet, or if the popup was visible once but
105 * The popup dialog allowing the user to chose which app handles respond-via-sms.
147 * Brings up the "Respond via SMS" popup for an incoming call.
155 // Stop here to avoid creating more than one popup.
157 if (DBG) log("Skip showing popup when one is already shown.");
181 // clicks from the popup.
222 * This is safe to call even if the popup is already dismissed, and
243 * OnItemClickListener for the "Respond via SMS" popup.
254 * Handles the user selecting an item from the popup
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 420 // Create a popup.
421 Browser* popup = CreateBrowserForPopup(browser()->profile()); local
422 ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(popup));
425 GetAutocompleteEditViewForBrowser(popup, &edit_view));
426 popup->FocusLocationBar();
430 // Try ctrl-w to close the popup.
435 popup, ui::VKEY_W, ui::EF_CONTROL_DOWN,
436 NotificationType::BROWSER_CLOSED, Source<Browser>(popup)));
438 // Create another popup.
439 popup = CreateBrowserForPopup(browser()->profile())
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 269 * Create popup shell with table.
556 // Popup
581 // prepare popup point
584 // compute popup size
606 // show popup
610 // hide popup
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 55 // Updates the title and icon when in app or popup mode (no tabstrip).
199 // The favicon and page title used when in app mode or popup mode.
230 // The throbber used when the window is in app mode or popup window mode.

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011>>