HomeSort by relevance Sort by last modified time
    Searched refs:ErrorResponse (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
pyautolib.cc 116 ErrorResponse("Automation proxy does not exist", request, false, &response);
118 ErrorResponse("Chrome automation IPC channel was found already broken",
131 void PyUITestBase::ErrorResponse(
153 ErrorResponse(
159 ErrorResponse(
pyautolib.h 98 void ErrorResponse(const std::string& error_string,
  /external/chromium_org/dbus/
message.h 224 // ErrorResponse is a type of message used to return an error to the
226 class CHROME_DBUS_EXPORT ErrorResponse: public Response {
230 static scoped_ptr<ErrorResponse> FromRawMessage(DBusMessage* raw_message);
232 // Returns a newly created ErrorResponse from the given method call, the
236 static scoped_ptr<ErrorResponse> FromMethodCall(
242 // Creates an ErrorResponse message. The internal raw message is NULL.
243 ErrorResponse();
245 DISALLOW_COPY_AND_ASSIGN(ErrorResponse);
object_proxy.h 25 class ErrorResponse;
67 typedef base::Callback<void(ErrorResponse*)> ErrorCallback;
119 // called and a pointer to ErrorResponse object will be passed to the error
244 ErrorResponse* error_response);
message.cc 425 // ErrorResponse implementation.
428 ErrorResponse::ErrorResponse() : Response() {
431 scoped_ptr<ErrorResponse> ErrorResponse::FromRawMessage(
435 scoped_ptr<ErrorResponse> response(new ErrorResponse);
440 scoped_ptr<ErrorResponse> ErrorResponse::FromMethodCall(
444 scoped_ptr<ErrorResponse> response(new ErrorResponse)
    [all...]
exported_object.cc 283 scoped_ptr<ErrorResponse> error_response(
284 ErrorResponse::FromMethodCall(
object_proxy.cc 297 scoped_ptr<ErrorResponse> error_response(
298 ErrorResponse::FromRawMessage(response_message));
303 base::Bind(&base::DeletePointer<ErrorResponse>,
548 ErrorResponse* error_response) {
message_unittest.cc 540 scoped_ptr<ErrorResponse> error_response(
541 ErrorResponse::FromMethodCall(&method_call,
end_to_end_async_unittest.cc 202 void OnError(ErrorResponse* error) {
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.cc 351 dbus::ErrorResponse::FromMethodCall(
358 dbus::ErrorResponse::FromMethodCall(
386 dbus::ErrorResponse::FromMethodCall(
393 dbus::ErrorResponse::FromMethodCall(
416 dbus::ErrorResponse::FromMethodCall(
423 dbus::ErrorResponse::FromMethodCall(
shill_client_helper.h 29 class ErrorResponse;
bluetooth_profile_service_provider.cc 199 dbus::ErrorResponse::FromMethodCall(
206 dbus::ErrorResponse::FromMethodCall(
bluetooth_agent_manager_client.cc 112 dbus::ErrorResponse* response) {
bluetooth_adapter_client.cc 224 dbus::ErrorResponse* response) {
bluetooth_profile_manager_client.cc 204 dbus::ErrorResponse* response) {
bluetooth_device_client.cc 315 dbus::ErrorResponse* response) {
update_engine_client.cc 239 void OnGetStatusError(dbus::ErrorResponse* error) {
shill_client_helper.cc 161 dbus::ErrorResponse* response) {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_config_client.cc 31 void OnGetNameOwnerFail(dbus::ErrorResponse* response) {
194 dbus::ErrorResponse* response) {
ibus_input_context_client.cc 204 dbus::ErrorResponse* response) {
231 dbus::ErrorResponse* response) {
ibus_client.cc 172 dbus::ErrorResponse* response) {
ibus_client_unittest.cc 164 dbus::ErrorResponse* error_response_;
ibus_config_client_unittest.cc 87 scoped_ptr<dbus::ErrorResponse> error_response(
88 dbus::ErrorResponse::FromMethodCall(method_call, "Error",
ibus_input_context_client_unittest.cc 333 dbus::ErrorResponse* error_response_;

Completed in 172 milliseconds