Searched refs:selection_args (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_android.cc28 const std::vector<string16>& selection_args,
36 projections, selection, selection_args, sort_order);
45 const std::vector<string16>& selection_args) {
53 selection, selection_args, &count);
62 const std::vector<string16>& selection_args) {
70 selection_args, &count);
78 const std::vector<string16>& selection_args) {
85 result = android_provider_backend_->DeleteHistory(selection, selection_args,
136 const std::vector<string16> selection_args) {
144 selection_args,
24 QueryHistoryAndBookmarks( scoped_refptr<QueryRequest> request, const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
41 UpdateHistoryAndBookmarks( scoped_refptr<UpdateRequest> request, const HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<string16>& selection_args) argument
59 DeleteHistoryAndBookmarks( scoped_refptr<DeleteRequest> request, const std::string& selection, const std::vector<string16>& selection_args) argument
75 DeleteHistory( scoped_refptr<DeleteRequest> request, const std::string& selection, const std::vector<string16>& selection_args) argument
132 UpdateSearchTerms( scoped_refptr<UpdateRequest> request, const SearchRow& row, const std::string& selection, const std::vector<string16> selection_args) argument
149 DeleteSearchTerms( scoped_refptr<DeleteRequest> request, const std::string& selection, const std::vector<string16> selection_args) argument
166 QuerySearchTerms( scoped_refptr<QueryRequest> request, const std::vector<SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
[all...]
H A Dhistory_backend.h358 const std::vector<string16>& selection_args,
364 const std::vector<string16>& selection_args);
368 const std::vector<string16>& selection_args);
372 const std::vector<string16>& selection_args);
391 const std::vector<string16> selection_args);
395 const std::vector<string16> selection_args);
400 const std::vector<string16>& selection_args,
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.h67 // |selection_args| is the arguments for WHERE clause.
72 const std::vector<string16>& selection_args,
82 // |selection_args| is the arguments for the WHERE clause.
85 const std::vector<string16>& selection_args,
93 // |selection_args| is the arguments for the WHERE clause.
97 const std::vector<string16>& selection_args,
110 const std::vector<string16>& selection_args,
140 // |selection_args| is the arguments for WHERE clause.
143 const std::vector<string16>& selection_args,
150 // |selection_args| i
[all...]
H A Dandroid_history_provider_service.cc25 const std::vector<string16>& selection_args,
36 projections, selection, selection_args, sort_order);
47 const std::vector<string16>& selection_args,
57 selection, selection_args);
67 const std::vector<string16>& selection_args,
77 selection, selection_args);
105 const std::vector<string16>& selection_args,
115 selection_args);
177 const std::vector<string16>& selection_args,
187 selection_args);
22 QueryHistoryAndBookmarks( const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order, CancelableRequestConsumerBase* consumer, const QueryCallback& callback) argument
44 UpdateHistoryAndBookmarks( const history::HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<string16>& selection_args, CancelableRequestConsumerBase* consumer, const UpdateCallback& callback) argument
65 DeleteHistoryAndBookmarks( const std::string& selection, const std::vector<string16>& selection_args, CancelableRequestConsumerBase* consumer, const DeleteCallback& callback) argument
103 DeleteHistory( const std::string& selection, const std::vector<string16>& selection_args, CancelableRequestConsumerBase* consumer, const DeleteCallback& callback) argument
174 UpdateSearchTerms( const history::SearchRow& row, const std::string& selection, const std::vector<string16>& selection_args, CancelableRequestConsumerBase* consumer, const UpdateCallback& callback) argument
195 DeleteSearchTerms( const std::string& selection, const std::vector<string16>& selection_args, CancelableRequestConsumerBase* consumer, const DeleteCallback& callback) argument
215 QuerySearchTerms( const std::vector<history::SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order, CancelableRequestConsumerBase* consumer, const QueryCallback& callback) argument
[all...]
H A Dandroid_provider_backend.h63 // |selection_args| is the arguments for WHERE clause.
68 const std::vector<string16>& selection_args,
76 // |selection_args| is the arguments for the WHERE clause.
79 const std::vector<string16>& selection_args,
88 // |selection_args| is the arguments for the WHERE clause.
92 const std::vector<string16>& selection_args,
100 const std::vector<string16>& selection_args,
109 // |selection_args| is the arguments for WHERE clause.
114 const std::vector<string16>& selection_args,
122 // |selection_args| i
[all...]
H A Dandroid_provider_backend.cc62 void BindStatement(const std::vector<string16>& selection_args, argument
65 for (std::vector<string16>::const_iterator i = selection_args.begin();
66 i != selection_args.end(); ++i) {
140 const std::vector<string16>& selection_args,
153 selection_args, sort_order);
159 const std::vector<string16>& selection_args,
165 if (!UpdateHistoryAndBookmarks(row, selection, selection_args, updated_count,
191 const std::vector<string16>& selection_args,
197 if (!DeleteHistoryAndBookmarks(selection, selection_args, deleted_count,
208 const std::vector<string16>& selection_args,
137 QueryHistoryAndBookmarks( const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
156 UpdateHistoryAndBookmarks( const HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<string16>& selection_args, int* updated_count) argument
189 DeleteHistoryAndBookmarks( const std::string& selection, const std::vector<string16>& selection_args, int* deleted_count) argument
206 DeleteHistory( const std::string& selection, const std::vector<string16>& selection_args, int* deleted_count) argument
290 UpdateHistoryAndBookmarks( const HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<string16>& selection_args, int* updated_count, HistoryNotifications* notifications) argument
413 DeleteHistoryAndBookmarks( const std::string& selection, const std::vector<string16>& selection_args, int * deleted_count, HistoryNotifications* notifications) argument
438 DeleteHistory( const std::string& selection, const std::vector<string16>& selection_args, int* deleted_count, HistoryNotifications* notifications) argument
494 QuerySearchTerms( const std::vector<SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
532 UpdateSearchTerms( const SearchRow& row, const std::string& selection, const std::vector<string16>& selection_args, int* update_count) argument
632 DeleteSearchTerms( const std::string& selection, const std::vector<string16>& selection_args, int * deleted_count) argument
873 GetSelectedURLs( const std::string& selection, const std::vector<string16>& selection_args, TableIDRows* rows) argument
903 GetSelectedSearchTerms( const std::string& selection, const std::vector<string16>& selection_args, SearchTerms* rows) argument
1069 QueryHistoryAndBookmarksInternal( const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
[all...]
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.h84 jobjectArray selection_args,
98 jobjectArray selection_args);
103 jobjectArray selection_args);
108 jobjectArray selection_args);
120 jobjectArray selection_args,
126 jobjectArray selection_args);
133 jobjectArray selection_args);
H A Dchrome_browser_provider.cc754 const std::vector<string16>& selection_args,
759 selection_args, sort_order, cancelable_consumer(),
788 const std::vector<string16>& selection_args) {
792 selection_args, cancelable_consumer(),
820 const std::vector<string16>& selection_args) {
823 base::Unretained(service()), selection, selection_args,
852 const std::vector<string16>& selection_args) {
856 selection_args, cancelable_consumer(),
964 const std::vector<string16>& selection_args,
969 selection_args, sort_orde
751 Run( const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
786 Run(const history::HistoryAndBookmarkRow& row, const std::string& selection, const std::vector<string16>& selection_args) argument
819 Run(const std::string& selection, const std::vector<string16>& selection_args) argument
851 Run(const std::string& selection, const std::vector<string16>& selection_args) argument
961 Run( const std::vector<history::SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
999 Run(const history::SearchRow& row, const std::string& selection, const std::vector<string16>& selection_args) argument
1009 MakeRequestOnUIThread(const history::SearchRow& row, const std::string& selection, const std::vector<string16>& selection_args) argument
1045 Run(const std::string& selection, const std::vector<string16>& selection_args) argument
1253 QueryBookmarkFromAPI( JNIEnv* env, jobject obj, jobjectArray projection, jstring selections, jobjectArray selection_args, jstring sort_order) argument
1309 UpdateBookmarkFromAPI(JNIEnv* env, jobject obj, jstring url, jobject created, jobject isBookmark, jobject date, jbyteArray favicon, jstring title, jobject visits, jlong parent_id, jstring selections, jobjectArray selection_args) argument
1336 RemoveBookmarkFromAPI(JNIEnv* env, jobject obj, jstring selections, jobjectArray selection_args) argument
1351 RemoveHistoryFromAPI(JNIEnv* env, jobject obj, jstring selections, jobjectArray selection_args) argument
1388 QuerySearchTermFromAPI( JNIEnv* env, jobject obj, jobjectArray projection, jstring selections, jobjectArray selection_args, jstring sort_order) argument
1443 UpdateSearchTermFromAPI( JNIEnv* env, jobject obj, jstring search_term, jobject date, jstring selections, jobjectArray selection_args) argument
1461 RemoveSearchTermFromAPI( JNIEnv* env, jobject obj, jstring selections, jobjectArray selection_args) argument
[all...]

Completed in 136 milliseconds