org.chromium.chrome.browser.database.SQLiteCursor Java Examples

The following examples show how to use org.chromium.chrome.browser.database.SQLiteCursor. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ChromeBrowserProvider.java    From delion with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQueryBookmarkFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #2
Source File: ChromeBrowserProvider.java    From delion with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQuerySearchTermFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #3
Source File: ChromeBrowserProvider.java    From AndroidChromium with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQueryBookmarkFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #4
Source File: ChromeBrowserProvider.java    From AndroidChromium with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQuerySearchTermFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #5
Source File: ChromeBrowserProvider.java    From 365browser with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQueryBookmarkFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #6
Source File: ChromeBrowserProvider.java    From 365browser with Apache License 2.0 4 votes vote down vote up
private native SQLiteCursor nativeQuerySearchTermFromAPI(long nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #7
Source File: ChromeBrowserProvider.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
private native SQLiteCursor nativeQueryBookmarkFromAPI(int nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #8
Source File: ChromeBrowserProvider.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
private native SQLiteCursor nativeQuerySearchTermFromAPI(int nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #9
Source File: ChromeBrowserProvider.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
private native SQLiteCursor nativeQueryBookmarkFromAPI(int nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);
 
Example #10
Source File: ChromeBrowserProvider.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
private native SQLiteCursor nativeQuerySearchTermFromAPI(int nativeChromeBrowserProvider,
String[] projection, String selection, String[] selectionArgs, String sortOrder);