Lines Matching refs:connectionReady

538   MOZ_ASSERT(connectionReady(), "A connection must exist at this point");  in getSqliteRuntimeStatus()
667 NS_ASSERTION(!connectionReady(), in initialize()
711 NS_ASSERTION(!connectionReady(), in initialize()
776 NS_ASSERTION(!connectionReady(), in initialize()
937 if (!connectionReady()) { in databaseElementExists()
1080 MOZ_ASSERT_IF(connectionReady(), !mConnectionClosed); in isConnectionReadyOnThisThread()
1084 return connectionReady(); in isConnectionReadyOnThisThread()
1364 if (!connectionReady()) { in synchronousClose()
1418 MOZ_DIAGNOSTIC_ASSERT(connectionReady()); in SpinningSynchronousClose()
1419 if (!connectionReady()) { in SpinningSynchronousClose()
1436 if (!connectionReady()) { in AsyncClose()
1541 if (!connectionReady()) { in AsyncClone()
1710 if (!connectionReady()) { in Clone()
1741 if (!connectionReady()) { in Interrupt()
1762 *_ready = connectionReady(); in GetConnectionReady()
1768 if (!connectionReady()) { in GetDatabaseFile()
1783 if (!connectionReady()) { in GetLastInsertRowID()
1799 if (!connectionReady()) { in GetAffectedRows()
1814 if (!connectionReady()) { in GetLastError()
1829 if (!connectionReady()) { in GetLastErrorString()
1845 if (!connectionReady()) { in GetSchemaVersion()
1867 if (!connectionReady()) { in SetSchemaVersion()
1885 if (!connectionReady()) { in CreateStatement()
1909 if (!connectionReady()) { in CreateAsyncStatement()
1932 if (!connectionReady()) { in ExecuteSimpleSQL()
2006 if (!connectionReady()) { in GetTransactionInProgress()
2034 if (!connectionReady()) { in GetVariableLimit()
2047 if (!connectionReady()) { in BeginTransaction()
2085 if (!connectionReady()) { in CommitTransaction()
2109 if (!connectionReady()) { in RollbackTransaction()
2134 if (!connectionReady()) { in CreateTable()
2155 if (!connectionReady()) { in CreateFunction()
2181 if (!connectionReady()) { in RemoveFunction()
2206 if (!connectionReady()) { in SetProgressHandler()
2230 if (!connectionReady()) { in RemoveProgressHandler()
2251 if (!connectionReady()) { in SetGrowthIncrement()
2282 if (!connectionReady()) { in EnableModule()
2312 if (!connectionReady()) { in GetQuotaObjects()