/external/chromium_org/chrome/browser/history/android/ |
android_history_types_unittest.cc | 33 EXPECT_EQ(SearchRow::ID, SearchRow::GetColumnID("_id")); 34 EXPECT_EQ(SearchRow::SEARCH_TERM, SearchRow::GetColumnID("search")); 35 EXPECT_EQ(SearchRow::SEARCH_TIME, SearchRow::GetColumnID("date"));
|
android_history_types.cc | 49 SearchRow::ColumnID> { 52 COMPILE_ASSERT(arraysize(kAndroidSearchColumn) <= SearchRow::COLUMN_END, 56 static_cast<SearchRow::ColumnID>(i); 96 SearchRow::SearchRow() 101 SearchRow::~SearchRow() { 104 std::string SearchRow::GetAndroidName(ColumnID id) { 108 SearchRow::ColumnID SearchRow::GetColumnID [all...] |
android_history_types.h | 195 class SearchRow { 206 SearchRow(); 207 virtual ~SearchRow(); 218 set_value_explicitly(SearchRow::ID); 226 set_value_explicitly(SearchRow::SEARCH_TERM); 234 set_value_explicitly(SearchRow::SEARCH_TIME); 242 set_value_explicitly(SearchRow::URL); 250 set_value_explicitly(SearchRow::TEMPLATE_URL);
|
android_history_provider_service.h | 133 Handle InsertSearchTerm(const history::SearchRow& row, 143 Handle UpdateSearchTerms(const history::SearchRow& row, 167 const std::vector<history::SearchRow::ColumnID>& projections,
|
android_history_provider_service_unittest.cc | 26 using history::SearchRow; 209 SearchRow search_row; 224 std::vector<SearchRow::ColumnID> projections; 225 projections.push_back(SearchRow::ID); 246 SearchRow update_row;
|
android_provider_backend.h | 114 const std::vector<SearchRow::ColumnID>& projections, 125 bool UpdateSearchTerms(const SearchRow& row, 131 SearchTermID InsertSearchTerm(const SearchRow& values); 278 const std::vector<SearchRow::ColumnID>& projections, 321 bool AddSearchTerm(const SearchRow& values);
|
android_provider_backend.cc | 495 const std::vector<SearchRow::ColumnID>& projections, 533 const SearchRow& row, 545 if (row.is_value_set_explicitly(SearchRow::SEARCH_TERM) && 554 if (row.is_value_set_explicitly(SearchRow::SEARCH_TERM)) { 556 SearchRow search_row = row; 561 if (!search_row.is_value_set_explicitly(SearchRow::SEARCH_TIME)) 618 const SearchRow& values) { 927 const std::vector<SearchRow::ColumnID>& projections, 931 for (std::vector<SearchRow::ColumnID>::const_iterator i = 938 result_column->append(SearchRow::GetAndroidName(*i)) [all...] |
android_history_provider_service.cc | 157 const history::SearchRow& row, 175 const history::SearchRow& row, 216 const std::vector<history::SearchRow::ColumnID>& projections,
|
android_provider_backend_unittest.cc | [all...] |
sqlite_cursor_unittest.cc | 36 using history::SearchRow;
|
/external/chromium_org/chrome/browser/history/ |
history_backend_android.cc | 121 const SearchRow& row) { 134 const SearchRow& row, 168 const std::vector<SearchRow::ColumnID>& projections,
|
history_backend.h | 367 const SearchRow& row); 370 const SearchRow& row, 379 const std::vector<SearchRow::ColumnID>& projections, [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.cc | 885 // Fill SearchRow's template_url_id and url fields according the given 887 void BuildSearchRow(history::SearchRow* row) { 922 history::URLID Run(const history::SearchRow& row) [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeBrowserProvider.java | [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |