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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/audio/
mock_audio_source_callback.h 20 MOCK_METHOD1(OnError, void(AudioOutputStream* stream));
audio_io.h 70 virtual void OnError(AudioOutputStream* stream) = 0;
129 virtual void OnError(AudioInputStream* stream) = 0;
audio_logging.h 42 virtual void OnError(int component_id) = 0;
simple_sources.h 32 virtual void OnError(AudioOutputStream* stream) OVERRIDE;
34 // The number of OnMoreData()+OnMoreIOData() and OnError() calls respectively.
simple_sources_unittest.cc 70 TEST(SimpleSources, OnError) {
72 source.OnError(NULL);
74 source.OnError(NULL);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairinglistener.h 53 virtual void OnError(PoloError error) = 0;
serverpairingsession.cc 73 listener()->OnError(kErrorBadConfiguration);
84 listener()->OnError(kErrorBadConfiguration);
92 listener()->OnError(kErrorBadConfiguration);
107 listener()->OnError(kErrorProtocol);
114 listener()->OnError(kErrorProtocol);
clientpairingsession.cc 56 listener()->OnError(kErrorBadConfiguration);
90 listener()->OnError(kErrorBadConfiguration);
101 listener()->OnError(kErrorBadConfiguration);
116 listener()->OnError(kErrorProtocol);
123 listener()->OnError(kErrorProtocol);
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowirelistener.h 36 virtual void OnError() = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
139 OnError (::hide_panel(p));
145 OnError (::show_panel(p));
151 OnError (::top_panel(p));
157 OnError (::bottom_panel(p));
165 OnError(::move_panel(p, y, x));
184 OnError(ERR);
190 OnError(ERR);
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(::set_max_field(field,growth))
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (::post_menu(menu)) : OnError (::unpost_menu (menu))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
139 OnError (::hide_panel(p));
145 OnError (::show_panel(p));
151 OnError (::top_panel(p));
157 OnError (::bottom_panel(p));
165 OnError(::move_panel(p, y, x));
184 OnError(ERR);
190 OnError(ERR);
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(::set_max_field(field,growth))
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (::post_menu(menu)) : OnError (::unpost_menu (menu))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager_unittest.cc 138 MOCK_METHOD1(OnError, void(int));
198 // observers. We use OnError for that.
205 EXPECT_CALL(observer, OnError(1234))
207 EXPECT_CALL(observer, OnError(4321))
209 EXPECT_CALL(observer, OnError(0))
216 state_machine->OnError(1234);
226 state_machine->OnError(4321);
235 state_machine->OnError(0);
250 EXPECT_CALL(observer1, OnError(_))
252 EXPECT_CALL(observer2, OnError(_)
    [all...]
  /external/chromium_org/content/renderer/p2p/
socket_client_delegate.h 36 virtual void OnError() = 0;
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
messagelistener.h 62 virtual void OnError(PoloError error) = 0;
  /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/net/quic/
quic_reliable_client_stream.h 38 virtual void OnError(int error) = 0;
74 void OnError(int error);
  /external/chromium_org/ppapi/c/dev/
ppp_video_capture_dev.h 66 void (*OnError)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.h 28 virtual void OnError(PP_Resource video_capture, uint32_t error) = 0;
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.h 84 virtual void OnError(int result) = 0;
112 virtual void OnError(int result) OVERRIDE;
126 virtual void OnError(int result) OVERRIDE;
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc 55 OnError(fetcher, TOKEN_ERROR);
173 delegate_->OnError(this, RETRY_ERROR);
236 delegate_->OnError(this, RESPONSE_CODE_ERROR);
244 delegate_->OnError(this, URL_FETCH_ERROR);
253 delegate_->OnError(this, URL_FETCH_ERROR);
264 delegate_->OnError(this, RESPONSE_CODE_ERROR);
271 delegate_->OnError(this, URL_FETCH_ERROR);
281 delegate_->OnError(this, JSON_PARSE_ERROR);
288 delegate_->OnError(this, JSON_PARSE_ERROR);
339 delegate_->OnError(this, TOKEN_ERROR)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.cc 68 OnError(base::File::FILE_ERROR_SECURITY);
74 OnError(base::File::FILE_ERROR_SECURITY);
81 OnError(base::File::FILE_ERROR_SECURITY);
88 OnError(base::File::FILE_ERROR_SECURITY);
94 OnError(base::File::FILE_ERROR_FAILED);
104 OnError(base::File::FILE_ERROR_FAILED);
119 OnError(base::File::FILE_ERROR_FAILED);
150 OnError(NetErrorToFileError(write_response));
164 OnError(NetErrorToFileError(write_response));
173 void FileWriterDelegate::OnError(base::File::Error error)
    [all...]

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>