/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_animation.cc | 496 content_ = FakeContentLayer::Create(&client_); in SetupTree() 497 content_->SetBounds(gfx::Size(4, 4)); in SetupTree() 498 layer_tree_host()->root_layer()->AddChild(content_); in SetupTree() 502 PostAddAnimationToMainThread(content_.get()); in BeginTest() 534 scoped_refptr<FakeContentLayer> content_; member in cc::__anon587fb9240111::LayerTreeHostAnimationTestAddAnimationWithTimingFunction 551 content_ = FakeContentLayer::Create(&client_); in SetupTree() 552 content_->SetBounds(gfx::Size(4, 4)); in SetupTree() 553 content_->set_layer_animation_delegate(this); in SetupTree() 554 layer_tree_host()->root_layer()->AddChild(content_); in SetupTree() 558 PostAddAnimationToMainThread(content_.get()); in BeginTest() [all …]
|
D | layer_tree_host_unittest_damage.cc | 164 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::__anona68b36230111::LayerTreeHostDamageTestNoDamageDoesNotSwap
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | braille_display_manager.js | 32 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/ |
D | special_popup_row.cc | 40 : 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()
|
D | special_popup_row.h | 34 views::View* content() const { return content_; } in content() 42 views::View* content_; variable
|
/external/chromium_org/chrome/browser/ui/ash/accessibility/ |
D | ax_tree_source_ash_unittest.cc | 55 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/ui/chromeos/network/ |
D | network_list.cc | 33 content_(NULL), in NetworkListView() 45 CHECK(content_); in UpdateNetworkList() 120 content_->RemoveChildView(it->second); in UpdateNetworkListInternal() 142 content_->SizeToPreferredSize(); in UpdateNetworkListInternal() 145 content_->ScrollRectToVisible(selected_view->bounds()); in UpdateNetworkListInternal() 236 content_->AddChildViewAt(container, index); in UpdateNetworkChild() 254 if (content_->child_at(index) == view) in PlaceViewAtIndex() 256 content_->ReorderChildView(view, index); in PlaceViewAtIndex() 271 content_->AddChildViewAt(*label, index); in UpdateInfoLabel() 278 content_->RemoveChildView(*label); in UpdateInfoLabel()
|
D | network_list.h | 42 void set_content_view(views::View* content) { content_ = content; } in set_content_view() 57 views::View* content_; variable
|
/external/chromium_org/ppapi/examples/url_loader/ |
D | streaming.cc | 72 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()
|
D | stream_to_file.cc | 77 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/ |
D | plugin.pb.h | 265 ::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 …]
|
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/ |
D | link_disambiguation_popup.cc | 41 const aura::Window* content_; member in LinkDisambiguationPopup::ZoomBubbleView 60 content_(content), in ZoomBubbleView() 143 : content_(NULL), in LinkDisambiguationPopup() 157 content_ = content; in Show() 162 content_, in Show() 172 aura::client::GetScreenPositionClient(content_->GetRootWindow()); in Show() 176 screen_position_client->ConvertPointToScreen(content_, &target_screen); in Show()
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 75 getline(strm_, content_); in Next() 78 content_.clear(); in Next() 82 content_.append(line); in Next() 83 content_.append("\n"); in Next() 86 if (!strm_ && content_.empty()) // We're also done if we read off all the in Next() 96 if (compiler_(content_, fst)) { 114 if (compiler_(content_, fst)) { 131 string content_; // The actual content of the input stream's next FST. variable
|
/external/chromium_org/content/browser/fileapi/ |
D | file_writer_delegate_unittest.cc | 158 static const char* content_; member in content::FileWriterDelegateTest 161 const char* FileWriterDelegateTest::content_ = NULL; member in content::FileWriterDelegateTest 173 content_(content), in FileWriterDelegateTestJob() 191 buf->data()[i] = content_[cursor_++]; in ReadRawData() 207 std::string content_; member in content::__anon091c3af10211::FileWriterDelegateTestJob 254 job_factory_.reset(new BlobURLRequestJobFactory(&content_)); in SetUp() 265 content_ = kData; in TEST_F() 285 content_ = kData; in TEST_F() 305 content_ = kData; in TEST_F() 326 content_ = ""; in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 260 ::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 …]
|
/external/chromium_org/net/test/embedded_test_server/ |
D | http_response.h | 42 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
|
D | http_response.cc | 38 content_.size()); in ToResponseString() 54 return response_builder + content_; in ToResponseString()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | media_optimization.cc | 99 content_(new VCMContentMetricsProcessing()), in MediaOptimization() 125 content_->Reset(); in Reset() 175 content_->Reset(); in SetEncodingDataInternal() 176 content_->UpdateFrameRate(frame_rate); in SetEncodingDataInternal() 251 selected_method->UpdateContentMetrics(content_->ShortTermAvgData()); in SetTargetRates() 313 content_->ResetShortTermAvgData(); in SetTargetRates() 471 content_->UpdateContentData(content_metrics); in UpdateContentData() 495 qm_resolution_->UpdateContent(content_->LongTermAvgData()); in SelectQuality() 514 content_->Reset(); in SelectQuality() 599 content_->UpdateFrameRate(qm->frame_rate); in QMUpdate()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | collected_cookies_views.cc | 86 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/ash/system/user/ |
D | button_from_view.cc | 30 content_(content), in ButtonFromView() 38 AddChildView(content_); in ButtonFromView() 91 content_->set_background( in ShowActive()
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | tile_page.js | 419 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/ |
D | bubble_view.mm | 34 if ([content_ isEqualToString:content]) 36 content_.reset([content copy]); 56 return content_.get(); 116 [content_ drawAtPoint:NSMakePoint(kBubbleViewTextPositionX,
|
/external/chromium_org/extensions/common/ |
D | user_script.h | 95 return content_; in GetContent() 101 content_.assign(content.begin(), content.end()); in set_content() 123 std::string content_; variable
|
/external/chromium_org/mojo/apps/js/ |
D | js_app.cc | 22 content_(content.Pass()), in JSApp() 78 common::BlockingCopyToString(content_->body.Pass(), &module); in Run()
|
/external/chromium_org/google_apis/drive/ |
D | gdata_wapi_parser.h | 375 const GURL& download_url() const { return content_.url(); } in download_url() 377 const std::string& content_mime_type() const { return content_.mime_type(); } in content_mime_type() 450 content_ = content; in set_content() 494 Content content_; variable
|