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

  /external/chromium_org/chrome/browser/history/android/
android_urls_database.h 34 AndroidURLID AddAndroidURLRow(const std::string& raw_url, URLID url_id);
android_urls_sql_handler.cc 44 AndroidURLID new_id = history_db_->AddAndroidURLRow(row->raw_url(),
android_urls_database.cc 48 AndroidURLID AndroidURLsDatabase::AddAndroidURLRow(const std::string& raw_url,
android_provider_backend.cc 730 if (!history_db_->AddAndroidURLRow(urls_statement.ColumnString(3),
792 if (!history_db_->AddAndroidURLRow(i->url.spec(), url_id))
    [all...]

Completed in 916 milliseconds