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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 86 void OnError (int err) const THROWS(NCursesPanelException)
136 OnError (::hide_panel(p));
142 OnError (::show_panel(p));
148 OnError (::top_panel(p));
154 OnError (::bottom_panel(p));
162 OnError(::move_panel(p, y, x));
181 OnError(ERR);
187 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/net/proxy/
proxy_resolver_js_bindings.h 44 virtual void OnError(int line_number, const std::string& error) = 0;
proxy_resolver_js_bindings.cc 167 virtual void OnError(int line_number, const std::string& message) {
proxy_resolver_v8.cc 124 js_bindings_->OnError(-1, "FindProxyForURL() is undefined.");
143 js_bindings_->OnError(-1, "FindProxyForURL() did not return a string.");
246 js_bindings_->OnError(line_number, error_message);
proxy_resolver_v8_unittest.cc 51 virtual void OnError(int line_number, const std::string& message) {
  /external/chromium/net/websockets/
websocket.h 50 virtual void OnError(const WebSocket* socket, int error) {}
147 virtual void OnError(const SocketStream* socket, int error);
websocket.cc 156 void WebSocket::OnError(const SocketStream* socket_stream, int error) {
492 delegate_->OnError(this, error);
  /external/chromium/net/flip/
flip_framer.h 51 virtual void OnError(FlipFramer* framer) = 0;
flip_session.h 115 virtual void OnError(flip::FlipFramer*);
flip_framer_test.cc 34 void OnError(FlipFramer* f) {
flip_framer.cc 129 visitor_->OnError(this);
flip_session.cc 834 void FlipSession::OnError(flip::FlipFramer* framer) {
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.h 90 virtual void OnError(const SocketStream* socket, int error) {}
213 // Calls OnError and OnClose of delegate, and no more
socket_stream.cc 229 delegate_->OnError(this, result);
437 delegate_->OnError(this, result);
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 172 milliseconds