Searched defs:URLRow (Results 1 – 13 of 13) sorted by relevance
20 class URLRow; variable
31 class URLRow; variable
25 class URLRow; variable
16 class URLRow; variable
22 class URLRow; variable
27 class URLRow; variable
26 class URLRow; variable
35 class URLRow; variable
30 class URLRow; variable
34 class URLRow; variable
17 URLRow::URLRow() { in URLRow() function in history::URLRow21 URLRow::URLRow(const GURL& url) : url_(url) { in URLRow() function in history::URLRow26 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { in URLRow() function in history::URLRow
16 URLRow::URLRow() { in URLRow() function in history::URLRow20 URLRow::URLRow(const GURL& url) : url_(url) { in URLRow() function in history::URLRow25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { in URLRow() function in history::URLRow
426 const history::URLRow*, in SaveResultAndQuit()