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

  /external/chromium_org/sync/engine/
commit_util.h 53 sync_pb::CommitResponse::ResponseType ProcessSingleCommitResponse(
sync_directory_commit_contribution.cc 72 sync_pb::CommitResponse::ResponseType response_type =
commit_util.cc 364 sync_pb::CommitResponse::ResponseType
379 sync_pb::CommitResponse::ResponseType response = server_entry.response_type();
  /external/chromium/chrome/browser/
password_manager_delegate_impl.cc 34 enum ResponseType {
57 ResponseType infobar_response_;
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h 35 CommitResponse::ResponseType ProcessSingleCommitResponse(
process_commit_response_command.cc 141 CommitResponse::ResponseType response_type =
207 CommitResponse::ResponseType
223 CommitResponse::ResponseType response = (CommitResponse::ResponseType)
process_commit_response_command_unittest.cc 186 void SetLastErrorCode(CommitResponse::ResponseType error_code) {
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_extensions_common_message_filter.h 88 ExtensionFunction::ResponseType type,
pepper_extensions_common_message_filter.cc 208 ExtensionFunction::ResponseType type,
  /external/chromium_org/sync/protocol/
proto_enum_conversions.h 44 sync_pb::CommitResponse::ResponseType response_type);
proto_enum_conversions.cc 122 sync_pb::CommitResponse::ResponseType response_type) {
123 ASSERT_ENUM_BOUNDS(sync_pb::CommitResponse, ResponseType, SUCCESS,
  /external/chromium_org/chrome/browser/password_manager/
password_manager_delegate_impl.cc 56 enum ResponseType {
84 ResponseType infobar_response_;
  /external/chromium_org/extensions/browser/
extension_function.h 86 enum ResponseType {
95 typedef base::Callback<void(ResponseType type,
extension_function.cc 135 ResponseType type = success ? SUCCEEDED : FAILED;
  /external/chromium_org/chrome/browser/extensions/
extension_function_dispatcher.cc 106 ExtensionFunction::ResponseType type,
137 ExtensionFunction::ResponseType type,
194 ExtensionFunction::ResponseType type,
  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 104 enum ResponseType {
112 ResponseType type_of_response;

Completed in 289 milliseconds