/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_response_parser.cc | 25 std::string* error_description, 31 *error_description = "No JSON dictionary response received."; 37 *error_description = "Cannot parse success state."; 44 *error_description = "Cannot parse message from response."; 56 std::string* error_description, 65 if (!GetJsonDictinaryAndCheckSuccess(json.get(), error_description, 71 *error_description = message; 78 *error_description = "No registration_token specified."; 85 *error_description = "No complete_invite_url specified."; 91 *error_description = "No polling_url specified." [all...] |
cloud_print_response_parser.h | 40 std::string* error_description, 50 std::string* error_description, 58 std::string* error_description,
|
cloud_print_requester.cc | 246 std::string error_description; local 254 &error_description, 266 delegate_->OnRegistrationError(error_description); 271 std::string error_description; local 277 &error_description, 288 delegate_->OnRegistrationError(error_description); 295 std::string error_description; local 299 &error_description, 305 delegate_->OnServerError(error_description);
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator_unittest.cc | 60 const std::string& error_description) { 61 MobileActivator::ChangeState(network, new_state, error_description); 107 std::string error_description; local 113 &error_description)); 120 &error_description)); 125 &error_description)); 131 &error_description)); 135 &error_description)); 141 &error_description)); 147 &error_description)); 223 std::string error_description; local [all...] |
mobile_activator.h | 96 const std::string& error_description) = 0; 172 std::string* error_description) const; 182 const std::string& error_description); 186 const std::string& error_description);
|
mobile_activator.cc | 549 std::string error_description; 550 PlanActivationState new_state = PickNextState(network, &error_description); 552 ChangeState(network, new_state, error_description); 556 CellularNetwork* network, std::string* error_description) const { 563 GotActivationError(network, error_description)) { 601 if (new_state == PLAN_ACTIVATION_ERROR && !error_description->length()) 602 *error_description = GetErrorMessage(kErrorDefault); 789 const std::string& error_description) { 808 OnActivationStateChanged(network, state_, error_description)); [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_errors_test.cc | 67 protocol_error.error_description = "Not My Fault"; 80 ASSERT_EQ(status.sync_protocol_error.error_description, 81 protocol_error.error_description); 89 protocol_error.error_description = "Not My Fault"; 126 protocol_error.error_description = "Not My Fault"; 139 ASSERT_EQ(status.sync_protocol_error.error_description, 140 protocol_error.error_description);
|
/external/chromium_org/content/browser/android/ |
web_contents_observer_android.h | 41 const string16& error_description, 47 const string16& error_description,
|
web_contents_observer_android.cc | 104 const string16& error_description, 107 true, is_main_frame, error_code, error_description, validated_url); 115 const string16& error_description, 118 false, is_main_frame, error_code, error_description, validated_url);
|
/external/chromium_org/android_webview/renderer/ |
aw_content_renderer_client.h | 39 string16* error_description) OVERRIDE;
|
aw_content_renderer_client.cc | 184 string16* error_description) { 200 if (error_description) { 202 *error_description = ASCIIToUTF16(net::ErrorToString(error.reason)); 204 *error_description = error.localizedDescription;
|
/external/chromium_org/chrome/browser/guestview/adview/ |
adview_guest.h | 45 const string16& error_description,
|
adview_guest.cc | 61 const string16& error_description,
|
/external/chromium_org/sync/protocol/ |
sync_protocol_error.cc | 58 value->SetString("ErrorDescription", error_description);
|
sync_protocol_error.h | 75 std::string error_description; member in struct:syncer::SyncProtocolError
|
/external/chromium_org/chrome/browser/page_cycler/ |
page_cycler_unittest.cc | 67 const string16& error_description, 76 const string16& error_description, 80 error_code, error_description, 130 void FailProvisionalLoad(int error_code, string16& error_description) { 135 error_description, NULL));
|
page_cycler.cc | 75 const string16& error_description, 78 LoadFailed(validated_url, error_description); 173 const string16& error_description) { 175 url.spec() + ": ")).append(error_description).
|
page_cycler.h | 48 const string16& error_description, 91 void LoadFailed(const GURL& url, const string16& error_description);
|
/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/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/chrome/test/base/ |
in_process_browser_test_browsertest.cc | 45 const string16& error_description,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_dialog.cc | 69 const std::string& error_description) OVERRIDE; 185 const std::string& error_description) {
|
/external/chromium_org/content/test/ |
test_web_contents.cc | 217 const string16& error_description) { 219 0, frame_id, url, is_main_frame, error_code, error_description);
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
web_auth_flow.h | 124 const string16& error_description,
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_guest.h | 101 const string16& error_description,
|