HomeSort by relevance Sort by last modified time
    Searched refs:display_url (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/
localized_error.h 75 static void GetAppErrorStrings(const GURL& display_url,
localized_error.cc 842 const GURL& display_url,
850 base::string16 failed_url(base::ASCIIToUTF16(display_url.spec()));
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.cc 88 bool display_url = false; local
89 plugin_dict->GetBoolean("displayurl", &display_url);
98 display_url,
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 230 static std::string DisplayURLToURLRef(const base::string16& display_url);
template_url.cc 393 const base::string16& display_url) {
394 base::string16 result = display_url;
    [all...]

Completed in 914 milliseconds