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 24 // org.chromium.chrome.database.SqliteCursor, it uses the AndroidStatement to
76 history::AndroidStatement* statement,
133 history::AndroidStatement* statement,
172 // The wrapped history::AndroidStatement.
173 history::AndroidStatement* statement_;
android_history_provider_service_unittest.cc 24 using history::AndroidStatement;
92 AndroidStatement* statement() const {
113 AndroidStatement* statement) {
147 AndroidStatement* statement_;
180 AndroidStatement* statement = callback->statement();
236 AndroidStatement* statement = callback->statement();
sqlite_cursor_unittest.cc 34 using history::AndroidStatement;
121 AndroidStatement* statement() const {
134 AndroidStatement* statement) {
146 AndroidStatement* statement_;
187 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(
302 AndroidStatement* QueryHistoryAndBookmarksInternal(
sqlite_cursor.cc 53 history::AndroidStatement* statement,
149 history::AndroidStatement* statement,
android_history_provider_service.cc 124 history::AndroidStatement* statement,
144 history::AndroidStatement* statement) {
android_provider_backend.cc 137 AndroidStatement* AndroidProviderBackend::QueryHistoryAndBookmarks(
494 AndroidStatement* AndroidProviderBackend::QuerySearchTerms(
529 return new AndroidStatement(result, -1);
964 scoped_ptr<AndroidStatement> statement;
    [all...]
android_provider_backend_unittest.cc 437 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
556 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
663 scoped_ptr<AndroidStatement> statement(backend->QueryHistoryAndBookmarks(
704 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 358 history::AndroidStatement* statement,
363 void CloseStatement(AndroidStatement* statement);
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 752 history::AndroidStatement* Run(
769 history::AndroidStatement* statement) {
774 history::AndroidStatement* result_;
    [all...]

Completed in 71 milliseconds