HomeSort by relevance Sort by last modified time
    Searched refs:popup (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuPrivate.h 41 RefPtr<PopupContainer> popup; member in struct:WebCore::PopupMenuPrivate
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 30 * show a popup menu from an XML resource.
40 PopupMenu popup = new PopupMenu(this, button); local
41 popup.getMenuInflater().inflate(R.menu.popup, popup.getMenu());
43 popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
51 popup.show();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
SearchPopupMenuQt.cpp 26 SearchPopupMenuQt::SearchPopupMenuQt(PassRefPtr<PopupMenu> popup)
27 : m_popup(popup)
SearchPopupMenuQt.h 30 SearchPopupMenuQt(PassRefPtr<PopupMenu> popup);
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_unittest.cc 34 // Makes sure closing a popup triggers writing pinned tabs.
35 TEST_F(PinnedTabServiceTest, Popup) {
40 // Create a popup.
41 scoped_ptr<Browser> popup(new Browser(Browser::TYPE_POPUP, profile()));
43 new TestBrowserWindow(popup.get()));
44 popup->set_window(popup_window.get());
53 // Close the popup. This shouldn't reset the saved state.
54 popup->CloseAllTabs();
55 popup.reset(NULL);
  /packages/apps/Camera/src/com/android/camera/ui/
OtherSettingIndicatorButton.java 59 OtherSettingsPopup popup = (OtherSettingsPopup) inflater.inflate( local
61 popup.setSettingChangedListener(mListener);
62 popup.initialize(mPreferenceGroup, mPrefKeys);
63 root.addView(popup);
64 mPopup = popup;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingIndicatorButton.java 58 OtherSettingsPopup popup = (OtherSettingsPopup) inflater.inflate( local
60 popup.setSettingChangedListener(mListener);
61 popup.initialize(mPreferenceGroup, mPrefKeys);
62 root.addView(popup);
63 mPopup = popup;
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_gtk.cc 70 ExtensionPopupGtk* popup = ExtensionPopupGtk::get_current_extension_popup(); local
71 if (popup)
72 return popup->GetViewBounds();
77 ExtensionPopupGtk* popup = ExtensionPopupGtk::get_current_extension_popup(); local
78 if (popup)
79 return popup->DestroyPopup();
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListOption.h 41 void setParent(AccessibilityMenuListPopup* popup) { m_popup = popup; }
  /cts/tests/tests/webkitsecurity/assets/
window-close-crash.js 31 debug("Main page opening resources/window-close-popup.html");
32 otherWindow = window.open("resources/window-close-popup.html");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
window-close-crash.js 31 debug("Main page opening resources/window-close-popup.html");
32 otherWindow = window.open("resources/window-close-popup.html");
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h 24 // This controller manages a single browser action popup that can appear once a
26 // popup view showing the content and resizes the window to accomodate any size
29 // There can only be one browser action popup open at a time, so a static
30 // variable holds a reference to the current popup.
36 // The popup's parent window. Weak.
53 // Whether the popup has a devtools window attached to it.
57 // Returns the ExtensionHost object associated with this popup.
60 // Starts the process of showing the given popup URL. Instantiates an
62 // host for the popup created by the extension process manager specific to the
66 // The actual display of the popup is delayed until the page contents finis
81 + (ExtensionPopupController*)popup; variable
    [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/browser/ui/
browser_init_browsertest.cc 74 // Test that when there is a popup as the active browser any requests to
89 Browser* popup = Browser::CreateForType(Browser::TYPE_POPUP, local
91 ASSERT_EQ(popup->type(), Browser::TYPE_POPUP);
92 ASSERT_EQ(popup, observer.added_browser_);
96 // This should create a new window, but re-use the profile from |popup|. If
98 launch.OpenURLsInBrowser(popup, false, urls);
99 ASSERT_NE(popup, observer.added_browser_);
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 82 PopupMenu popup = new PopupMenu(mContext, mMore); local
83 Menu menu = popup.getMenu();
84 popup.getMenuInflater().inflate(R.menu.browser, menu);
86 popup.setOnMenuItemClickListener(this);
87 popup.show();
  /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/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...]
extension_popup.h 38 virtual void ExtensionPopupIsClosing(ExtensionPopup* popup) {}
43 // Create and show a popup with |url| positioned adjacent to |relative_to| in
48 // to the following logic: The popup is anchored so that the corner indicated
49 // by value of |arrow_location| remains fixed during popup resizes.
50 // If |arrow_location| is BOTTOM_*, then the popup 'pops up', otherwise
51 // the popup 'drops down'.
52 // Pass |inspect_with_devtools| as true to pin the popup open and show the
54 // The actual display of the popup is delayed until the page contents
108 // The area on the screen that the popup should be positioned relative to.
126 // The observer of this popup
    [all...]
  /external/chromium/chrome/browser/
content_setting_bubble_model.h 99 void add_popup(const PopupItem& popup) {
100 bubble_content_.popup_items.push_back(popup);
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 1 // Event listner for clicks on links in a browser action popup.
12 // browser action popup.
33 // and show those links in a popup.
90 // of URLs to show in the popup.
  /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/extensions/benchmark/util/
table2CSV.js 17 delivery: 'popup' // popup, value
53 if (options.delivery == 'popup') {
55 return popup(mydata);
79 function popup(data) {
  /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();
session_restore_uitest.cc 274 // Creates a tabbed browser and popup and makes sure we restore both.
286 // Open a popup.
292 scoped_refptr<BrowserProxy> popup(automation()->GetBrowserWindow(1));
293 ASSERT_TRUE(popup.get());
295 scoped_refptr<TabProxy> tab(popup->GetTab(0));
303 ASSERT_TRUE(popup->ShutdownSessionService());
306 popup = NULL;
327 // The order of whether the normal window or popup is first depends upon
  /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();

Completed in 646 milliseconds

1 2 3