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

  /external/chromium/chrome/common/extensions/
extension_action.cc 65 // If we removed the tab's URL, GetPopupURL would incorrectly return the
71 return !GetPopupUrl(tab_id).is_empty();
74 GURL ExtensionAction::GetPopupUrl(int tab_id) {
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 181 GURL BrowserActionButton::GetPopupUrl() {
183 return (tab_id < 0) ? GURL() : browser_action_->GetPopupUrl(tab_id);
512 popup_ = ExtensionPopup::Show(button->GetPopupUrl(), browser_, rect,
    [all...]

Completed in 29 milliseconds