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

  /external/chromium_org/chrome/browser/history/android/
android_history_types.cc 135 AndroidStatement::AndroidStatement(sql::Statement* statement, int favicon_index)
140 AndroidStatement::~AndroidStatement() {
android_history_provider_service.h 29 history::AndroidStatement*)> // the result of query
120 Handle MoveStatement(history::AndroidStatement* statement,
128 void CloseStatement(history::AndroidStatement* statement);
sqlite_cursor.h 26 // org.chromium.chrome.database.SqliteCursor, it uses the AndroidStatement to
78 history::AndroidStatement* statement,
135 history::AndroidStatement* statement,
174 // The wrapped history::AndroidStatement.
175 history::AndroidStatement* statement_;
android_history_provider_service_unittest.cc 25 using history::AndroidStatement;
94 AndroidStatement* statement() const {
115 AndroidStatement* statement) {
149 AndroidStatement* statement_;
182 AndroidStatement* statement = callback->statement();
238 AndroidStatement* statement = callback->statement();
sqlite_cursor_unittest.cc 36 using history::AndroidStatement;
124 AndroidStatement* statement() const {
137 AndroidStatement* statement) {
149 AndroidStatement* statement_;
190 AndroidStatement* statement = callback->statement();
android_history_types.h 308 class AndroidStatement {
310 AndroidStatement(sql::Statement* statement, int favicon_index);
311 ~AndroidStatement();
327 DISALLOW_COPY_AND_ASSIGN(AndroidStatement);
android_provider_backend.h 65 AndroidStatement* QueryHistoryAndBookmarks(
113 AndroidStatement* QuerySearchTerms(
310 AndroidStatement* QueryHistoryAndBookmarksInternal(
sqlite_cursor.cc 54 history::AndroidStatement* statement,
150 history::AndroidStatement* statement,
android_history_provider_service.cc 124 history::AndroidStatement* statement,
144 history::AndroidStatement* statement) {
android_provider_backend.cc 233 AndroidStatement* AndroidProviderBackend::QueryHistoryAndBookmarks(
525 AndroidStatement* AndroidProviderBackend::QuerySearchTerms(
560 return new AndroidStatement(result, -1);
997 scoped_ptr<AndroidStatement> statement
    [all...]
android_provider_backend_unittest.cc 452 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
574 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
684 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
725 scoped_ptr<AndroidStatement> statement1(backend->QueryHistoryAndBookmarks(
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_android.cc 33 AndroidStatement* statement = NULL;
95 history::AndroidStatement* statement,
114 void HistoryBackend::CloseStatement(AndroidStatement* statement) {
175 AndroidStatement* statement = NULL;
history_backend.h 337 history::AndroidStatement* statement,
342 void CloseStatement(AndroidStatement* statement);
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 765 history::AndroidStatement* Run(
782 history::AndroidStatement* statement) {
787 history::AndroidStatement* result_;
    [all...]

Completed in 125 milliseconds