Home | History | Annotate | Download | only in history

Lines Matching refs:URLResult

127 // URLResult -------------------------------------------------------------------
129 URLResult::URLResult() {
132 URLResult::URLResult(const GURL& url, base::Time visit_time)
137 URLResult::URLResult(const GURL& url,
143 URLResult::~URLResult() {
146 void URLResult::SwapResult(URLResult* other) {
187 void QueryResults::AppendURLBySwapping(URLResult* result) {
188 URLResult* new_result = new URLResult;