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

1 2 3 4

  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.cc 26 std::string* error_description,
32 *error_description = "No JSON dictionary response received.";
38 *error_description = "Cannot parse success state.";
45 *error_description = "Cannot parse message from response.";
57 std::string* error_description,
66 if (!GetJsonDictinaryAndCheckSuccess(json.get(), error_description,
72 *error_description = message;
79 *error_description = "No registration_token specified.";
86 *error_description = "No complete_invite_url specified.";
92 *error_description = "No polling_url specified."
    [all...]
cloud_print_response_parser.h 41 std::string* error_description,
50 std::string* error_description,
57 std::string* error_description,
63 std::string* error_description,
cloud_print_requester.cc 348 std::string error_description; local
356 &error_description,
368 delegate_->OnRegistrationError(error_description);
373 std::string error_description; local
379 &error_description,
390 delegate_->OnRegistrationError(error_description);
397 std::string error_description; local
401 &error_description,
407 delegate_->OnServerError(error_description);
448 std::string error_description; local
    [all...]
printer_state.h 61 std::string error_description; member in struct:PrinterState
privet_http_server.h 107 std::string* error_description) = 0;
114 std::string* error_description,
122 std::string* error_description,
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 67 std::string error_description) {
68 MobileActivator::ChangeState(network, new_state, error_description);
119 std::string error_description; local
125 &error_description));
132 &error_description));
137 &error_description));
143 &error_description));
147 &error_description));
153 &error_description));
159 &error_description));
253 std::string error_description; local
    [all...]
mobile_activator.h 103 const std::string& error_description) = 0;
193 std::string* error_description) const;
203 const std::string& error_description);
223 std::string error_description);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_errors_test.cc 115 protocol_error.error_description = "Not My Fault";
133 ASSERT_EQ(status.sync_protocol_error.error_description,
134 protocol_error.error_description);
143 protocol_error.error_description = "Not My Fault";
179 protocol_error.error_description = "Not My Fault";
192 ASSERT_EQ(status.sync_protocol_error.error_description,
193 protocol_error.error_description);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 35 const base::string16& error_description,
mobile_setup_ui.cc 134 const std::string& error_description,
137 if (!error_description.empty())
138 value->SetString("error", error_description);
209 const std::string& error_description) OVERRIDE;
214 const std::string& error_description,
393 const std::string& error_description) {
400 SetActivationStateAndError(state, error_description, &device_dict);
411 error_description),
420 const std::string& error_description,
425 SetActivationStateAndError(state, error_description, &device_dict)
    [all...]
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 85 std::string error_description; member in struct:syncer::SyncProtocolError
sync_protocol_error.cc 61 value->SetString("ErrorDescription", error_description);
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 73 * @param[in] error_description A <code>PP_Var</code> of type
80 struct PP_Var error_description);
151 * @param[in] error_description A <code>PP_Var</code> of type
158 struct PP_Var error_description);
  /external/chromium_org/android_webview/renderer/
aw_content_renderer_client.cc 165 base::string16* error_description) {
181 if (error_description) {
183 *error_description = base::ASCIIToUTF16(net::ErrorToString(error.reason));
185 *error_description = error.localizedDescription;
aw_content_renderer_client.h 37 base::string16* error_description) OVERRIDE;
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 58 * @param[in] error_description A <code>PP_Var</code> of type
66 [in] PP_Var error_description);
146 * @param[in] error_description A <code>PP_Var</code> of type
154 [in] PP_Var error_description);
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 43 struct PP_Var error_description) {
52 error_description);
89 struct PP_Var error_description) {
98 error_description);
  /external/chromium_org/content/browser/android/
web_contents_observer_android.h 45 const base::string16& error_description,
51 const base::string16& error_description,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 74 const std::string& error_description);
83 const std::string& error_description);
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 76 const base::string16& error_description,
  /external/chromium_org/chrome/test/base/
in_process_browser_test_browsertest.cc 46 const base::string16& error_description,
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 68 const base::string16& error_description,
  /external/chromium_org/content/browser/frame_host/
navigator.h 58 const base::string16& error_description) {}
navigator_delegate.h 47 const base::string16& error_description) {}
navigator_impl.h 39 const base::string16& error_description) OVERRIDE;

Completed in 335 milliseconds

1 2 3 4