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

  /external/chromium_org/chromeos/dbus/
permission_broker_client.cc 34 writer.AppendInt32(interface_id);
49 writer.AppendInt32(interface_id);
cras_audio_client.cc 72 writer.AppendInt32(volume);
95 writer.AppendInt32(input_gain);
cryptohome_client.cc 448 writer.AppendInt32(pca_type);
464 writer.AppendInt32(pca_type);
485 writer.AppendInt32(pca_type);
486 writer.AppendInt32(certificate_profile);
    [all...]
power_manager_client.cc 115 writer.AppendInt32(
162 writer.AppendInt32(type);
    [all...]
session_manager_client.cc 101 writer.AppendInt32(pid);
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 403 builder.AppendInt32(wallet_handle); // handle
430 builder.AppendInt32(wallet_handle); // handle
494 builder.AppendInt32(wallet_handle); // handle
516 builder.AppendInt32(wallet_handle); // handle
553 builder.AppendInt32(wallet_handle); // handle
581 builder.AppendInt32(wallet_handle); // handle
622 builder.AppendInt32(wallet_handle); // handle
654 builder.AppendInt32(wallet_handle); // handle
    [all...]
native_backend_kwallet_x_unittest.cc 442 writer.AppendInt32(klauncher_ret_);
445 writer.AppendInt32(1234); // pid
475 writer.AppendInt32(1); // Can be anything but kInvalidKWalletHandle.
509 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1);
558 writer.AppendInt32(
    [all...]
  /external/chromium_org/dbus/
message.h 277 void AppendInt32(int32 value);
values_util_unittest.cc 31 writer.AppendInt32(kInt32Value);
197 sub_writer.AppendInt32(data[i]);
244 sub_writer.AppendInt32(kInt32Value);
372 entry_writer.AppendInt32(values[i]);
message_unittest.cc 51 writer.AppendInt32(4);
350 struct_writer.AppendInt32(123);
values_util.cc 227 writer->AppendInt32(int_value);
message.cc 488 void MessageWriter::AppendInt32(int32 value) {

Completed in 97 milliseconds