Searched defs:set_content (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfileapp.py49 ``set_content()``
76 self.set_content(content)
82 def set_content(self, content, last_modified=None): member in class:DataApp
196 self.set_content(fh.read(), stat.st_mtime)
201 # This is updated automatically if self.set_content() is
351 app.set_content(self.archive.read(path),
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h241 inline void set_content(const ::std::string& value);
242 inline void set_content(const char* value);
243 inline void set_content(const char* value, size_t size);
713 inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
721 inline void CodeGeneratorResponse_File::set_content(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
729 inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1025 auto set_content = [this, action, source, err](cricket::BaseChannel* ch) { local
1037 return (set_content(voice_channel()) &&
1038 set_content(video_channel()) &&
1039 set_content(data_channel()));

Completed in 170 milliseconds