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

  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 84 if (!reader->PopUint32(&error_code) ||
86 !reader->PopUint32(&mount_type) ||
316 if (reader.PopUint32(&error_code) &&
433 if (!reader.PopUint32(&error_code) || !reader.PopString(&device_path)) {
gsm_sms_client_unittest.cc 119 EXPECT_TRUE(reader.PopUint32(&index));
135 EXPECT_TRUE(reader.PopUint32(&index));
bluetooth_agent_service_provider.cc 221 !reader.PopUint32(&passkey) ||
246 !reader.PopUint32(&passkey)) {
gsm_sms_client.cc 100 if (!reader.PopUint32(&index) ||
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 246 if (!message_reader.PopUint32(&inhibit_cookie_))
  /external/chromium_org/dbus/
message.h 388 bool PopUint32(uint32* value);
values_util.cc 128 if (reader->PopUint32(&value))
message.cc 137 if (!reader->PopUint32(&value))
762 bool MessageReader::PopUint32(uint32* value) {
message_unittest.cc 78 ASSERT_TRUE(reader.PopUint32(&uint32_value));

Completed in 1837 milliseconds