Searched refs:SpellingLog (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSpellingHandler.cpp25 #define SpellingLog(severity, format, ...) Platform::logAlways(severity, format, ## __VA_ARGS__) macro
27 #define SpellingLog(severity, format, ...)
48 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::spellCheckTextBlock received request of type %s",
82 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::spellCheckTextBlock creating single batch request");
95 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::spellCheckTextBlock starting first iteration");
107 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::createSpellCheckRequest Substring text is '%s', of size %d"
120 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::parseBlockForSpellChecking m_startPosition = %d, m_endPosition = %d, m_cachedEndPosition = %d, m_endOfRange = %d"
131 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::parseBlockForSpellChecking Failed to set text range for spellchecking.");
144 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::parseBlockForSpellChecking spellcheck iteration took %lf seconds", timer.elapsed());
156 SpellingLog(Platfor
[all...]
H A DInputHandler.cpp101 #define SpellingLog(severity, format, ...) Platform::logAlways(severity, format, ## __VA_ARGS__) macro
103 #define SpellingLog(severity, format, ...)
608 SpellingLog(Platform::LogLevelInfo, "InputHandler::requestCheckingOfString '%s'", spellCheckRequest->data().text().latin1().data());
611 SpellingLog(Platform::LogLevelWarn, "InputHandler::requestCheckingOfString did not receive a valid request.");
616 SpellingLog(Platform::LogLevelWarn, "InputHandler::requestCheckingOfString rejecting stale request with sequenceId=%d. Sentinal currently at %d."
626 SpellingLog(Platform::LogLevelWarn, "InputHandler::requestCheckingOfString request cancelled");
673 SpellingLog(Platform::LogLevelWarn,
684 SpellingLog(Platform::LogLevelWarn, "InputHandler::spellCheckingRequestProcessed Cancelling request with transactionId %d.", transactionId);
782 SpellingLog(Platform::LogLevelInfo,
1189 SpellingLog(Platfor
[all...]

Completed in 301 milliseconds