Home | History | Annotate | Download | only in history

Lines Matching refs:row

68   // Given an already-existing row in the URL table, updates that URL's stats.
76 // row ID. A row with the given URL must not exist. Returns 0 on error.
78 // This does NOT add a row to the full text search database. Use
84 // Delete the row of the corresponding URL. Only the row in the URL table
86 // the row existed and was deleted.
97 // Adds a row to the temporary URL table. This must be called between
101 URLID AddTemporaryURL(const URLRow& row) {
102 return AddURLInternal(row, true);
195 // Looks up a keyword search term given a url id. Fills row with the data.
197 bool GetKeywordSearchTermRow(URLID url_id, KeywordSearchTermRow* row);
261 // Inserts the given URL row into the URLs table, using the regular table