Searched refs:PopInt32 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Ddisplay_power_service_provider.cc55 if (reader.PopInt32(&int_state)) {
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc206 if (!reader.PopInt32(&ret) || !reader.PopString(&dbus_name) ||
207 !reader.PopString(&error) || !reader.PopInt32(&pid)) {
566 if (!reader.PopInt32(&ret)) {
596 if (!reader.PopInt32(&ret)) {
893 if (!reader.PopInt32(&handle)) {
H A Dnative_backend_kwallet_x_unittest.cc490 EXPECT_TRUE(reader.PopInt32(&handle));
507 EXPECT_TRUE(reader.PopInt32(&handle));
523 EXPECT_TRUE(reader.PopInt32(&handle));
539 EXPECT_TRUE(reader.PopInt32(&handle));
558 EXPECT_TRUE(reader.PopInt32(&handle));
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client.cc301 if (!reader.PopInt32(&volume_state.output_volume) ||
303 !reader.PopInt32(&volume_state.input_gain) ||
H A Dcryptohome_client.cc906 if (!reader.PopInt32(&async_id)) {
1071 !reader.PopInt32(&slot)) {
1085 if (!reader.PopInt32(&async_id) ||
1087 !reader.PopInt32(&return_code)) {
1102 if (!reader.PopInt32(&async_id) ||
H A Dpower_manager_client.cc369 if (!(reader.PopInt32(&brightness_level) &&
/external/chromium_org/dbus/
H A Dmessage.h387 bool PopInt32(int32* value);
H A Dvalues_util.cc122 if (reader->PopInt32(&value))
H A Dmessage.cc130 if (!reader->PopInt32(&value))
758 bool MessageReader::PopInt32(int32* value) { function in class:dbus::MessageReader
H A Dmessage_unittest.cc83 ASSERT_TRUE(reader.PopInt32(&int32_value));
455 ASSERT_TRUE(struct_reader.PopInt32(&int32_value));

Completed in 216 milliseconds