Searched defs:FormatError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
H A Dsqlite_diagnostics.cc132 recorder->FormatError());
139 recorder->FormatError());
162 recorder->FormatError());
195 std::string FormatError() { function in class:diagnostics::__anon4712::SqliteIntegrityTest::ErrorRecorder
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DMediaPlayer.h141 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError }; enumerator in enum:WebCore::MediaPlayer::NetworkState
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h76 enum FormatError { enum in namespace:chromeos
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py305 class FormatError(Error): class in inherits:Error
310 prefix = 'FormatError'
312 class ChunkError(FormatError):
1468 raise FormatError('Invalid PNG Filter Type.'
1685 raise FormatError(
1698 raise FormatError("PNG file has invalid signature.")
1717 raise FormatError(
1734 raise FormatError(
1739 raise FormatError('Chunk %s is too large: %d.' % (type,length))
1755 raise FormatError('IHD
[all...]

Completed in 153 milliseconds