HomeSort by relevance Sort by last modified time
    Searched defs:GetPopupUrl (Results 1 - 4 of 4) 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_org/chrome/browser/extensions/
extension_action.cc 225 // If we removed the tab's URL, GetPopupURL would incorrectly return the
231 return !GetPopupUrl(tab_id).is_empty();
234 GURL ExtensionAction::GetPopupUrl(int tab_id) const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 276 GURL BrowserActionButton::GetPopupUrl() {
278 return (tab_id < 0) ? GURL() : browser_action_->GetPopupUrl(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 617 milliseconds