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

  /external/chromium/app/sql/
statement.h 19 // Possible return values from ColumnType in a statement. These should match
121 // where that type is not the native type. For safety, call ColumnType only
123 ColType ColumnType(int col) const;
statement.cc 146 ColType Statement::ColumnType(int col) const {
  /external/chromium_org/sql/
statement.h 19 // Possible return values from ColumnType in a statement. These should match
123 // where that type is not the native type. For safety, call ColumnType only
125 ColType ColumnType(int col) const;
statement.cc 159 ColType Statement::ColumnType(int col) const {
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 157 if (query.ColumnType(3) != sql::COLUMN_TYPE_NULL) {
173 if (query.ColumnType(7) != sql::COLUMN_TYPE_NULL) {
counting_policy.cc 413 if (query.ColumnType(3) != sql::COLUMN_TYPE_NULL) {
429 if (query.ColumnType(7) != sql::COLUMN_TYPE_NULL) {
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc 26 struct ColumnType {
35 const ColumnType kColumnsList[] = {
  /external/chromium/chrome/browser/history/
history_database.cc 213 if (s.ColumnType(0) == sql::COLUMN_TYPE_NULL)
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 234 return ToJavaColumnType(statement_->statement()->ColumnType(column));
android_provider_backend.cc 749 if (statement.ColumnType(2) != sql::COLUMN_TYPE_NULL)
    [all...]
  /external/chromium_org/chrome/browser/history/
history_database.cc 274 if (s.ColumnType(0) == sql::COLUMN_TYPE_NULL)
  /external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc 527 EXPECT_EQ(s3.ColumnType(0), sql::COLUMN_TYPE_TEXT);
597 EXPECT_EQ(s3.ColumnType(0), sql::COLUMN_TYPE_TEXT);
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 444 EXPECT_EQ(s3.ColumnType(0), sql::COLUMN_TYPE_TEXT);
509 EXPECT_EQ(s3.ColumnType(0), sql::COLUMN_TYPE_TEXT);
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc     [all...]

Completed in 152 milliseconds