Searched refs:LOG_ERROR (Results 1 - 25 of 133) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp54 LOG_ERROR("Invalid resume data to write to bundle path");
58 LOG_ERROR("Cannot write resume data to empty download bundle path");
65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
82 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
87 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
93 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno);
106 LOG_ERROR("Cannot create resume data from empty download bundle path");
114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
136 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno);
141 LOG_ERROR("Foote
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DSharedBufferWin.cpp49 LOG_ERROR("Failed to open file %s to create shared buffer, GetLastError() = %u", filePath.ascii().data(), GetLastError());
63 LOG_ERROR("Failed to fully read contents of file %s, GetLastError() = %u", filePath.ascii().data(), GetLastError());
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
H A DLoggingWin.cpp49 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
60 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
/external/webkit/Source/WebCore/storage/
H A DChangeVersionWrapper.cpp52 LOG_ERROR("Unable to retrieve actual current version from database");
58 LOG_ERROR("Old version doesn't match actual version");
71 LOG_ERROR("Unable to set new version in database");
H A DStorageAreaSync.cpp240 LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage");
251 LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data());
258 LOG_ERROR("Failed to create table ItemTable for local storage");
280 LOG_ERROR("Unable to select items from ItemTable for local storage");
294 LOG_ERROR("Error reading items from ItemTable for local storage");
362 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database");
368 LOG_ERROR("Failed to clear all items in the local storage database - %i", result);
375 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database");
381 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database");
399 LOG_ERROR("Faile
[all...]
H A DStorageTracker.cpp112 LOG_ERROR("Failed to create database file '%s'", databasePath.ascii().data());
117 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data());
125 LOG_ERROR("Failed to create Origins table.");
158 LOG_ERROR("Failed to prepare statement.");
171 LOG_ERROR("Failed to read in all origins from the database.");
288 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
296 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
357 LOG_ERROR("Failed to prepare statement.");
376 LOG_ERROR("Failed to read in all origins from the database.");
389 LOG_ERROR("Unabl
[all...]
H A DAbstractDatabase.cpp55 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
79 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data());
251 LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data());
273 LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), databaseDebugName().ascii().data());
282 LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data());
293 LOG_ERROR("Failed to set version %s in database %s", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
375 LOG_ERROR("Faile
[all...]
H A DDatabaseTracker.cpp121 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data());
128 LOG_ERROR("Failed to create Origins table");
134 LOG_ERROR("Failed to create Databases table");
308 LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", originIdentifier.ascii().data(), name.ascii().data());
349 LOG_ERROR("Failed to prepare statement.");
360 LOG_ERROR("Failed to read in all origins from the database.");
389 LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().ascii().data());
440 LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.ascii().data(), originIdentifier.ascii().data());
474 LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.ascii().data(), originIdentifier.ascii().data());
479 LOG_ERROR("Coul
[all...]
/external/webkit/Source/WebCore/bridge/jni/
H A DJobjectWrapper.cpp48 LOG_ERROR("Could not get GlobalRef for %p", instance);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataATSUI.mm54 LOG_ERROR("unable to get ATSUFontID for %@", m_platformData.font());
71 LOG_ERROR("ATSFontGetTable failed (%d)", status);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DProgramBinding.cpp56 LOG_ERROR("Failed to create shader program");
83 LOG_ERROR("Failed to create vertex shader");
90 LOG_ERROR("Failed to create fragment shader");
96 LOG_ERROR("Failed to create shader program");
111 LOG_ERROR("Failed to link shader program");
H A DSimpleFontDataChromiumWin.cpp73 LOG_ERROR("Unable to get the text metrics after second attempt");
167 LOG_ERROR("Unable to get the text metrics after second attempt");
197 LOG_ERROR("Unable to get the char width after second attempt");
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedBufferGtk.cpp40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
/external/webkit/Source/WebCore/platform/brew/
H A DSharedBufferBrew.cpp59 LOG_ERROR("Failed to open file %s to create shared buffer, errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
70 LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp68 LOG_ERROR("document to be printed has no renderer");
73 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor);
85 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
/external/webkit/Source/WebCore/platform/cf/
H A DFileSystemCF.cpp51 LOG_ERROR("Failed to get filesystem representation to create CString from cfString");
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumInit.cpp45 case logging::LOG_ERROR:
/external/regex-re2/util/
H A Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp124 LOG_ERROR("Could not open system certificate store %s", certificateSystemStoreName.ascii().data());
130 LOG_ERROR("Could not find certificate in system certificate store");
/external/webkit/Source/WebKit/win/
H A DWebDownloadCFNet.cpp78 LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");
93 LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url().string().utf8().data());
107 LOG_ERROR("Delegate is %p", m_delegate.get());
359 LOG_ERROR("DownloadDelegate->didBegin failed");
369 LOG_ERROR("DownloadDelegate->willSendRequest failed");
406 LOG_ERROR("DownloadDelegate->didReceiveResponse failed");
413 LOG_ERROR("DownloadDelegate->willResumeWithResponse failed");
426 LOG_ERROR("DownloadDelegate->didReceiveData failed");
433 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed");
442 LOG_ERROR("DownloadDelegat
[all...]
H A DWebIconDatabase.cpp71 LOG_ERROR("Unable to get icon database enabled preference");
88 LOG_ERROR("Unable to get icon database location preference");
96 LOG_ERROR("Failed to construct default icon database path");
100 LOG_ERROR("Failed to open icon database path");
180 LOG_ERROR("Failed to draw Image to HBITMAP");
314 LOG_ERROR("Failed to draw Image to HBITMAP");
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaClassJobjectV8.cpp52 LOG_ERROR("unable to call getClass on instance %p", anInstance);
74 LOG_ERROR("unable to find method %s on instance %p", kIsAnnotationPresent, anInstance);
145 LOG_ERROR("failed to register %s", kJavaScriptInterfaceAnnotation);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db));
87 LOG_ERROR("SQLite database could not set temp_store to memory");
170 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
172 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
419 LOG_ERROR("Attempt to set an authorizer on a non-open SQL database");
/external/chromium/base/
H A Dlogging_win.cc39 case LOG_ERROR:
123 SetMinLogLevel(LOG_ERROR);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitSystemBits.m54 LOG_ERROR("%s : host_info(%d) : %s.\n", __FUNCTION__, r, mach_error_string(r));

Completed in 270 milliseconds

123456