Home
last modified time | relevance | path

Searched refs:WTF_LOG_ERROR (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLParser.cpp107WTF_LOG_ERROR("Key duplicate found in MIME header. Key is '%s', previous value replaced.", key.asc… in retrieveKeyValuePairs()
140 WTF_LOG_ERROR("No boundary found in multipart MIME header."); in parseHeader()
173 WTF_LOG_ERROR("Unknown encoding '%s' found in MIME header.", text.ascii().data()); in parseContentTransferEncoding()
206 WTF_LOG_ERROR("Failed to parse MHTML part: no header."); in parseArchiveWithHeader()
228 WTF_LOG_ERROR("Failed to parse MHTML, invalid MIME header."); in parseArchiveWithHeader()
235 WTF_LOG_ERROR("Failed to parse MHTML subframe."); in parseArchiveWithHeader()
249 WTF_LOG_ERROR("Failed to parse MHTML part."); in parseArchiveWithHeader()
292 WTF_LOG_ERROR("Binary contents requires end of part"); in parseNextPart()
298 WTF_LOG_ERROR("Binary contents requires end of part"); in parseNextPart()
305 WTF_LOG_ERROR("Invalid seperator."); in parseNextPart()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/network/
DParsedContentType.cpp137 WTF_LOG_ERROR("Invalid Content-Type string '%s'", contentType.ascii().data()); in parseContentType()
154 WTF_LOG_ERROR("Invalid Content-Type parameter name. (at %i)", index); in parseContentType()
160 WTF_LOG_ERROR("Invalid Content-Type malformed parameter (at %i).", index); in parseContentType()
168WTF_LOG_ERROR("Invalid Content-Type, invalid parameter value (at %i, for '%s').", index, substring… in parseContentType()
174WTF_LOG_ERROR("Invalid Content-Type, invalid character at the end of key/value parameter (at %i)."… in parseContentType()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp74 WTF_LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(), in open()
84WTF_LOG_ERROR("SQLite database error when enabling extended errors - %s", m_openErrorMessage.data(… in open()
96 WTF_LOG_ERROR("SQLite database could not set temp_store to memory"); in open()
179WTF_LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size… in setMaximumSize()
181WTF_LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size)… in setMaximumSize()
441 WTF_LOG_ERROR("Attempt to set an authorizer on a non-open SQL database"); in setAuthorizer()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DSimpleFontDataWin.cpp68 WTF_LOG_ERROR("Unable to get the text metrics after second attempt"); in platformInit()
147 WTF_LOG_ERROR("Unable to get the glyph metrics after second attempt"); in platformBoundsForGlyph()
172 WTF_LOG_ERROR("Unable to get the char width after second attempt"); in platformWidthForGlyph()
DGlyphPageTreeNodeWin.cpp64 WTF_LOG_ERROR("Unable to get the glyph indices after second attempt"); in getGlyphIndices()
95 WTF_LOG_ERROR("Unable to get the text metrics after second attempt"); in fillBMPGlyphs()
DFontPlatformDataWin.cpp357 WTF_LOG_ERROR("Unable to get the text metrics after second attempt"); in isFixedPitch()
412 WTF_LOG_ERROR("Unable to get the font properties after second attempt"); in scriptFontProperties()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseBackendBase.cpp97WTF_LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, que… in retrieveTextResultFromDatabase()
111WTF_LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data()); in retrieveTextResultFromDatabase()
121WTF_LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
129WTF_LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
317WTF_LOG_ERROR("Unable to turn on incremental auto-vacuum (%d %s)", m_sqliteDatabase.lastError(), m… in performOpenAndVerify()
470WTF_LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data()); in getVersionFromDatabase()
490WTF_LOG_ERROR("Failed to set version %s in database (%s)", version.ascii().data(), query.ascii().d… in setVersionInDatabase()
DDatabase.cpp217WTF_LOG_ERROR("Unable to retrieve list of tables for database %s", databaseDebugName().ascii().dat… in performGetTableNames()
233 WTF_LOG_ERROR("Error getting tables for database %s", databaseDebugName().ascii().data()); in performGetTableNames()
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingPthreads.cpp184WTF_LOG_ERROR("Failed to create pthread at entry point %p with data %p", wtfThreadEntryPoint, invo… in createThreadInternal()
226 WTF_LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
228 WTF_LOG_ERROR("ThreadIdentifier %u was unable to be joined.\n", threadID); in waitForThreadCompletion()
255 WTF_LOG_ERROR("ThreadIdentifier %u was unable to be detached\n", threadID); in detachThread()
DThreadingWin.cpp216WTF_LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, err… in createThreadInternal()
235WTF_LOG_ERROR("ThreadIdentifier %u did not correspond to an active thread when trying to quit", th… in waitForThreadCompletion()
239 WTF_LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
DThreading.cpp78WTF_LOG_ERROR("Thread name \"%s\" is longer than 31 characters and will be truncated by Visual Stu… in createThread()
DAssertions.h317 #define WTF_LOG_ERROR(...) ((void)0) macro
319 #define WTF_LOG_ERROR(...) WTFReportError(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, __VA_ARGS__) macro
/external/chromium_org/third_party/WebKit/Source/platform/
DPODIntervalTreeTest.cpp233WTF_LOG_ERROR("*** Adding element %s", ValueToString<PODInterval<int> >::string(interval).ascii().… in InsertionAndDeletionTest()
242WTF_LOG_ERROR("*** Removing element %s", ValueToString<PODInterval<int> >::string(addedElements[in… in InsertionAndDeletionTest()
262WTF_LOG_ERROR("*** Adding element %s", ValueToString<PODInterval<int> >::string(removedElements[in… in InsertionAndDeletionTest()
270WTF_LOG_ERROR("*** Removing element %s", ValueToString<PODInterval<int> >::string(addedElements[in… in InsertionAndDeletionTest()
DPODIntervalTree.h243WTF_LOG_ERROR("PODIntervalTree verification failed at node 0x%p: localMaxValue=%s and data=%s", in checkInvariantsFromNode()
DPODRedBlackTree.h790 WTF_LOG_ERROR("%s", output); in logIfVerbose()
807 WTF_LOG_ERROR("%s", builder.toString().ascii().data()); in dumpFromNode()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp75 WTF_LOG_ERROR("icu::BreakIterator construction failed with status %d", openStatus); in take()
492 WTF_LOG_ERROR("textOpenLatin1 failed with status %d", openStatus); in wordBreakIterator()
499 WTF_LOG_ERROR("BreakIterator::seText failed with status %d", setTextStatus); in wordBreakIterator()
553 WTF_LOG_ERROR("textOpenLatin1 failed with status %d", openStatus); in acquireLineBreakIterator()
560 WTF_LOG_ERROR("ubrk_setUText failed with status %d", setTextStatus); in acquireLineBreakIterator()
580 WTF_LOG_ERROR("textOpenUTF16 failed with status %d", openStatus); in acquireLineBreakIterator()
587 WTF_LOG_ERROR("ubrk_setUText failed with status %d", setTextStatus); in acquireLineBreakIterator()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp106 WTF_LOG_ERROR("Failed to get glyph page zero."); in platformGlyphInit()
138WTF_LOG_ERROR("Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be ove… in platformGlyphInit()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp417 WTF_LOG_ERROR("Invalid numberOfHMetrics"); in loadMetrics()
424 WTF_LOG_ERROR("hhea exists but hmtx does not (or broken)"); in loadMetrics()
438 WTF_LOG_ERROR("Invalid numOfLongVerMetrics"); in loadMetrics()
463 WTF_LOG_ERROR("vhea exists but vmtx does not (or broken)"); in loadMetrics()
477 WTF_LOG_ERROR("vmtx has incorrect tsb count"); in loadMetrics()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataMac.mm176 WTF_LOG_ERROR("unable to initialize with font %@", initialFont.get());
181 WTF_LOG_ERROR("unable to initialize with font %@", initialFont.get());
187 WTF_LOG_ERROR("Corrupt font detected, using %@ in place of %@.",
195 WTF_LOG_ERROR("failed to set up font, using system font %s", m_platformData.font());
392WTF_LOG_ERROR("Unable to cache glyph widths for %@ %f", [font displayName], pointSize);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecICU.cpp290 WTF_LOG_ERROR("ICU ambiguous alias warning for encoding: %s", m_encoding.name()); in createICUConverter()
347 WTF_LOG_ERROR("error creating ICU encoder even though encoding was in table"); in decode()
DTextEncodingRegistry.cpp141WTF_LOG_ERROR("alias %s maps to %s already, but someone is trying to make it map to %s", alias, ol… in checkExistingName()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp66 WTF_LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRects()
80 WTF_LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRects()
DPageSerializer.cpp300 WTF_LOG_ERROR("No data for resource %s", url.string().utf8().data()); in addToResources()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp229 WTF_LOG_ERROR("unimplemented propertyID: %d", propertyID); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DAnimationBase.cpp242WTF_LOG_ERROR("State is AnimationStateEnding, but input is not AnimationStateInputEndTimerFired or… in updateStateMachine()

12