GetFaviconUrl      33 chrome/browser/devtools/devtools_target_impl.h   virtual GURL GetFaviconUrl() const OVERRIDE;
GetFaviconUrl     559 chrome/browser/devtools/devtools_targets_ui.cc   target_data->SetString(kFaviconUrlField, target.GetFaviconUrl().spec());
GetFaviconUrl     692 chrome/browser/extensions/api/debugger/debugger_api.cc   GURL favicon_url = target.GetFaviconUrl();
GetFaviconUrl     762 content/browser/devtools/devtools_http_handler_impl.cc   GURL favicon_url = target.GetFaviconUrl();
GetFaviconUrl      44 content/public/browser/devtools_target.h   virtual GURL GetFaviconUrl() const = 0;