Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
Dsqlite_diagnostics.cc114 recorder->FormatError()); in ExecuteImpl()
121 recorder->FormatError()); in ExecuteImpl()
144 recorder->FormatError()); in ExecuteImpl()
177 std::string FormatError() { in FormatError() function in diagnostics::__anon0305ee990111::SqliteIntegrityTest::ErrorRecorder
/external/chromium_org/tools/telemetry/third_party/png/
Dpng.py305 class FormatError(Error): class
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('IHDR chunk has incorrect length.')
1770 raise FormatError("Illegal combination of bit depth (%d)"
[all …]
/external/chromium_org/chrome/browser/chromeos/imageburner/
Dburn_device_handler.h59 FormatError error_code,
Dburn_device_handler.cc91 FormatError error_code, in OnFormatEvent()
/external/chromium_org/chrome/browser/storage_monitor/
Dstorage_monitor_chromeos.h56 FormatError error_code,
Dstorage_monitor_chromeos.cc194 FormatError error_code, in OnFormatEvent()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dmounted_disk_monitor.h51 chromeos::FormatError error_code,
Dmounted_disk_monitor.cc109 chromeos::FormatError error_code, in OnFormatEvent()
Dvolume_manager.h146 chromeos::FormatError error_code,
Dvolume_manager.cc434 chromeos::FormatError error_code, in OnFormatEvent()
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.cc406 FormatError error_code = success ? FORMAT_ERROR_NONE : FORMAT_ERROR_UNKNOWN; in OnFormatDevice()
518 FormatError error_code; in OnMountEvent()
557 FormatError error_code, in NotifyFormatStatusUpdate()
566 FormatError* error_code) { in ParseFormatFinishedPath()
Ddisk_mount_manager.h217 FormatError error_code,
Ddisk_mount_manager_unittest.cc111 chromeos::FormatError error_code,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
DMediaPlayer.h143 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError }; enumerator
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h74 enum FormatError { enum
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp785 mediaLoadingFailed(MediaPlayer::FormatError); in selectMediaResource()
791 mediaLoadingFailed(MediaPlayer::FormatError); in selectMediaResource()
833 mediaLoadingFailed(MediaPlayer::FormatError); in loadResource()
873 mediaLoadingFailed(MediaPlayer::FormatError); in loadResource()
878 mediaLoadingFailed(MediaPlayer::FormatError); in loadResource()
1458 …else if ((error == MediaPlayer::FormatError || error == MediaPlayer::NetworkError) && m_loadState … in mediaLoadingFailed()
1478 …if (state == MediaPlayer::FormatError || state == MediaPlayer::NetworkError || state == MediaPlaye… in setNetworkState()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.cc797 SetNetworkState(WebKit::WebMediaPlayer::FormatError); in OnPipelineInitialize()
844 SetNetworkState(WebMediaPlayer::FormatError); in OnPipelineError()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp425 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::NetworkStateFormatError, MediaPlayer::FormatError);