HomeSort by relevance Sort by last modified time
    Searched defs:HandleError (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
erroraccumulator.py 32 def HandleError(self, error):
errorhandler.py 43 def HandleError(self, error):
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
erroraccumulator.py 32 def HandleError(self, error):
errorhandler.py 43 def HandleError(self, error):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 62 """Call the HandleError function for the checker we are associated with."""
64 self.__checker.HandleError(code, message, token, position, fix_data)
127 def HandleError(self, code, message, token, position=None,
140 self._error_handler.HandleError(
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
292 self.HandleError(errors.FILE_DOES_NOT_PARSE, message, token)
305 self.HandleError(errors.FILE_DOES_NOT_PARSE,
error_fixer.py 93 def HandleError(self, error):
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 136 def HandleError(self, error):
  /external/chromium_org/chrome/browser/web_dev_style/
js_checker.py 165 def HandleError(self, error):
  /external/chromium_org/extensions/browser/api/storage/
storage_api.cc 77 return HandleError(result->error(), storage);
88 return HandleError(result->error(), storage);
101 ExtensionFunction::ResponseValue SettingsFunction::HandleError(
  /external/chromium_org/media/audio/mac/
audio_input_mac.cc 59 HandleError(err);
88 HandleError(err);
103 HandleError(err);
118 HandleError(err);
148 void PCMQueueInAudioInputStream::HandleError(OSStatus err) {
165 HandleError(err);
243 HandleError(err);
audio_low_latency_input_mac.cc 150 HandleError(result);
172 HandleError(result);
185 HandleError(result);
198 HandleError(result);
215 HandleError(result);
229 HandleError(result);
246 HandleError(result);
261 HandleError(result);
271 HandleError(result);
673 void AUAudioInputStream::HandleError(OSStatus err)
    [all...]
  /external/chromium_org/media/audio/win/
waveout_output_win.cc 185 HandleError(MMSYSERR_ERROR);
196 HandleError(MMSYSERR_ERROR);
218 HandleError(result);
227 HandleError(result);
233 HandleError(result);
254 HandleError(::GetLastError());
261 HandleError(res);
316 void PCMWaveOutAudioOutputStream::HandleError(MMRESULT error) {
343 HandleError(0);
390 stream->HandleError(result)
    [all...]
wavein_input_win.cc 136 HandleError(result);
229 void PCMWaveInAudioInputStream::HandleError(MMRESULT error) {
238 HandleError(res);
audio_low_latency_input_win.cc 482 void WASAPIAudioInputStream::HandleError(HRESULT err) {
  /external/chromium_org/net/tools/flip_server/
mem_cache.h 21 void HandleError() { error_ = true; }
streamer_interface.cc 190 void StreamerSM::HandleHeaderError(BalsaFrame* framer) { HandleError(); }
192 void StreamerSM::HandleChunkingError(BalsaFrame* framer) { HandleError(); }
194 void StreamerSM::HandleBodyError(BalsaFrame* framer) { HandleError(); }
196 void StreamerSM::HandleError() {
http_interface.cc 76 void HttpSM::HandleHeaderError(BalsaFrame* framer) { HandleError(); }
78 void HttpSM::HandleChunkingError(BalsaFrame* framer) { HandleError(); }
80 void HttpSM::HandleBodyError(BalsaFrame* framer) { HandleError(); }
82 void HttpSM::HandleError() {
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 62 """Call the HandleError function for the checker we are associated with."""
64 self.__checker.HandleError(code, message, token, position, fix_data)
127 def HandleError(self, code, message, token, position=None,
140 self._error_handler.HandleError(
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
292 self.HandleError(errors.FILE_DOES_NOT_PARSE, message, token)
305 self.HandleError(errors.FILE_DOES_NOT_PARSE,
error_fixer.py 93 def HandleError(self, error):
  /external/chromium_org/media/audio/alsa/
alsa_input.cc 110 HandleError("PcmPrepare", error);
114 HandleError("PcmStart", error);
149 HandleError("PcmStart", error);
252 HandleError("PcmDrop", error);
262 HandleError("PcmClose", error);
339 void AlsaPcmInputStream::HandleError(const char* method, int error) {
  /external/chromium_org/media/audio/android/
opensles_input.cc 101 HandleError(err);
112 HandleError(err);
315 HandleError(err);
338 void OpenSLESInputStream::HandleError(SLresult error) {
opensles_output.cc 306 HandleError(err);
353 HandleError(err);
376 void OpenSLESOutputStream::HandleError(SLresult error) {
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.cc 102 HandleError(result);
135 void BufferedSocketWriterBase::HandleError(int result) {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 118 HandleError(STORE_POLICY_ERROR, callback);
133 HandleError(STORE_POLICY_ERROR, callback);
139 HandleError(STORE_POLICY_ERROR, callback);
356 void DeviceSettingsService::HandleError(Status status,
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc 92 HandleError(FROM_HERE, status);
189 void SandboxOriginDatabase::HandleError(
232 HandleError(FROM_HERE, status);
258 HandleError(FROM_HERE, status);
266 HandleError(FROM_HERE, status);
277 HandleError(FROM_HERE, status);
325 HandleError(FROM_HERE, status);
340 HandleError(FROM_HERE, status);

Completed in 784 milliseconds

1 2