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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 164 // Our GtkWindow popup window, we don't technically "own" the widget, since
180 // The widget that we use to relatively position the popup window.
201 // If true, the popup owns all X input for the duration of its existence.
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 86 // Use the default client insets for an opaque frame or a glass popup/app
220 // We don't theme popup or app windows, so regardless of whether or not a
270 // For popup and app windows we want to use the default margins.
  /external/chromium/chrome/common/extensions/
extension_localization_peer_unittest.cc 26 "chrome-extension://some_id/popup.css";
29 "chrome-extension://some_id2/popup.css";
32 "chrome-extension://some_id3/popup.css";
  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 49 // This should not happen, but we hide previous popup to be on the safe side.
187 // User has 500ms (this._timeout / 2) to reach the popup.
254 // We know that we reached the popup, but we might have moved over other elements.
  /frameworks/support/v7/appcompat/res/values/
themes.xml 39 <!-- Popup Menu styles -->
90 <!-- Popup Menu styles -->
143 <!-- Popup Menu styles -->
strings.xml 39 <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 112 PopupMenu popup = new PopupMenu(getContext(), mMenuButton); local
113 Menu menu = popup.getMenu();
115 popup.show();
  /external/chromium/chrome/browser/
defaults.cc 37 // On Windows, popup windows' location text uses a font 5/6 the size of
  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 68 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string));
extension_omnibox_api.h 33 // The user has cleared the keyword, or closed the omnibox popup. This is
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 220 // The ctor takes the owner popup window and the process handle of the
221 // process to kill in case the popup or its owned active popup become
239 // We find the top active popup that we own, this will be either the
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 25 // There should only be one extension popup showing at one time. Keep a
53 // Allow the devtools to finish detaching before we close the popup
225 // Takes ownership of |host|. Also will autorelease itself when the popup is
236 + (ExtensionPopupController*)popup {
extension_view_mac.h 56 // The minimum/maximum dimensions of the popup.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 182 g_signal_connect(folder_combo_, "notify::popup-shown",
239 // GtkComboBox grabs the keyboard and pointer when it displays its popup,
240 // which steals the grabs that InfoBubbleGtk had installed. When the popup is
244 g_object_get(G_OBJECT(folder_combo_), "popup-shown", &popup_shown, NULL);
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 15 // access the class of the popup. It allows us to break dependencies by
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc 123 void OpenNewWindow(const ListValue* args, bool popup);
287 void ActiveDownloadsHandler::OpenNewWindow(const ListValue* args, bool popup) {
289 Browser* browser = popup ?
296 if (popup)
mediaplayer_browsertest.cc 62 IN_PROC_BROWSER_TEST_F(MediaPlayerBrowserTest, Popup) {
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
popup.html 9 <title>WebNavigation Tech Demo Popup</title>
  /external/chromium/webkit/glue/
webmenurunner_mac.h 50 // Displays and runs a native popup menu.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 76 // create popup Shell
327 // prepare popup location
335 // calculate and set popup location
354 // set popup bounds calculated as computeTrim basing on combo width and table height paying attention on remaining display space
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 76 // Listen on popup open and close events, in order to disable
79 // on the popup with the mouse, the text field loses focus, and
80 // then instantly closes the popup -- without the selection being
95 // will close the popup; we'll reopen it
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListOption.cpp 68 // In a single-option select with the popup collapsed, only the selected
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.cpp 44 // Tell client to destroy data related to this popup since this object is
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.html 105 function resultsPopupChanged(popup)
107 gTestSuite.resultsPopupChanged(popup.selectedIndex);
112 gTestSuite.exportResults(document.getElementById('results-popup').selectedIndex);
221 <select id="results-popup" onchange="resultsPopupChanged(this)">
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 45 resulting actions popup has the same style as in the previous example, but is displayed at the bottom of the screen.</p>

Completed in 1580 milliseconds

<<11121314151617181920>>