HomeSort by relevance Sort by last modified time
    Searched full:proto_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/dom_distiller/core/
distiller.cc 57 proto_.reset(new DistilledPageProto());
58 proto_->set_url(url.spec());
82 DCHECK(proto_);
83 distillation_cb_.Run(proto_.Pass());
96 proto_->set_title(item);
99 proto_->set_html(item);
109 distillation_cb_.Run(proto_.Pass());
124 DCHECK(proto_);
125 DistilledPageProto_Image* image = proto_->add_image();
134 distillation_cb_.Run(proto_.Pass())
    [all...]
distiller_unittest.cc 107 proto_ = proto.Pass();
112 scoped_ptr<DistilledPageProto> proto_; member in class:dom_distiller::DistillerTest
157 EXPECT_EQ(kTitle, proto_->title());
158 EXPECT_EQ(kContent, proto_->html());
159 EXPECT_EQ(kURL, proto_->url());
160 EXPECT_EQ(2, proto_->image_size());
161 EXPECT_EQ(kImageData0, proto_->image(0).data());
162 EXPECT_EQ(kId0, proto_->image(0).name());
163 EXPECT_EQ(kImageData1, proto_->image(1).data());
164 EXPECT_EQ(kId1, proto_->image(1).name())
    [all...]
distiller.h 94 scoped_ptr<DistilledPageProto> proto_; member in class:dom_distiller::DistillerImpl
  /external/chromium_org/ash/system/chromeos/power/
power_status.cc 136 return proto_.battery_state() !=
141 return proto_.battery_state() ==
146 return proto_.battery_state() ==
151 return IsLinePowerConnected() && proto_.battery_state() ==
156 return proto_.battery_percent();
165 return proto_.is_calculating_battery_time();
169 return base::TimeDelta::FromSeconds(proto_.battery_time_to_empty_sec());
173 return base::TimeDelta::FromSeconds(proto_.battery_time_to_full_sec());
177 return proto_.external_power() !=
182 return proto_.external_power() =
    [all...]
power_status.h 135 // Updates |proto_|. Does not notify observers.
150 power_manager::PowerSupplyProperties proto_; member in class:ash::internal::PowerStatus
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 88 unittest::TestAllTypes proto_; member in class:google::protobuf::text_format_unittest::TextFormatTest
111 unittest::TestAllExtensions proto_; member in class:google::protobuf::text_format_unittest::TextFormatExtensionsTest
120 TestUtil::SetAllFields(&proto_);
121 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
125 TestUtil::SetAllExtensions(&proto_);
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
130 proto_.set_optional_int32(1);
131 proto_.set_optional_string("hello");
132 proto_.mutable_optional_nested_message()->set_bb(2);
133 proto_.mutable_optional_foreign_message()
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc 88 unittest::TestAllTypes proto_; member in class:google::protobuf::text_format_unittest::TextFormatTest
111 unittest::TestAllExtensions proto_; member in class:google::protobuf::text_format_unittest::TextFormatExtensionsTest
120 TestUtil::SetAllFields(&proto_);
121 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
125 TestUtil::SetAllExtensions(&proto_);
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
130 proto_.set_optional_int32(1);
131 proto_.set_optional_string("hello");
132 proto_.mutable_optional_nested_message()->set_bb(2);
133 proto_.mutable_optional_foreign_message()
    [all...]
  /external/chromium_org/sync/protocol/
app_list_specifics.proto 7 // Update proto_{value,enum}_conversions{.h,.cc,_unittest.cc} if you change
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 104 Connection() : proto_(PROTO_UDP), socket_(NULL) {}
117 cricket::ProtocolType proto_; member in class:cricket::TurnServer::Connection
turnserver.cc 603 proto_(proto),
608 return src_ == c.src_ && dst_ == c.dst_ && proto_ == c.proto_;
612 return src_ < c.src_ || dst_ < c.dst_ || proto_ < c.proto_;
620 ost << src_.ToString() << "-" << dst_.ToString() << ":"<< kProtos[proto_];
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 709 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) {
710 proto_->CopyFrom(proto);
716 ::std::tr1::get<N>(args)->CopyFrom(*proto_);
720 const internal::linked_ptr<Proto> proto_; member in class:testing::internal::SetArgumentPointeeAction
    [all...]
  /external/libppp/src/
ccp.c 752 * If proto isn't PROTO_[I]COMPD, we still want to pass it to the

Completed in 683 milliseconds