Home
last modified time | relevance | path

Searched refs:content_ (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_animation.cc498 content_ = FakeContentLayer::Create(&client_); in SetupTree()
499 content_->SetBounds(gfx::Size(4, 4)); in SetupTree()
500 layer_tree_host()->root_layer()->AddChild(content_); in SetupTree()
504 PostAddAnimationToMainThread(content_.get()); in BeginTest()
536 scoped_refptr<FakeContentLayer> content_; member in cc::__anon3a3df1910111::LayerTreeHostAnimationTestAddAnimationWithTimingFunction
553 content_ = FakeContentLayer::Create(&client_); in SetupTree()
554 content_->SetBounds(gfx::Size(4, 4)); in SetupTree()
555 content_->set_layer_animation_delegate(this); in SetupTree()
556 layer_tree_host()->root_layer()->AddChild(content_); in SetupTree()
560 PostAddAnimationToMainThread(content_.get()); in BeginTest()
[all …]
Dlayer_tree_host_unittest_damage.cc164 content_ = FakeContentLayer::Create(&client_); in SetupTree()
165 content_->SetBounds(gfx::Size(2000, 100)); in SetupTree()
166 root->AddChild(content_); in SetupTree()
216 content_->SetNeedsDisplayRect( in DidCommit()
221 content_->SetNeedsDisplayRect(gfx::Rect(1990, 1990, 10, 10)); in DidCommit()
234 scoped_refptr<FakeContentLayer> content_; member in cc::__anona04d7db00111::LayerTreeHostDamageTestNoDamageDoesNotSwap
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_display_manager.js32 this.content_ = new cvox.NavBraille({});
149 this.translateContent_(this.content_, this.expansionType_);
201 this.content_.text.toString().substring(start, end), buf);
216 this.content_ = newContent;
227 this.content_ = newContent;
229 var startIndex = this.content_.startIndex;
230 var endIndex = this.content_.endIndex;
287 this.commandListener_(event, this.content_);
303 }, this.content_);
323 }, this.content_);
[all …]
/external/chromium_org/ash/system/tray/
Dspecial_popup_row.cc40 : content_(NULL), in SpecialPopupRow()
78 CHECK(!content_); in SetContent()
79 content_ = view; in SetContent()
80 AddChildViewAt(content_, 0); in SetContent()
115 content_->SetBoundsRect(GetContentsBounds()); in Layout()
126 bounds = content_->bounds(); in Layout()
128 content_->SetBoundsRect(bounds); in Layout()
Dspecial_popup_row.h34 views::View* content() const { return content_; } in content()
42 views::View* content_; variable
/external/chromium_org/chrome/browser/ui/ash/accessibility/
Dax_tree_source_ash_unittest.cc55 content_ = new View(); in SetUp()
56 widget_->SetContentsView(content_); in SetUp()
60 content_->AddChildView(textfield_); in SetUp()
65 View* content_; member in AXTreeSourceAshTest
81 AXAuraObjCache::GetInstance()->GetOrCreate(content_); in TEST_F()
117 content_->RemoveAllChildViews(false /* delete_children */); in TEST_F()
118 content_->AddChildView(textfield_); in TEST_F()
/external/chromium_org/ppapi/examples/url_loader/
Dstreaming.cc72 std::string content_; member in MyInstance
81 content_.clear(); in StartRequest()
124 content_.append(buf_, result); in ReadMore()
140 ReportResponse(content_); in OnReadComplete()
144 content_.append(buf_, result); in OnReadComplete()
Dstream_to_file.cc77 std::string content_; member in MyInstance
86 content_.clear(); in StartRequest()
134 content_.append(buf_, result); in OnReadComplete()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h265 ::std::string* content_;
680 if (content_ != &::google::protobuf::internal::GetEmptyString()) { in clear_content()
681 content_->clear(); in clear_content()
686 return *content_; in content()
690 if (content_ == &::google::protobuf::internal::GetEmptyString()) { in set_content()
691 content_ = new ::std::string; in set_content()
693 content_->assign(value); in set_content()
697 if (content_ == &::google::protobuf::internal::GetEmptyString()) { in set_content()
698 content_ = new ::std::string; in set_content()
700 content_->assign(value); in set_content()
[all …]
Dplugin.pb.cc81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
506 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString()); in SharedCtor()
521 if (content_ != &::google::protobuf::internal::GetEmptyString()) { in SharedDtor()
522 delete content_; in SharedDtor()
562 if (content_ != &::google::protobuf::internal::GetEmptyString()) { in Clear()
563 content_->clear(); in Clear()
803 std::swap(content_, other->content_); in Swap()
/external/chromium_org/athena/activity/
Dactivity_view_manager_impl.cc29 content_(NULL), in ActivityWidget()
40 content_ = activity->GetActivityViewModel()->GetContentsView(); in ActivityWidget()
41 container_->AddChildView(content_); in ActivityWidget()
77 content_->SetBounds(0, in Layout()
87 gfx::Size content_size = content_->GetPreferredSize(); in GetPreferredSize()
97 views::View* content_; member in athena::__anondb28cb710111::ActivityWidget
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_optimization.cc98 content_(new VCMContentMetricsProcessing()), in MediaOptimization()
122 content_->Reset(); in Reset()
153 content_->Reset(); in SetEncodingData()
154 content_->UpdateFrameRate(frame_rate); in SetEncodingData()
228 selected_method->UpdateContentMetrics(content_->ShortTermAvgData()); in SetTargetRates()
290 content_->ResetShortTermAvgData(); in SetTargetRates()
427 content_->UpdateContentData(content_metrics); in UpdateContentData()
437 qm_resolution_->UpdateContent(content_->LongTermAvgData()); in SelectQuality()
456 content_->Reset(); in SelectQuality()
552 content_->UpdateFrameRate(qm->frame_rate); in QMUpdate()
/external/chromium_org/content/browser/fileapi/
Dfile_writer_delegate_unittest.cc159 static const char* content_; member in content::FileWriterDelegateTest
162 const char* FileWriterDelegateTest::content_ = NULL; member in content::FileWriterDelegateTest
174 content_(content), in FileWriterDelegateTestJob()
192 buf->data()[i] = content_[cursor_++]; in ReadRawData()
208 std::string content_; member in content::__anonc0799f9e0211::FileWriterDelegateTestJob
255 job_factory_.reset(new BlobURLRequestJobFactory(&content_)); in SetUp()
266 content_ = kData; in TEST_F()
286 content_ = kData; in TEST_F()
306 content_ = kData; in TEST_F()
327 content_ = ""; in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h260 ::std::string* content_;
601 if (content_ != &_default_content_) { in clear_content()
602 content_->clear(); in clear_content()
607 return *content_; in content()
611 if (content_ == &_default_content_) { in set_content()
612 content_ = new ::std::string; in set_content()
614 content_->assign(value); in set_content()
618 if (content_ == &_default_content_) { in set_content()
619 content_ = new ::std::string; in set_content()
621 content_->assign(value); in set_content()
[all …]
Dplugin.pb.cc75 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
501 content_ = const_cast< ::std::string*>(&_default_content_); in SharedCtor()
516 if (content_ != &_default_content_) { in SharedDtor()
517 delete content_; in SharedDtor()
556 if (content_ != &_default_content_) { in Clear()
557 content_->clear(); in Clear()
797 std::swap(content_, other->content_); in Swap()
/external/chromium_org/ash/system/user/
Dbutton_from_view.cc27 content_(content), in ButtonFromView()
34 AddChildView(content_); in ButtonFromView()
63 content_->set_background( in ShowActive()
Dbutton_from_view.h38 views::View* content_; variable
/external/chromium_org/net/test/embedded_test_server/
Dhttp_response.h42 const std::string& content() const { return content_; } in content()
43 void set_content(const std::string& content) { content_ = content; } in set_content()
61 std::string content_; variable
Dhttp_response.cc38 content_.size()); in ToResponseString()
54 return response_builder + content_; in ToResponseString()
/external/chromium_org/chrome/browser/ui/views/
Dcollected_cookies_views.cc86 content_ = new views::View; in InfobarView()
88 content_->SetBorder( in InfobarView()
129 content_->Layout(); in UpdateVisibility()
136 AddChildView(content_); in Init()
137 content_->SetLayoutManager( in Init()
142 content_->AddChildView(info_image_); in Init()
143 content_->AddChildView(label_); in Init()
153 gfx::Size size(content_->GetPreferredSize()); in GetPreferredSize()
159 content_->SetBounds( in Layout()
171 views::View* content_; member in InfobarView
/external/chromium_org/chrome/browser/resources/ntp4/
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_.appendChild(footerNode);
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/
Dbubble_view.mm34 if ([content_ isEqualToString:content])
36 content_.reset([content copy]);
56 return content_.get();
116 [content_ drawAtPoint:NSMakePoint(kBubbleViewTextPositionX,
Dbubble_view.h36 base::scoped_nsobject<NSString> content_;
/external/chromium_org/extensions/common/
Duser_script.h75 return content_; in GetContent()
81 content_.assign(content.begin(), content.end()); in set_content()
103 std::string content_; variable
/external/chromium_org/google_apis/drive/
Dgdata_wapi_parser.h371 const GURL& download_url() const { return content_.url(); } in download_url()
373 const std::string& content_mime_type() const { return content_.mime_type(); } in content_mime_type()
491 content_ = content; in set_content()
537 Content content_; variable

12