HomeSort by relevance Sort by last modified time
    Searched defs:kErrorInternal (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys_service.cc 20 const char kErrorInternal[] = "Internal Error.";
42 callback.Run(std::string() /* no public key */, kErrorInternal);
platform_keys_nss.cc 34 const char kErrorInternal[] = "Internal Error.";
86 state->OnError(FROM_HERE, kErrorInternal);
98 state->OnError(FROM_HERE, kErrorInternal);
336 state->OnError(FROM_HERE, kErrorInternal);
344 state->OnError(FROM_HERE, kErrorInternal);
403 state->OnError(FROM_HERE, kErrorInternal);
518 state->OnError(FROM_HERE, kErrorInternal);
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_api.cc 28 const char kErrorInternal[] = "Internal Error.";
306 Respond(Error(kErrorInternal));

Completed in 307 milliseconds