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

1 2 3 4 5

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
treescan.py 57 def OnError(os_error):
60 for dirpath, dirnames, filenames in os.walk(root, onerror=OnError):
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
close_file.cc 44 void CloseFile::OnError(int /* request_id */, base::File::Error error) {
open_file.cc 67 void OpenFile::OnError(int /* request_id */, base::File::Error error) {
unmount.cc 37 void Unmount::OnError(int /* request_id */, base::File::Error error) {
get_metadata.cc 80 void GetMetadata::OnError(int /* request_id */, base::File::Error error) {
read_directory.cc 87 void ReadDirectory::OnError(int /* request_id */, base::File::Error error) {
read_file.cc 87 void ReadFile::OnError(int /* request_id */, base::File::Error error) {
  /external/chromium_org/media/audio/
simple_sources.cc 51 void SineWaveAudioSource::OnError(AudioOutputStream* stream) {
  /external/chromium_org/ppapi/c/dev/
ppp_video_capture_dev.h 66 void (*OnError)(PP_Instance instance,
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 29 def OnError(function, path, excinfo):
52 shutil.rmtree(LOCAL_THIRD_PARTY_DIR, False, OnError)
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server.cc 50 OnError();
58 OnError();
69 void P2PSocketHostTcpServer::OnError() {
92 OnError();
122 OnError();
  /external/chromium_org/net/quic/
quic_crypto_stream.cc 28 void QuicCryptoStream::OnError(CryptoFramer* framer) {
quic_reliable_client_stream.cc 87 void QuicReliableClientStream::OnError(int error) {
91 delegate->OnError(error);
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.cc 43 void OnError(PP_Instance instance, PP_Resource resource, uint32_t error_code) {
47 client->OnError(resource, error_code);
62 OnError,
  /external/chromium_org/printing/
printing_context.cc 46 PrintingContext::Result PrintingContext::OnError() {
75 return OnError();
86 return OnError();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_iapps_library_parser.cc 81 OnError();
136 OnError();
140 OnError();
143 void SafeIAppsLibraryParser::OnError() {
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc 47 base::Bind(&BluetoothAgentManagerClientImpl::OnError,
67 base::Bind(&BluetoothAgentManagerClientImpl::OnError,
89 base::Bind(&BluetoothAgentManagerClientImpl::OnError,
111 void OnError(const ErrorCallback& error_callback,
bluetooth_gatt_manager_client.cc 55 base::Bind(&BluetoothGattManagerClientImpl::OnError,
76 base::Bind(&BluetoothGattManagerClientImpl::OnError,
98 void OnError(const ErrorCallback& error_callback,
bluetooth_profile_manager_client.cc 167 base::Bind(&BluetoothProfileManagerClientImpl::OnError,
187 base::Bind(&BluetoothProfileManagerClientImpl::OnError,
209 void OnError(const ErrorCallback& error_callback,
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.cc 90 base::Bind(&BluetoothRemoteGattDescriptorChromeOS::OnError,
108 base::Bind(&BluetoothRemoteGattDescriptorChromeOS::OnError,
128 void BluetoothRemoteGattDescriptorChromeOS::OnError(
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.cc 85 void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode,
  /external/chromium_org/media/base/
media_file_checker.cc 20 static void OnError(bool* called) {
33 media::BlockingUrlProtocol protocol(&source, base::Bind(&OnError, &read_ok));
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomconfigtask_unittest.cc 47 void OnError(buzz::IqTask* task,
132 task->SignalError.connect(listener, &MucRoomConfigListener::OnError);
mucroomuniquehangoutidtask_unittest.cc 48 void OnError(buzz::IqTask* task,
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager.cc 183 void OperationManager::OnError(const ExtensionId& extension_id,

Completed in 1088 milliseconds

1 2 3 4 5