Searched refs:AppendBool (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/media/filters/
H A Dh264_bitstream_buffer.h41 AppendBool(val);
45 void AppendBool(bool val);
H A Dh264_bitstream_buffer.cc82 void H264BitstreamBuffer::AppendBool(bool val) { function in class:media::H264BitstreamBuffer
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_encode_accelerator.cc884 packed_sps_.AppendBool(current_sps_.constraint_set0_flag);
885 packed_sps_.AppendBool(current_sps_.constraint_set1_flag);
886 packed_sps_.AppendBool(current_sps_.constraint_set2_flag);
887 packed_sps_.AppendBool(current_sps_.constraint_set3_flag);
888 packed_sps_.AppendBool(current_sps_.constraint_set4_flag);
889 packed_sps_.AppendBool(current_sps_.constraint_set5_flag);
897 packed_sps_.AppendBool(current_sps_.separate_colour_plane_flag);
900 packed_sps_.AppendBool(current_sps_.qpprime_y_zero_transform_bypass_flag);
901 packed_sps_.AppendBool(current_sps_.seq_scaling_matrix_present_flag);
914 packed_sps_.AppendBool(current_sps
[all...]
/external/chromium_org/chromeos/dbus/
H A Dcryptohome_client.cc172 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
173 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL);
217 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
218 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL);
510 writer.AppendBool(is_user_specific);
530 writer.AppendBool(is_user_specific);
547 writer.AppendBool(is_user_specific);
567 writer.AppendBool(is_user_specific);
587 writer.AppendBool(is_user_specific);
611 writer.AppendBool(is_user_specifi
[all...]
H A Dupdate_engine_client.cc135 writer.AppendBool(true /* powerwash */);
176 writer.AppendBool(is_powerwash_allowed);
194 writer.AppendBool(get_current_channel);
H A Dshill_service_client_unittest.cc194 array_writer.AppendBool(true);
195 array_writer.AppendBool(true);
H A Dcras_audio_client.cc83 writer.AppendBool(mute_on);
106 writer.AppendBool(mute_on);
H A Dmodem_messaging_client_unittest.cc183 writer.AppendBool(kComplete);
H A Dgsm_sms_client_unittest.cc213 writer.AppendBool(kComplete);
H A Dshill_device_client.cc116 writer.AppendBool(require);
H A Dpower_manager_client.cc89 writer.AppendBool(allow_off);
182 writer.AppendBool(is_fullscreen);
211 writer.AppendBool(is_projecting);
H A Ddebug_daemon_client.cc321 writer.AppendBool(is_compressed);
H A Dshill_manager_client_unittest.cc321 writer.AppendBool(expected);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc467 writer.AppendBool(kwallet_enabled_);
497 writer.AppendBool(wallet_.hasFolder(folder_name));
499 writer.AppendBool(wallet_.createFolder(folder_name));
515 writer.AppendBool(wallet_.hasEntry(folder_name, key));
H A Dnative_backend_kwallet_x.cc193 builder.AppendBool(false); // blind
/external/chromium_org/dbus/
H A Dmessage.h274 void AppendBool(bool value);
H A Dvalues_util.cc220 writer->AppendBool(bool_value);
H A Dmessage_unittest.cc49 writer.AppendBool(true);
370 variant_writer.AppendBool(true);
H A Dvalues_util_unittest.cc25 writer.AppendBool(kBoolValue);
242 sub_writer.AppendBool(kBoolValue);
H A Dmessage.cc470 void MessageWriter::AppendBool(bool value) { function in class:dbus::MessageWriter
643 // See the comment at MessageWriter::AppendBool().
741 // Like MessageWriter::AppendBool(), we should copy |value| to

Completed in 1132 milliseconds