Searched defs:got_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc767 bool got_error) {
785 got_error,
792 bool got_error,
818 got_error));
765 HandleFileWatchNotification(const drive::FileChange* list, const base::FilePath& local_path, bool got_error) argument
789 DispatchDirectoryChangeEvent( const base::FilePath& virtual_path, const drive::FileChange* list, bool got_error, const std::vector<std::string>& extension_ids) argument
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc1121 bool got_error = false; local
1136 got_error = true;
1148 got_error = true;
1151 if (got_error)
1154 return got_error;
/external/flac/libFLAC/
H A Dmetadata_iterators.c171 FLAC__bool got_error; member in struct:__anon21526
182 cd.got_error = false;
194 if(FLAC__stream_decoder_init_file(decoder, filename, write_callback_, metadata_callback_, error_callback_, &cd) != FLAC__STREAM_DECODER_INIT_STATUS_OK || cd.got_error) {
200 if(!FLAC__stream_decoder_process_until_end_of_metadata(decoder) || cd.got_error) {
270 if(!cd->got_error && 0 == cd->object) {
272 cd->got_error = true;
282 cd->got_error = true;

Completed in 3515 milliseconds