Home
last modified time | relevance | path

Searched refs:WriteBool (Results 1 – 12 of 12) sorted by relevance

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