/external/webkit/WebKit/win/ |
D | WebDownload.cpp | 191 LOG_ERROR("Cannot create resume data from empty download bundle path"); in extractResumeDataFromBundle() 199 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); in extractResumeDataFromBundle() 221 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno); in extractResumeDataFromBundle() 226 … LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", bundleMagicNumber(), errno); in extractResumeDataFromBundle() 242 LOG_ERROR("Failed to read ResumeData length from the bundle - errno(%i)", errno); in extractResumeDataFromBundle() 256 LOG_ERROR("Failed to read ResumeData from the bundle - errno(%i)", errno); in extractResumeDataFromBundle() 265 …LOG_ERROR("Failed to truncate the resume footer off the end of the file - errno(%i)", resizeError); in extractResumeDataFromBundle() 282 LOG_ERROR("Invalid resume data to write to bundle path"); in appendResumeDataToBundle() 286 LOG_ERROR("Cannot write resume data to empty download bundle path"); in appendResumeDataToBundle() 293 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data()); in appendResumeDataToBundle() [all …]
|
D | WebDownloadCFNet.cpp | 77 …LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");… in init() 92 …LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url(… in init() 106 LOG_ERROR("Delegate is %p", m_delegate.get()); in init() 358 LOG_ERROR("DownloadDelegate->didBegin failed"); in didStart() 368 LOG_ERROR("DownloadDelegate->willSendRequest failed"); in willSendRequest() 404 LOG_ERROR("DownloadDelegate->didReceiveResponse failed"); in didReceiveResponse() 411 LOG_ERROR("DownloadDelegate->willResumeWithResponse failed"); in willResumeWithResponse() 424 LOG_ERROR("DownloadDelegate->didReceiveData failed"); in didReceiveData() 431 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed"); in shouldDecodeDataOfMIMEType() 440 LOG_ERROR("DownloadDelegate->decideDestinationWithSuggestedObjectName failed"); in decideDestinationWithSuggestedObjectName() [all …]
|
D | WebIconDatabase.cpp | 72 LOG_ERROR("Unable to get icon database enabled preference"); in init() 89 LOG_ERROR("Unable to get icon database location preference"); in startUpIconDatabase() 97 LOG_ERROR("Failed to construct default icon database path"); in startUpIconDatabase() 101 LOG_ERROR("Failed to open icon database path"); in startUpIconDatabase() 181 LOG_ERROR("Failed to draw Image to HBITMAP"); in iconForURL() 295 LOG_ERROR("Failed to draw Image to HBITMAP"); in getOrCreateDefaultIconBitmap()
|
/external/webkit/WebCore/storage/ |
D | StorageAreaSync.cpp | 169 … LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage"); in performImport() 175 … LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data()); in performImport() 181 LOG_ERROR("Failed to create table ItemTable for local storage"); in performImport() 188 LOG_ERROR("Unable to select items from ItemTable for local storage"); in performImport() 202 LOG_ERROR("Error reading items from ItemTable for local storage"); in performImport() 265 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database"); in sync() 271 LOG_ERROR("Failed to clear all items in the local storage database - %i", result); in sync() 278 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database"); in sync() 284 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database"); in sync() 302 LOG_ERROR("Failed to update item in the local storage database - %i", result); in sync()
|
D | DatabaseTracker.cpp | 225 …LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", origin->data… in fullPathForDatabase() 272 LOG_ERROR("Failed to read in all origins from the database"); in populateOrigins() 302 …LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().asci… in databaseNamesForOrigin() 333 …LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.asci… in detailsForNameAndOrigin() 364 …LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.asc… in setDatabaseDetails() 369 …LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is … in setDatabaseDetails() 384 …LOG_ERROR("Failed to update details for database %s in origin %s", name.ascii().data(), originIden… in setDatabaseDetails() 523 …LOG_ERROR("Unable to establish origin %s in the tracker", origin->databaseIdentifier().ascii().dat… in setQuota() 529 …LOG_ERROR("Unable to establish origin %s in the tracker", origin->databaseIdentifier().ascii().dat… in setQuota() 542 …LOG_ERROR("Failed to set quota %llu in tracker database for origin %s", quota, origin->databaseIde… in setQuota() [all …]
|
D | Database.cpp | 226 …LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.a… in retrieveTextResultFromDatabase() 238 … LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data()); in retrieveTextResultFromDatabase() 251 … LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data()); in getVersionFromDatabase() 264 … LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase() 272 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase() 287 …LOG_ERROR("Failed to set version %s in database (%s)", version.ascii().data(), setVersionQuery.asc… in setVersionInDatabase() 436 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data()); in performOpenAndVerify() 451 …LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), data… in performOpenAndVerify() 475 … LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data()); in performOpenAndVerify() 484 …LOG_ERROR("Failed to set version %s in database %s", m_expectedVersion.ascii().data(), databaseDeb… in performOpenAndVerify() [all …]
|
D | ChangeVersionWrapper.cpp | 49 LOG_ERROR("Unable to retrieve actual current version from database"); in performPreflight() 55 LOG_ERROR("Old version doesn't match actual version"); in performPreflight() 68 LOG_ERROR("Unable to set new version in database"); in performPostflight()
|
/external/webkit/WebCore/loader/icon/ |
D | IconDatabase.cpp | 136 … LOG_ERROR("Attempt to reopen the IconDatabase which is already open. Must close it first."); in open() 463 …LOG_ERROR("Attempting to release icon for URL %s which is not retained", urlForLogging(pageURLOrig… in releaseIconForPageURL() 989 …LOG_ERROR("Unable to open icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m… in iconDatabaseSyncThread() 1078 …LOG_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables() 1083 …LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables() 1088 …LOG_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables() 1093 …LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables() 1098 …LOG_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables() 1103 …LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables() 1108 …LOG_ERROR("Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.last… in createDatabaseTables() [all …]
|
/external/webkit/WebCore/page/chromium/ |
D | FrameChromium.cpp | 52 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame() 57 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame() 69 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
|
/external/webkit/WebCore/page/win/ |
D | FrameWin.cpp | 53 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame() 58 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame() 70 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
|
/external/webkit/WebCore/page/ |
D | PrintContext.cpp | 59 LOG_ERROR("document to be printed has no renderer"); in computePageRects() 64 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRects() 76 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRects()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | SimpleFontDataChromiumWin.cpp | 66 LOG_ERROR("Unable to get the text metrics after second attempt"); in platformInit() 144 LOG_ERROR("Unable to get the text metrics after second attempt"); in determinePitch() 166 LOG_ERROR("Unable to get the char width after second attempt"); in platformWidthForGlyph()
|
/external/webkit/JavaScriptCore/wtf/ |
D | ThreadingWin.cpp | 230 …LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, ::GetLa… in createThreadInternal() 232 LOG_ERROR("Failed to create thread at entry point %p with data %p.", entryPoint, data); in createThreadInternal() 234 … LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, errno); in createThreadInternal() 251 …LOG_ERROR("ThreadIdentifier %u did not correspond to an active thread when trying to quit", thread… in waitForThreadCompletion() 255 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
|
D | Assertions.h | 216 #define LOG_ERROR(...) ((void)0) macro 218 #define LOG_ERROR() ((void)0) macro 220 #define LOG_ERROR(...) WTFReportError(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, __VA_ARGS__) macro
|
D | ThreadingPthreads.cpp | 166 LOG_ERROR("Failed to create pthread at entry point %p with data %p", entryPoint, data); in createThreadInternal() 177 LOG_ERROR("Failed to create pthread at entry point %p with data %p", entryPoint, data); in createThreadInternal() 202 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
|
/external/webkit/WebCore/page/wince/ |
D | FrameWince.cpp | 78 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame() 83 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame() 95 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
|
/external/webkit/WebCore/platform/win/ |
D | SharedBufferWin.cpp | 42 LOG_ERROR("Failed to open file %s to create shared buffer", filePath.ascii().data()); in createWithContentsOfFile() 61 … LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), errno); in createWithContentsOfFile()
|
D | LoggingWin.cpp | 49 …LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get… in initializeWithUserDefault() 60 …LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get… in initializeWithUserDefault()
|
/external/webkit/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 111 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in loadCacheGroup() 251 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupForURL() 318 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in fallbackCacheGroupForURL() 424 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeSQLCommand() 514 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeStatement() 814 LOG_ERROR("Could not prepare cache statement, error \"%s\"", m_database.lastErrorMsg()); in loadCache() 850 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg()); in loadCache() 863 LOG_ERROR("Could not load cache online whitelist, error \"%s\"", m_database.lastErrorMsg()); in loadCache() 878 LOG_ERROR("Could not load fallback URLs, error \"%s\"", m_database.lastErrorMsg()); in loadCache() 1013 … LOG_ERROR("Could not get the size of the cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupSize() [all …]
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebPluginController.mm | 186 LOG_ERROR("can't add a plug-in to a defunct WebPluginController"); 328 LOG_ERROR("nil URL passed"); 332 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request); 337 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request); 346 … LOG_ERROR("JavaScript requests can only be made on the frame that contains the plug-in"); 352 LOG_ERROR("could not load URL %@", [request URL]); 371 …LOG_ERROR("could not show status message (%@) because plug-in has already been destroyed", message… 454 LOG_ERROR("nil element passed"); 460 LOG_ERROR("invalid media element passed");
|
/external/webkit/WebCore/platform/sql/ |
D | SQLiteDatabase.cpp | 66 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(), in open() 77 LOG_ERROR("SQLite database could not set temp_store to memory"); in open() 130 LOG_ERROR("Failed to set maximum size of database to %lli bytes", size); in setMaximumSize() 334 LOG_ERROR("Attempt to set an authorizer on a non-open SQL database"); in setAuthorizer()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMacATSUI.mm | 103 LOG_ERROR("ATSFontGetTable failed (%d)", status); 120 LOG_ERROR("ATSUSetFontFeatures failed (%d) -- ligatures remain enabled", status); 130 LOG_ERROR("unable to get ATSUFontID for %@", fontData->platformData().font()); 137 LOG_ERROR("ATSUCreateStyle failed (%d)", status); 151 LOG_ERROR("ATSUSetAttributes failed (%d)", status); 311 LOG_ERROR("u_shapeArabic failed(%d)", shapingError); 352 LOG_ERROR("ATSUCreateTextLayoutWithTextPtr failed(%d)", status); 373 LOG_ERROR("ATSUSetLayoutControls failed(%d)", status); 377 LOG_ERROR("ATSUSetTransientFontMatching failed(%d)", status); 570 LOG_ERROR("ATSUDrawText() failed(%d)", status); [all …]
|
/external/webkit/WebKitTools/FindSafari/ |
D | FindSafari.cpp | 42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__) macro 85 LOG_ERROR(TEXT("Couldn't determine installed Safari path\n")); in _tmain()
|
/external/webkit/WebCore/platform/text/ |
D | RegularExpression.cpp | 57 LOG_ERROR("RegularExpression: pcre_compile failed with '%s'", errorMessage); in compile() 111 LOG_ERROR("RegularExpression: pcre_exec() failed with result %d", result); in match()
|
/external/webkit/WebCore/platform/text/mac/ |
D | TextCodecMac.cpp | 156 …LOG_ERROR("TECConvertText gave a kTECPartialCharErr but read none of the %zu bytes in the buffer",… in decode() 171 … LOG_ERROR("TECConvertText accepted some bytes it previously rejected with kTECPartialCharErr"); in decode() 243 …LOG_ERROR("TECConvertText gave a kTECPartialCharErr, but left %u bytes in the buffer", sourceLengt… in decode()
|