Searched refs:got_error (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Didle_linux.cc71 bool got_error = gdk_error_trap_pop(); local
72 if (result && !got_error)
H A Dfullscreen_linux.cc142 bool got_error = gdk_error_trap_pop(); local
143 return result && !got_error;
/external/chromium_org/chrome/browser/
H A Dfullscreen_gtk.cc141 bool got_error = gdk_error_trap_pop(); local
142 return result && !got_error;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.h128 bool got_error);
H A Devent_router.cc581 bool got_error) {
588 DispatchDirectoryChangeEvent(iter->second->virtual_path(), got_error,
594 bool got_error,
620 got_error ? kPathWatchError : kPathChanged);
580 HandleFileWatchNotification(const base::FilePath& local_path, bool got_error) argument
592 DispatchDirectoryChangeEvent( const base::FilePath& virtual_path, bool got_error, const std::vector<std::string>& extension_ids) argument
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc1222 bool got_error = false; local
1239 got_error = true;
1254 got_error = true;
1257 if (got_error)
1260 return got_error;
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc1037 bool got_error = false; local
1052 got_error = true;
1064 got_error = true;
1067 if (got_error)
1070 return got_error;
/external/flac/libFLAC/
H A Dmetadata_iterators.c171 FLAC__bool got_error; member in struct:__anon18664
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 240 milliseconds