onError 74 chrome/android/java/src/org/chromium/chrome/browser/TtsPlatformImpl.java public void onError(final String utteranceId) { onError 334 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onError(WebIDBDatabaseError( onError 672 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onError(WebIDBDatabaseError(code)); onError 674 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onError(WebIDBDatabaseError(code, message)); onError 162 content/child/service_worker/service_worker_dispatcher.cc callbacks->onError(error.release()); onError 183 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java callbackFinal.onError(errorFinal); onError 115 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java mHostListCallback.onError(error); onError 9822 third_party/sqlite/amalgamation/sqlite3.c u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ onError 72225 third_party/sqlite/amalgamation/sqlite3.c && (!mustBeUnique || (pIdx->nColumn==1 && pIdx->onError!=OE_None)) onError 77834 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AddNotNull(Parse *pParse, int onError){ onError 77838 third_party/sqlite/amalgamation/sqlite3.c p->aCol[p->nCol-1].notNull = (u8)onError; onError 77979 third_party/sqlite/amalgamation/sqlite3.c int onError, /* What to do with a uniqueness conflict */ onError 78015 third_party/sqlite/amalgamation/sqlite3.c pTab->keyConf = (u8)onError; onError 78025 third_party/sqlite/amalgamation/sqlite3.c p = sqlite3CreateIndex(pParse, 0, 0, 0, pList, onError, 0, 0, sortOrder, 0); onError 79189 third_party/sqlite/amalgamation/sqlite3.c if( pIndex->onError!=OE_None ){ onError 79238 third_party/sqlite/amalgamation/sqlite3.c int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ onError 79450 third_party/sqlite/amalgamation/sqlite3.c pIndex->onError = (u8)onError; onError 79543 third_party/sqlite/amalgamation/sqlite3.c assert( pIdx->onError!=OE_None ); onError 79545 third_party/sqlite/amalgamation/sqlite3.c assert( pIndex->onError!=OE_None ); onError 79557 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->onError!=pIndex->onError ){ onError 79565 third_party/sqlite/amalgamation/sqlite3.c if( !(pIdx->onError==OE_Default || pIndex->onError==OE_Default) ){ onError 79569 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->onError==OE_Default ){ onError 79570 third_party/sqlite/amalgamation/sqlite3.c pIdx->onError = pIndex->onError; onError 79634 third_party/sqlite/amalgamation/sqlite3.c onError==OE_None ? "" : " UNIQUE", onError 79675 third_party/sqlite/amalgamation/sqlite3.c if( onError!=OE_Replace || pTab->pIndex==0 onError 79676 third_party/sqlite/amalgamation/sqlite3.c || pTab->pIndex->onError==OE_Replace){ onError 79681 third_party/sqlite/amalgamation/sqlite3.c while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){ onError 79733 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->onError!=OE_None ){ onError 80424 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type){ onError 80426 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Abort ){ onError 80429 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_Halt, SQLITE_CONSTRAINT, onError, 0, p4, p4type); onError 83518 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->nColumn==nCol && pIdx->onError!=OE_None ){ onError 84810 third_party/sqlite/amalgamation/sqlite3.c int onError, /* How to handle constraint errors */ onError 84922 third_party/sqlite/amalgamation/sqlite3.c int onError /* How to handle constraint errors */ onError 85035 third_party/sqlite/amalgamation/sqlite3.c if( pColumn==0 && xferOptimization(pParse, pTab, pSelect, onError, iDb) ){ onError 85354 third_party/sqlite/amalgamation/sqlite3.c pTab, regCols-pTab->nCol-1, onError, endOfLoop); onError 85461 third_party/sqlite/amalgamation/sqlite3.c keyColumn>=0, 0, onError, endOfLoop, &isReplace onError 85479 third_party/sqlite/amalgamation/sqlite3.c pTab, regData-2-pTab->nCol, onError, endOfLoop); onError 85635 third_party/sqlite/amalgamation/sqlite3.c int onError; /* Conflict resolution strategy */ onError 85656 third_party/sqlite/amalgamation/sqlite3.c onError = pTab->aCol[i].notNull; onError 85657 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_None ) continue; onError 85659 third_party/sqlite/amalgamation/sqlite3.c onError = overrideError; onError 85660 third_party/sqlite/amalgamation/sqlite3.c }else if( onError==OE_Default ){ onError 85661 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 85663 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Replace && pTab->aCol[i].pDflt==0 ){ onError 85664 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 85666 third_party/sqlite/amalgamation/sqlite3.c assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail onError 85667 third_party/sqlite/amalgamation/sqlite3.c || onError==OE_Ignore || onError==OE_Replace ); onError 85668 third_party/sqlite/amalgamation/sqlite3.c switch( onError ){ onError 85675 third_party/sqlite/amalgamation/sqlite3.c SQLITE_CONSTRAINT, onError, regData+i); onError 85686 third_party/sqlite/amalgamation/sqlite3.c assert( onError==OE_Replace ); onError 85702 third_party/sqlite/amalgamation/sqlite3.c onError = overrideError!=OE_Default ? overrideError : OE_Abort; onError 85703 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Ignore ){ onError 85706 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-15569-63625 */ onError 85707 third_party/sqlite/amalgamation/sqlite3.c sqlite3HaltConstraint(pParse, onError, 0, 0); onError 85718 third_party/sqlite/amalgamation/sqlite3.c onError = pTab->keyConf; onError 85720 third_party/sqlite/amalgamation/sqlite3.c onError = overrideError; onError 85721 third_party/sqlite/amalgamation/sqlite3.c }else if( onError==OE_Default ){ onError 85722 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 85729 third_party/sqlite/amalgamation/sqlite3.c switch( onError ){ onError 85731 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 85738 third_party/sqlite/amalgamation/sqlite3.c pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); onError 85818 third_party/sqlite/amalgamation/sqlite3.c onError = pIdx->onError; onError 85819 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_None ){ onError 85824 third_party/sqlite/amalgamation/sqlite3.c onError = overrideError; onError 85825 third_party/sqlite/amalgamation/sqlite3.c }else if( onError==OE_Default ){ onError 85826 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 85829 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Ignore ) onError = OE_Replace; onError 85830 third_party/sqlite/amalgamation/sqlite3.c else if( onError==OE_Fail ) onError = OE_Abort; onError 85842 third_party/sqlite/amalgamation/sqlite3.c assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail onError 85843 third_party/sqlite/amalgamation/sqlite3.c || onError==OE_Ignore || onError==OE_Replace ); onError 85844 third_party/sqlite/amalgamation/sqlite3.c switch( onError ){ onError 85865 third_party/sqlite/amalgamation/sqlite3.c sqlite3HaltConstraint(pParse, onError, zErr, 0); onError 85876 third_party/sqlite/amalgamation/sqlite3.c assert( onError==OE_Replace ); onError 86039 third_party/sqlite/amalgamation/sqlite3.c if( pDest->onError!=pSrc->onError ){ onError 86093 third_party/sqlite/amalgamation/sqlite3.c int onError, /* How to handle constraint errors */ onError 86123 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Default ){ onError 86124 third_party/sqlite/amalgamation/sqlite3.c onError = OE_Abort; onError 86126 third_party/sqlite/amalgamation/sqlite3.c if( onError!=OE_Abort && onError!=OE_Rollback ){ onError 86205 third_party/sqlite/amalgamation/sqlite3.c if( pDestIdx->onError!=OE_None ){ onError 86264 third_party/sqlite/amalgamation/sqlite3.c pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); onError 88479 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_Integer, pIdx->onError!=OE_None, 3); onError 95355 third_party/sqlite/amalgamation/sqlite3.c static const char *onErrorText(int onError){ onError 95356 third_party/sqlite/amalgamation/sqlite3.c switch( onError ){ onError 95792 third_party/sqlite/amalgamation/sqlite3.c int onError /* How to handle constraint errors */ onError 96043 third_party/sqlite/amalgamation/sqlite3.c if( onError==OE_Replace ){ onError 96048 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->onError==OE_Replace ){ onError 96093 third_party/sqlite/amalgamation/sqlite3.c pTrigger, pChanges, 0, TRIGGER_BEFORE|TRIGGER_AFTER, pTab, onError onError 96121 third_party/sqlite/amalgamation/sqlite3.c pParse, pTrigger, pChanges, 1, TRIGGER_BEFORE, pTab, onError onError 96151 third_party/sqlite/amalgamation/sqlite3.c TRIGGER_BEFORE, pTab, regOldRowid, onError, addr); onError 96179 third_party/sqlite/amalgamation/sqlite3.c aRegIdx, (chngRowid?regOldRowid:0), 1, onError, addr, 0); onError 96218 third_party/sqlite/amalgamation/sqlite3.c TRIGGER_AFTER, pTab, regOldRowid, onError, addr); onError 99186 third_party/sqlite/amalgamation/sqlite3.c if( pIdx->onError!=OE_None && i==pIdx->nColumn onError 100388 third_party/sqlite/amalgamation/sqlite3.c sPk.onError = OE_Replace; onError 100538 third_party/sqlite/amalgamation/sqlite3.c }else if( pProbe->onError!=OE_None ){ onError 995 third_party/sqlite/src/src/build.c void sqlite3AddNotNull(Parse *pParse, int onError){ onError 999 third_party/sqlite/src/src/build.c p->aCol[p->nCol-1].notNull = (u8)onError; onError 1140 third_party/sqlite/src/src/build.c int onError, /* What to do with a uniqueness conflict */ onError 1176 third_party/sqlite/src/src/build.c pTab->keyConf = (u8)onError; onError 1186 third_party/sqlite/src/src/build.c p = sqlite3CreateIndex(pParse, 0, 0, 0, pList, onError, 0, 0, sortOrder, 0); onError 2350 third_party/sqlite/src/src/build.c if( pIndex->onError!=OE_None ){ onError 2399 third_party/sqlite/src/src/build.c int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ onError 2611 third_party/sqlite/src/src/build.c pIndex->onError = (u8)onError; onError 2704 third_party/sqlite/src/src/build.c assert( pIdx->onError!=OE_None ); onError 2706 third_party/sqlite/src/src/build.c assert( pIndex->onError!=OE_None ); onError 2718 third_party/sqlite/src/src/build.c if( pIdx->onError!=pIndex->onError ){ onError 2726 third_party/sqlite/src/src/build.c if( !(pIdx->onError==OE_Default || pIndex->onError==OE_Default) ){ onError 2730 third_party/sqlite/src/src/build.c if( pIdx->onError==OE_Default ){ onError 2731 third_party/sqlite/src/src/build.c pIdx->onError = pIndex->onError; onError 2795 third_party/sqlite/src/src/build.c onError==OE_None ? "" : " UNIQUE", onError 2836 third_party/sqlite/src/src/build.c if( onError!=OE_Replace || pTab->pIndex==0 onError 2837 third_party/sqlite/src/src/build.c || pTab->pIndex->onError==OE_Replace){ onError 2842 third_party/sqlite/src/src/build.c while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){ onError 2894 third_party/sqlite/src/src/build.c if( pIdx->onError!=OE_None ){ onError 3585 third_party/sqlite/src/src/build.c void sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type){ onError 3587 third_party/sqlite/src/src/build.c if( onError==OE_Abort ){ onError 3590 third_party/sqlite/src/src/build.c sqlite3VdbeAddOp4(v, OP_Halt, SQLITE_CONSTRAINT, onError, 0, p4, p4type); onError 1488 third_party/sqlite/src/src/expr.c && (!mustBeUnique || (pIdx->nColumn==1 && pIdx->onError!=OE_None)) onError 226 third_party/sqlite/src/src/fkey.c if( pIdx->nColumn==nCol && pIdx->onError!=OE_None ){ onError 327 third_party/sqlite/src/src/insert.c int onError, /* How to handle constraint errors */ onError 439 third_party/sqlite/src/src/insert.c int onError /* How to handle constraint errors */ onError 552 third_party/sqlite/src/src/insert.c if( pColumn==0 && xferOptimization(pParse, pTab, pSelect, onError, iDb) ){ onError 871 third_party/sqlite/src/src/insert.c pTab, regCols-pTab->nCol-1, onError, endOfLoop); onError 978 third_party/sqlite/src/src/insert.c keyColumn>=0, 0, onError, endOfLoop, &isReplace onError 996 third_party/sqlite/src/src/insert.c pTab, regData-2-pTab->nCol, onError, endOfLoop); onError 1152 third_party/sqlite/src/src/insert.c int onError; /* Conflict resolution strategy */ onError 1173 third_party/sqlite/src/src/insert.c onError = pTab->aCol[i].notNull; onError 1174 third_party/sqlite/src/src/insert.c if( onError==OE_None ) continue; onError 1176 third_party/sqlite/src/src/insert.c onError = overrideError; onError 1177 third_party/sqlite/src/src/insert.c }else if( onError==OE_Default ){ onError 1178 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1180 third_party/sqlite/src/src/insert.c if( onError==OE_Replace && pTab->aCol[i].pDflt==0 ){ onError 1181 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1183 third_party/sqlite/src/src/insert.c assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail onError 1184 third_party/sqlite/src/src/insert.c || onError==OE_Ignore || onError==OE_Replace ); onError 1185 third_party/sqlite/src/src/insert.c switch( onError ){ onError 1192 third_party/sqlite/src/src/insert.c SQLITE_CONSTRAINT, onError, regData+i); onError 1203 third_party/sqlite/src/src/insert.c assert( onError==OE_Replace ); onError 1219 third_party/sqlite/src/src/insert.c onError = overrideError!=OE_Default ? overrideError : OE_Abort; onError 1220 third_party/sqlite/src/src/insert.c if( onError==OE_Ignore ){ onError 1223 third_party/sqlite/src/src/insert.c if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-15569-63625 */ onError 1224 third_party/sqlite/src/src/insert.c sqlite3HaltConstraint(pParse, onError, 0, 0); onError 1235 third_party/sqlite/src/src/insert.c onError = pTab->keyConf; onError 1237 third_party/sqlite/src/src/insert.c onError = overrideError; onError 1238 third_party/sqlite/src/src/insert.c }else if( onError==OE_Default ){ onError 1239 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1246 third_party/sqlite/src/src/insert.c switch( onError ){ onError 1248 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1255 third_party/sqlite/src/src/insert.c pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); onError 1335 third_party/sqlite/src/src/insert.c onError = pIdx->onError; onError 1336 third_party/sqlite/src/src/insert.c if( onError==OE_None ){ onError 1341 third_party/sqlite/src/src/insert.c onError = overrideError; onError 1342 third_party/sqlite/src/src/insert.c }else if( onError==OE_Default ){ onError 1343 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1346 third_party/sqlite/src/src/insert.c if( onError==OE_Ignore ) onError = OE_Replace; onError 1347 third_party/sqlite/src/src/insert.c else if( onError==OE_Fail ) onError = OE_Abort; onError 1359 third_party/sqlite/src/src/insert.c assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail onError 1360 third_party/sqlite/src/src/insert.c || onError==OE_Ignore || onError==OE_Replace ); onError 1361 third_party/sqlite/src/src/insert.c switch( onError ){ onError 1382 third_party/sqlite/src/src/insert.c sqlite3HaltConstraint(pParse, onError, zErr, 0); onError 1393 third_party/sqlite/src/src/insert.c assert( onError==OE_Replace ); onError 1556 third_party/sqlite/src/src/insert.c if( pDest->onError!=pSrc->onError ){ onError 1610 third_party/sqlite/src/src/insert.c int onError, /* How to handle constraint errors */ onError 1640 third_party/sqlite/src/src/insert.c if( onError==OE_Default ){ onError 1641 third_party/sqlite/src/src/insert.c onError = OE_Abort; onError 1643 third_party/sqlite/src/src/insert.c if( onError!=OE_Abort && onError!=OE_Rollback ){ onError 1722 third_party/sqlite/src/src/insert.c if( pDestIdx->onError!=OE_None ){ onError 1781 third_party/sqlite/src/src/insert.c pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); onError 943 third_party/sqlite/src/src/pragma.c sqlite3VdbeAddOp2(v, OP_Integer, pIdx->onError!=OE_None, 3); onError 1477 third_party/sqlite/src/src/sqliteInt.h u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ onError 769 third_party/sqlite/src/src/trigger.c static const char *onErrorText(int onError){ onError 770 third_party/sqlite/src/src/trigger.c switch( onError ){ onError 93 third_party/sqlite/src/src/update.c int onError /* How to handle constraint errors */ onError 344 third_party/sqlite/src/src/update.c if( onError==OE_Replace ){ onError 349 third_party/sqlite/src/src/update.c if( pIdx->onError==OE_Replace ){ onError 394 third_party/sqlite/src/src/update.c pTrigger, pChanges, 0, TRIGGER_BEFORE|TRIGGER_AFTER, pTab, onError onError 422 third_party/sqlite/src/src/update.c pParse, pTrigger, pChanges, 1, TRIGGER_BEFORE, pTab, onError onError 452 third_party/sqlite/src/src/update.c TRIGGER_BEFORE, pTab, regOldRowid, onError, addr); onError 480 third_party/sqlite/src/src/update.c aRegIdx, (chngRowid?regOldRowid:0), 1, onError, addr, 0); onError 519 third_party/sqlite/src/src/update.c TRIGGER_AFTER, pTab, regOldRowid, onError, addr); onError 1532 third_party/sqlite/src/src/where.c if( pIdx->onError!=OE_None && i==pIdx->nColumn onError 2734 third_party/sqlite/src/src/where.c sPk.onError = OE_Replace; onError 2884 third_party/sqlite/src/src/where.c }else if( pProbe->onError!=OE_None ){