HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 451 - 475 of 934) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/i18n/
rtl.cc 115 UErrorCode error_code = U_ZERO_ERROR; local
116 icu::Locale::setDefault(locale, error_code);
121 DCHECK(U_SUCCESS(error_code));
  /external/chromium_org/chrome/browser/chromeos/
customization_document.cc 90 int error_code = 0; local
93 base::JSON_ALLOW_TRAILING_COMMAS, &error_code, &error));
94 if (error_code != base::JSONReader::JSON_NO_ERROR)
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 79 int error_code) OVERRIDE {
90 if (error_code == net::ERR_ABORTED) {
96 resource_type, current_peer, error_code);
  /external/chromium_org/net/quic/
quic_session.cc 165 stream->OnStreamReset(frame.error_code);
224 void QuicSession::SendGoAway(QuicErrorCode error_code, const string& reason) {
226 connection_->SendGoAway(error_code, largest_peer_created_stream_id_, reason);
  /external/chromium_org/net/spdy/
buffered_spdy_framer.cc 61 visitor_->OnError(spdy_framer->error_code());
234 SpdyFramer::SpdyError BufferedSpdyFramer::error_code() const { function in class:net::BufferedSpdyFramer
235 return spdy_framer_.error_code();
  /external/chromium_org/printing/backend/
print_backend_cups.cc 371 ipp_status_t error_code = cupsLastError(); local
373 if (error_code > IPP_OK_EVENTS_COMPLETE || http_error != 0) {
376 << ", CUPS error: " << static_cast<int>(error_code)
  /external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.cc 210 int error_code = 0; local
214 serializer.Deserialize(&error_code, &error_msg));
215 switch (error_code) {
  /external/qemu/target-i386/
exec.h 62 void do_interrupt(int intno, int is_int, int error_code,
64 void do_interrupt_user(int intno, int is_int, int error_code,
66 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 254 uint32 error_code = ::GetLastError(); local
264 error_code = std::min(error_code, kMaxErrorToSend);
266 error_code, kMaxErrorToSend);
  /external/chromium/chrome/browser/notifications/
balloon_host.h 58 int error_code);
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 83 int error_code);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 60 int error_code);
tab_contents_view_touch.h 56 int error_code) OVERRIDE;
tab_contents_view_views.h 53 int error_code) OVERRIDE;
  /external/chromium_org/base/json/
json_parser.h 70 JSONReader::JsonParseError error_code() const;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader.h 194 void OnGetContent(google_apis::GDataErrorCode error_code,
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 100 int error_code,
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.h 138 void OnIrtOpened(base::PlatformFileError error_code,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 175 // encoded in |error_code|.
177 device::BluetoothDevice::ConnectErrorCode error_code);
  /external/chromium_org/chrome_frame/
chrome_frame_activex.h 95 virtual void OnLoadFailed(int error_code, const std::string& url);
  /external/chromium_org/content/browser/loader/
resource_loader.h 97 virtual void CancelWithError(int error_code) OVERRIDE;
sync_resource_handler.cc 117 result_.error_code = status.error();
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.h 53 int error_code) OVERRIDE;
web_contents_view_guest.h 48 int error_code) OVERRIDE;
web_contents_view_mac.h 73 int error_code) OVERRIDE;

Completed in 1280 milliseconds

<<11121314151617181920>>