Lines Matching refs:url
25 // . A single URL.
48 // If true, this element represents a URL.
51 // The URL, only valid if is_url is true.
52 GURL url;
57 // Children, only used for non-URL nodes.
89 // Creates a single-bookmark DragData from url/title pair.
90 bool ReadFromTuple(const GURL& url, const string16& title);
106 // Writes elements to data. If there is only one element and it is a URL
107 // the URL and title are written to the clipboard in a format other apps can
136 // Returns true if there is a single url.