Searched defs:SearchRow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.cc49 SearchRow::ColumnID> {
52 COMPILE_ASSERT(arraysize(kAndroidSearchColumn) <= SearchRow::COLUMN_END,
56 static_cast<SearchRow::ColumnID>(i);
96 SearchRow::SearchRow() function in class:history::SearchRow
101 SearchRow::~SearchRow() {
104 std::string SearchRow::GetAndroidName(ColumnID id) {
108 SearchRow::ColumnID SearchRow
[all...]
H A Dandroid_history_types.h195 class SearchRow { class in namespace:history
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::KEYWORD_ID);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java1058 SearchRow row = SearchRow.fromContentValues(values);
1067 SearchRow row = SearchRow.fromContentValues(values);
1198 private static class SearchRow { class in class:ChromeBrowserProvider
1202 static SearchRow fromContentValues(ContentValues values) {
1203 SearchRow row = new SearchRow();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 3726 milliseconds