Searched refs:content_ (Results 26 - 38 of 38) sorted by relevance

12

/external/chromium_org/extensions/common/
H A Duser_script.h90 // content_
95 return content_;
101 content_.assign(content.begin(), content.end());
123 std::string content_; member in class:extensions::UserScript::File
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js419 this.content_ = this.ownerDocument.createElement('div');
420 this.content_.className = 'tile-page-content';
421 this.appendChild(this.content_);
426 this.content_.appendChild(this.topMargin_);
437 this.content_.appendChild(this.tileGrid_);
458 this.content_.addEventListener('scroll', this.onScroll_.bind(this));
526 this.content_.insertBefore(node, this.topMargin_.nextElementSibling);
537 parseInt(getComputedStyle(this.content_).paddingTop, 10);
1107 this.tileGrid_.offsetTop - this.content_.offsetTop -
1119 this.content_
[all...]
H A Dapps_page.js565 this.content_.addEventListener('scroll', this.onScroll_.bind(this));
574 this.content_.scrollTop = this.content_.scrollHeight;
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h375 const GURL& download_url() const { return content_.url(); }
377 const std::string& content_mime_type() const { return content_.mime_type(); }
450 content_ = content;
494 Content content_; member in class:google_apis::ResourceEntry
H A Dgdata_wapi_parser.cc394 converter->RegisterNestedField(kContentField, &ResourceEntry::content_);
/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.h129 const std::string& content() const { return content_; }
148 std::string content_; member in class:TestTransactionConsumer
H A Dhttp_transaction_test_util.cc189 content_.append(read_buf_->data(), result);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
506 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
521 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
522 delete content_;
562 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
563 content_->clear();
803 std::swap(content_, other->content_);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc75 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
501 content_ = const_cast< ::std::string*>(&_default_content_);
516 if (content_ != &_default_content_) {
517 delete content_;
556 if (content_ != &_default_content_) {
557 content_->clear();
797 std::swap(content_, other->content_);
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h83 base::scoped_nsobject<NSString> content_; variable
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_optimization.h168 scoped_ptr<VCMContentMetricsProcessing> content_ GUARDED_BY(crit_sect_);
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 342 milliseconds

12