Searched refs:AppendInt32 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dpermission_broker_client.cc34 writer.AppendInt32(interface_id);
49 writer.AppendInt32(interface_id);
H A Dcras_audio_client.cc72 writer.AppendInt32(volume);
95 writer.AppendInt32(input_gain);
H A Dcryptohome_client.cc448 writer.AppendInt32(pca_type);
464 writer.AppendInt32(pca_type);
485 writer.AppendInt32(pca_type);
486 writer.AppendInt32(certificate_profile);
H A Dpower_manager_client.cc118 writer.AppendInt32(
169 writer.AppendInt32(type);
H A Dsession_manager_client.cc101 writer.AppendInt32(pid);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc403 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
909 builder.AppendInt32(handle); // handle
931 builder.AppendInt32(handl
[all...]
H A Dnative_backend_kwallet_x_unittest.cc450 writer.AppendInt32(klauncher_ret_);
453 writer.AppendInt32(1234); // pid
483 writer.AppendInt32(1); // Can be anything but kInvalidKWalletHandle.
517 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1);
566 writer.AppendInt32(
/external/chromium_org/dbus/
H A Dvalues_util_unittest.cc31 writer.AppendInt32(kInt32Value);
197 sub_writer.AppendInt32(data[i]);
244 sub_writer.AppendInt32(kInt32Value);
372 entry_writer.AppendInt32(values[i]);
H A Dmessage.h277 void AppendInt32(int32 value);
H A Dvalues_util.cc227 writer->AppendInt32(int_value);
H A Dmessage_unittest.cc52 writer.AppendInt32(4);
383 struct_writer.AppendInt32(123);
H A Dmessage.cc488 void MessageWriter::AppendInt32(int32 value) { function in class:dbus::MessageWriter

Completed in 6919 milliseconds