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

12 3 4

  /external/chromium_org/content/public/browser/
web_contents_observer.h 156 const base::string16& error_description,
202 const base::string16& error_description,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.h 92 const base::string16& error_description,
  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h 123 const base::string16& error_description,
  /external/chromium_org/content/browser/android/
web_contents_observer_android.cc 105 const base::string16& error_description,
108 true, is_main_frame, error_code, error_description, validated_url);
116 const base::string16& error_description,
119 false, is_main_frame, error_code, error_description, validated_url);
  /external/chromium_org/content/test/
test_web_contents.h 94 const base::string16& error_description);
test_web_contents.cc 220 const base::string16& error_description) {
222 0, url, error_code, error_description);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 264 const std::string& error_description) {
266 pp::Var error_description_var(error_description);
312 const std::string& error_description) {
315 pp::Var error_description_var(error_description);
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 79 std::string* error_description) OVERRIDE;
84 std::string* error_description,
90 std::string* error_description,
privet_http_server.cc 295 std::string error_description; local
299 &error_timeout, &error_description);
315 return CreateErrorWithDescription("printer_error", error_description);
347 std::string error_description; local
351 &error_description, &timeout)
353 &error_description, &timeout);
381 return CreateErrorWithDescription("printer_error", error_description);
printer.cc 334 *description = state_.error_description;
402 std::string* error_description) {
404 error_timeout, error_description);
410 std::string* error_description,
413 error_description, timeout);
420 std::string* error_description,
423 error_description, timeout);
693 state_.error_description = description;
print_job_handler.cc 82 std::string* error_description) {
89 *error_description = "Paper jam, try again";
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 618 std::string error_description;
619 PlanActivationState new_state = PickNextState(network, &error_description);
621 ChangeState(network, new_state, error_description);
625 const NetworkState* network, std::string* error_description) const {
632 GotActivationError(network, error_description)) {
669 if (new_state == PLAN_ACTIVATION_ERROR && !error_description->length())
670 *error_description = GetErrorMessage(kErrorDefault);
882 std::string error_description) {
894 error_description = GetErrorMessage(kErrorNoService);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 160 const base::string16& error_description,
167 const base::string16& error_description,
266 const base::string16& error_description,
280 const base::string16& error_description,
  /external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_view.h 151 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/renderer/pepper/
content_decryptor_delegate.h 99 PP_Var error_description);
108 PP_Var error_description);
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.h 173 std::string error_description);
176 std::string error_description; member in struct:media::CdmAdapter::SessionError
  /external/chromium_org/content/browser/frame_host/
navigator_impl.cc 204 << ", error_description: " << params.error_description
276 const base::string16& error_description) {
280 error_description);
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.cc 143 const base::string16& error_description,
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.h 156 const base::string16& error_description,
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.cc 123 const base::string16& error_description,
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 119 // If |error_description| is not null it may be set to contain a brief
130 base::string16* error_description) {}
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h 104 const std::string& error_description);
ppapi_decryptor.cc 416 const std::string& error_description) {
419 web_session_id, exception_code, system_code, error_description);
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 262 SerializedVarReceiveInput error_description);
277 SerializedVarReceiveInput error_description);

Completed in 835 milliseconds

12 3 4