Home | History | Annotate | Download | only in renderer

Lines Matching refs:gurl

45   GURL gurl(url);
46 return !gurl.IsStandard();
49 GURL GetAbsoluteUrl(const WebKit::WebNode& node, const string16& url_fragment) {
50 return GURL(node.document().completeURL(url_fragment));
59 GURL GetAbsoluteSrcUrl(const WebKit::WebElement& element) {
61 return GURL();
76 const GURL& url,
92 void DistinguishAndAssignSrcLinkType(const GURL& url, AwHitTestData* data) {
114 void PopulateHitTestData(const GURL& absolute_link_url,
115 const GURL& absolute_image_url,
118 // Note: Using GURL::is_empty instead of GURL:is_valid due to the
119 // WebViewClassic allowing any kind of protocol which GURL::is_valid
120 // disallows. Similar reasons for using GURL::possibly_invalid_spec instead of
121 // GURL::spec.
260 void AwRenderViewExt::Navigate(const GURL& url) {
282 GURL absolute_link_url;
286 GURL absolute_image_url;