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

1 2 3

  /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);
118 std::string error_description; local
124 &error_description));
131 &error_description));
136 &error_description));
142 &error_description));
146 &error_description));
152 &error_description));
158 &error_description));
252 std::string error_description; local
    [all...]
mobile_activator.h 104 const std::string& error_description) = 0;
194 std::string* error_description) const;
204 const std::string& error_description);
224 std::string error_description);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_errors_test.cc 69 protocol_error.error_description = "Not My Fault";
82 ASSERT_EQ(status.sync_protocol_error.error_description,
83 protocol_error.error_description);
91 protocol_error.error_description = "Not My Fault";
128 protocol_error.error_description = "Not My Fault";
140 ASSERT_EQ(status.sync_protocol_error.error_description,
141 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 133 const std::string& error_description,
136 if (!error_description.empty())
137 value->SetString("error", error_description);
208 const std::string& error_description) OVERRIDE;
213 const std::string& error_description,
392 const std::string& error_description) {
399 SetActivationStateAndError(state, error_description, &device_dict);
410 error_description),
419 const std::string& error_description,
424 SetActivationStateAndError(state, error_description, &device_dict)
    [all...]
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 75 std::string error_description; member in struct:syncer::SyncProtocolError
sync_protocol_error.cc 58 value->SetString("ErrorDescription", error_description);
  /external/chromium_org/android_webview/renderer/
aw_content_renderer_client.cc 143 string16* error_description) {
159 if (error_description) {
161 *error_description = ASCIIToUTF16(net::ErrorToString(error.reason));
163 *error_description = error.localizedDescription;
aw_content_renderer_client.h 36 string16* error_description) OVERRIDE;
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 48 const base::string16& 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/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 250 std::string* error_description);
266 const std::string& error_description);
270 const std::string& error_description);
636 std::string* error_description) {
653 *error_description = GetErrorMessage(kFailedConnectivity);
737 std::string error_description; local
861 error_description = GetErrorMessage(kFailedConnectivity);
    [all...]
  /external/chromium_org/sync/engine/
traffic_recorder_unittest.cc 35 std::string error_description(kMaxMessageSize * 2, 'a');
36 error->set_error_description(error_description);
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 72 const base::string16& error_description,
  /external/chromium_org/chrome/test/base/
in_process_browser_test_browsertest.cc 46 const string16& error_description,
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.cc 73 const base::string16& error_description,
distiller_page_web_contents.h 58 const base::string16& error_description,
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 80 const base::string16& error_description,
95 const base::string16& error_description,
  /external/chromium_org/content/public/browser/
web_contents_observer.h 149 const base::string16& error_description,
195 const base::string16& error_description,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.h 94 const base::string16& error_description,

Completed in 1642 milliseconds

1 2 3