Home
last modified time | relevance | path

Searched defs:link_url (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/protocol/
Dapp_notification_specifics.proto41 optional string link_url = 6; field
/external/chromium_org/chrome/browser/renderer_context_menu/
Drender_view_context_menu_test_util.cc22 const GURL& link_url, in Create()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_types.h108 void set_link_url(const GURL& link_url) { link_url_ = link_url; } in set_link_url()
109 const GURL& link_url() const { return link_url_; } in link_url() function
/external/chromium_org/content/public/common/
Dcontext_menu_params.h60 GURL link_url; member
/external/chromium_org/chrome/utility/importer/
Dbookmark_html_reader.cc56 const GURL& link_url, in DataURLToFaviconUsage()
/external/chromium_org/chrome/browser/extensions/
Dextension_context_menu_browsertest.cc99 const GURL& link_url, in MenuHasItemWithLabel()
/external/chromium_org/chrome/browser/history/
Dhistory_unittest.cc1422 const GURL link_url("http://yahoo.com/"); in TEST_F() local