Lines Matching refs:URLRow
56 bool GetURLRow(URLID url_id, URLRow* info);
60 bool GetAllTypedUrls(std::vector<history::URLRow>* urls);
66 URLID GetRowForURL(const GURL& url, URLRow* info);
73 bool UpdateURLRow(URLID url_id, const URLRow& info);
80 URLID AddURL(const URLRow& info) {
101 URLID AddTemporaryURL(const URLRow& row) {
135 bool GetNextURL(history::URLRow* r);
174 std::vector<URLRow>* results);
186 history::URLRow* info);
265 URLID AddURLInternal(const URLRow& info, bool is_temporary);
267 // Convenience to fill a history::URLRow. Must be in sync with the fields in
269 static void FillURLRow(sql::Statement& s, URLRow* i);