Searched refs:WriteBool (Results 1 - 11 of 11) sorted by relevance

/external/chromium/webkit/glue/
H A Dnpruntime_util.cc20 if (!pickle->WriteBool(is_string))
/external/chromium/chrome/common/extensions/
H A Duser_script.cc110 pickle->WriteBool(emulate_greasemonkey());
111 pickle->WriteBool(match_all_frames());
112 pickle->WriteBool(is_incognito_enabled());
/external/chromium/base/
H A Dpickle.h90 bool WriteBool(bool value) { function in class:Pickle
H A Dpickle_unittest.cc72 EXPECT_TRUE(pickle.WriteBool(testbool1));
73 EXPECT_TRUE(pickle.WriteBool(testbool2));
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc475 pickle->WriteBool(form->ssl_valid);
476 pickle->WriteBool(form->preferred);
477 pickle->WriteBool(form->blacklisted_by_user);
/external/chromium/net/socket/
H A Dssl_host_info.cc165 !p.WriteBool(false)) {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc44 pickle->WriteBool(is_url);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc269 void WireFormatLite::WriteBool(int field_number, bool value, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h340 static void WriteBool (field_number, bool value, output);
H A Ddescriptor.pb.cc4436 ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->java_multiple_files(), output);
4441 ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output);
4446 ::google::protobuf::internal::WireFormatLite::WriteBool(17, this->java_generic_services(), output);
4451 ::google::protobuf::internal::WireFormatLite::WriteBool(18, this->py_generic_services(), output);
4837 ::google::protobuf::internal::WireFormatLite::WriteBool(1, this->message_set_wire_format(), output);
4842 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->no_standard_descriptor_accessor(), output);
5223 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->packed(), output);
5228 ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->deprecated(), output);
6465 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->is_extension(), output);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc5514 reply_message_->WriteBool(success);

Completed in 224 milliseconds