HomeSort by relevance Sort by last modified time
    Searched refs:RAW_URL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.cc 16 HistoryAndBookmarkRow::RAW_URL, HistoryAndBookmarkRow::URL_ID };
31 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::RAW_URL));
39 return history_db_->UpdateAndroidURLRow(android_url_row.id, row.raw_url(),
44 AndroidURLID new_id = history_db_->AddAndroidURLRow(row->raw_url(),
android_history_types_unittest.cc 28 EXPECT_EQ(HistoryAndBookmarkRow::RAW_URL,
29 HistoryAndBookmarkRow::GetColumnID("raw_url"));
android_history_types.h 42 RAW_URL,
66 void set_raw_url(const std::string& raw_url) {
67 set_value_explicitly(RAW_URL);
68 raw_url_ = raw_url;
70 const std::string& raw_url() const { function in class:history::HistoryAndBookmarkRow
286 std::string raw_url; member in struct:history::AndroidURLRow
android_provider_backend.cc 33 "urls.title AS title, android_urls.raw_url AS url, "
75 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::RAW_URL) ==
466 row.set_raw_url(android_url_row.raw_url);
487 // database as the raw_url will be lost.
    [all...]

Completed in 383 milliseconds