Searched refs:content_ (Results 1 - 25 of 38) sorted by path

12

/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc40 : content_(NULL),
78 CHECK(!content_);
79 content_ = view;
80 AddChildViewAt(content_, 0);
115 content_->SetBoundsRect(GetContentsBounds());
126 bounds = content_->bounds();
128 content_->SetBoundsRect(bounds);
H A Dspecial_popup_row.h34 views::View* content() const { return content_; }
42 views::View* content_; member in class:ash::SpecialPopupRow
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc30 content_(content),
38 AddChildView(content_);
91 content_->set_background(
H A Dbutton_from_view.h48 views::View* content_; member in class:ash::tray::ButtonFromView
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc496 content_ = FakeContentLayer::Create(&client_);
497 content_->SetBounds(gfx::Size(4, 4));
498 layer_tree_host()->root_layer()->AddChild(content_); variable
502 PostAddAnimationToMainThread(content_.get());
534 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestAddAnimationWithTimingFunction
551 content_ = FakeContentLayer::Create(&client_);
552 content_->SetBounds(gfx::Size(4, 4));
553 content_->set_layer_animation_delegate(this);
554 layer_tree_host()->root_layer()->AddChild(content_); variable
558 PostAddAnimationToMainThread(content_
604 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestSynchronizeAnimationStartTimes
764 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestCancelAnimateCommit
851 layer_tree_host()->root_layer()->AddChild(content_); variable
878 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestRunAnimationWhenNotCanDraw
896 layer_tree_host()->root_layer()->AddChild(content_); variable
930 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestRunAnimationWhenNotVisible
945 layer_tree_host()->root_layer()->AddChild(content_); variable
1012 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations
1237 layer_tree_host()->root_layer()->AddChild(content_); variable
1285 scoped_refptr<Layer> content_; member in class:cc::__anon2822::LayerTreeHostAnimationTestAddAnimationAfterAnimating
[all...]
H A Dlayer_tree_host_unittest_damage.cc164 content_ = FakeContentLayer::Create(&client_);
165 content_->SetBounds(gfx::Size(2000, 100));
166 root->AddChild(content_);
216 content_->SetNeedsDisplayRect(
221 content_->SetNeedsDisplayRect(gfx::Rect(1990, 1990, 10, 10));
234 scoped_refptr<FakeContentLayer> content_; member in class:cc::__anon2825::LayerTreeHostDamageTestNoDamageDoesNotSwap
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A 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/chrome/browser/resources/ntp4/
H A Dapps_page.js565 this.content_.addEventListener('scroll', this.onScroll_.bind(this));
574 this.content_.scrollTop = this.content_.scrollHeight;
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...]
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc55 content_ = new View();
56 widget_->SetContentsView(content_);
60 content_->AddChildView(textfield_);
65 View* content_; member in class:AXTreeSourceAshTest
81 AXAuraObjCache::GetInstance()->GetOrCreate(content_);
117 content_->RemoveAllChildViews(false /* delete_children */);
118 content_->AddChildView(textfield_);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbubble_view.h36 base::scoped_nsobject<NSString> content_; variable
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h83 base::scoped_nsobject<NSString> content_; variable
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.cc86 content_ = new views::View;
88 content_->SetBorder(
129 content_->Layout();
136 AddChildView(content_);
137 content_->SetLayoutManager(
142 content_->AddChildView(info_image_);
143 content_->AddChildView(label_);
153 gfx::Size size(content_->GetPreferredSize());
159 content_->SetBounds(
171 views::View* content_; member in class:InfobarView
[all...]
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc41 const aura::Window* content_; member in class:LinkDisambiguationPopup::ZoomBubbleView
60 content_(content),
143 : content_(NULL),
157 content_ = content;
162 content_,
169 // |content_| coordinate system, we must convert it into Screen coordinates
172 aura::client::GetScreenPositionClient(content_->GetRootWindow());
176 screen_position_client->ConvertPointToScreen(content_, &target_screen);
H A Dlink_disambiguation_popup.h51 const aura::Window* content_; member in class:LinkDisambiguationPopup
/external/chromium_org/content/browser/fileapi/
H A Dfile_writer_delegate_unittest.cc158 static const char* content_; member in class:content::FileWriterDelegateTest
161 const char* FileWriterDelegateTest::content_ = NULL; member in class:content::FileWriterDelegateTest
173 content_(content),
191 buf->data()[i] = content_[cursor_++];
207 std::string content_; member in class:content::__anon7112::FileWriterDelegateTestJob
254 job_factory_.reset(new BlobURLRequestJobFactory(&content_));
265 content_ = kData;
285 content_ = kData;
305 content_ = kData;
326 content_
[all...]
/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/google_apis/drive/
H A Dgdata_wapi_parser.cc394 converter->RegisterNestedField(kContentField, &ResourceEntry::content_);
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
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc22 content_(content.Pass()),
78 common::BlockingCopyToString(content_->body.Pass(), &module);
H A Djs_app.h50 URLResponsePtr content_; member in class:mojo::apps::JSApp
/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.cc189 content_.append(read_buf_->data(), result);
H A Dhttp_transaction_test_util.h129 const std::string& content() const { return content_; }
148 std::string content_; member in class:TestTransactionConsumer
/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_response.cc38 content_.size());
54 return response_builder + content_;
H A Dhttp_response.h42 const std::string& content() const { return content_; }
43 void set_content(const std::string& content) { content_ = content; }
61 std::string content_; member in class:net::test_server::BasicHttpResponse

Completed in 2167 milliseconds

12