HomeSort by relevance Sort by last modified time
    Searched refs:DATABASE (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 116 #if ENABLE(DATABASE)
122 // because storing it would grow the database file past its defined maximum
ChromeClientWinCE.cpp 305 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 32 #if ENABLE(DATABASE)
422 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/wx/
WebView.cpp 79 #if ENABLE(DATABASE)
405 #if ENABLE(DATABASE)
1076 #if ENABLE(DATABASE)
1084 #if ENABLE(DATABASE)
1094 #if ENABLE(DATABASE)
1102 #if ENABLE(DATABASE)
  /external/chromium/chrome/browser/
cookies_tree_model.cc 581 return DATABASE;
583 return DATABASE; // close enough
585 return DATABASE; // ditto
587 return DATABASE; // ditto
589 return DATABASE; // ditto
cookies_tree_model.h 138 // the cookie from CookieMonster, clear the database, and so forth.)
502 DATABASE = 2
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 36 #include "Database.h"
100 #if ENABLE(DATABASE)
106 #if ENABLE(DATABASE) || ENABLE(DOM_STORAGE)
254 #if ENABLE(DATABASE)
266 #if ENABLE(DATABASE) || ENABLE(DOM_STORAGE)
461 // This database is created on the first load. If the file
516 #if ENABLE(DATABASE)
518 WebCore::Database::setIsAvailable(flag);
522 // If the user has set the database path, sync it to the DatabaseTracker.
527 // This database is created when the first HTML5 Database object i
    [all...]
WebStorage.cpp 28 #if ENABLE(DATABASE)
133 // delete WebSQL database
184 #endif //ENABLE(DATABASE)
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 75 #if ENABLE(DATABASE)
353 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/history/
PageCache.cpp 122 #if ENABLE(DATABASE)
124 PCLOG(" -Frame has open database handles");
265 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 37 #if ENABLE(DATABASE)
406 #if ENABLE(DATABASE)
417 /* if client did not set quota, and database is being created now, the
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestCallback.cpp 24 #if ENABLE(DATABASE)
235 #endif /* ENABLE(DATABASE) */
  /external/webkit/Source/WebCore/inspector/
InspectorController.cpp 129 #if ENABLE(DATABASE)
InspectorDatabaseAgent.cpp 33 #if ENABLE(INSPECTOR) && ENABLE(DATABASE)
35 #include "Database.h"
69 InspectorFrontend::Database* frontend() { return m_inspectorFrontend; }
72 FrontendProvider(InspectorFrontend* inspectorFrontend) : m_inspectorFrontend(inspectorFrontend->database()) { }
73 InspectorFrontend::Database* m_inspectorFrontend;
80 void reportTransactionFailed(InspectorFrontend::Database* frontend, int transactionId, SQLError* error)
226 void InspectorDatabaseAgent::didOpenDatabase(PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
228 if (InspectorDatabaseResource* resource = findByFileName(database->fileName())) {
229 resource->setDatabase(database);
302 Database* database = databaseForId(databaseId); local
318 Database* database = databaseForId(databaseId); local
    [all...]
  /external/webkit/Source/WebCore/page/
ChromeClient.h 174 #if ENABLE(DATABASE)
180 // because storing it would grow the database file past its defined maximum
  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.cpp 32 #if ENABLE(DATABASE)
419 // equalIgnoringCase(tableName, "sqlite_sequence") || equalIgnoringCase(tableName, Database::databaseInfoTableName()))
AbstractDatabase.cpp 32 #if ENABLE(DATABASE)
55 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
79 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data());
251 LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data());
273 LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), databaseDebugName().ascii().data());
275 // Close the handle to the database file.
282 LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data())
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 114 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 137 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 61 #if ENABLE(DATABASE)
397 #if ENABLE(DATABASE)
413 // Only update estimatedSize if we are trying to create a a new database, i.e. the usage for the database is 0.
442 // Otherwise, give up and deny the new database. :(
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 64 #if ENABLE(DATABASE)
586 #if ENABLE(DATABASE)
595 g_signal_emit_by_name(m_webView, "database-quota-exceeded", webFrame, webDatabase);
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 305 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 30 #if ENABLE(DATABASE)
70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db));
87 LOG_ERROR("SQLite database could not set temp_store to memory");
170 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
172 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
181 // Since the page size of a database is locked in at creation and therefore cannot be dynamic,
237 LOG(SQLDatabase, "BusyTimeout set on non-open database");
245 LOG(SQLDatabase, "Busy handler set on non-open database");
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
    [all...]
  /external/webkit/Source/WebKit/win/
WebDatabaseManager.cpp 33 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 239 #if ENABLE(DATABASE)
317 cache, icon database, local database storage and offline
337 enable the use of an offline storage database by calling the
631 Sets the path of the icon database to \a path. The icon database is used
636 Setting an empty path disables the icon database.
661 Returns the path of the icon database or an empty string if the icon
662 database is disabled.
675 Clears the icon database
    [all...]

Completed in 4223 milliseconds

1 2 3 4 56 7 8