HomeSort by relevance Sort by last modified time
    Searched defs:ShowPopup (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 185 ExtensionPopup* ExtensionPopup::ShowPopup(const GURL& url,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 540 ShowPopup(view->button(), ExtensionPopup::SHOW_AND_INSPECT, true);
554 ShowPopup(button, ExtensionPopup::SHOW, true);
584 bool BrowserActionsContainer::ShowPopup(const extensions::Extension* extension,
600 return ShowPopup(button, ExtensionPopup::SHOW, should_grant);
795 return ShowPopup(extension, false);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 58 // to return a weak pointer from ShowPopup so callers can associate it with the
274 void WebsiteSettingsPopupView::ShowPopup(views::View* anchor_view,

Completed in 276 milliseconds