Searched defs:content_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.h51 const aura::Window* content_; member in class:LinkDisambiguationPopup
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);
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.h34 views::View* content() const { return content_; }
42 views::View* content_; member in class:ash::SpecialPopupRow
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbubble_view.h36 base::scoped_nsobject<NSString> content_; variable
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.h48 views::View* content_; member in class:ash::tray::ButtonFromView
/external/chromium_org/mojo/apps/js/
H A Djs_app.h50 URLResponsePtr content_; member in class:mojo::apps::JSApp
/external/chromium_org/net/test/embedded_test_server/
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
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_list.h42 void set_content_view(views::View* content) { content_ = content; }
57 views::View* content_; member in class:ui::NetworkListView
/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/ppapi/examples/url_loader/
H A Dstreaming.cc68 // copied into content_ to build up the entire document.
72 std::string content_; member in class:MyInstance
81 content_.clear();
124 content_.append(buf_, result);
140 ReportResponse(content_);
144 content_.append(buf_, result);
H A Dstream_to_file.cc73 // copied into content_ to build up the entire document.
77 std::string content_; member in class:MyInstance
86 content_.clear();
134 content_.append(buf_, result);
/external/chromium_org/cc/trees/
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
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...]
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h83 base::scoped_nsobject<NSString> content_; variable
/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/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h75 getline(strm_, content_);
78 content_.clear();
82 content_.append(line);
83 content_.append("\n");
86 if (!strm_ && content_.empty()) // We're also done if we read off all the
96 if (compiler_(content_, fst)) {
114 if (compiler_(content_, fst)) {
131 string content_; // The actual content of the input stream's next FST. member in class:fst::StringReader
/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/net/http/
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/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/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::GetEmptyString()) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::GetEmptyString()) {
698 content_ = new ::std::string;
700 content_
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h260 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
601 if (content_ != &_default_content_) {
602 content_->clear();
607 return *content_;
611 if (content_ == &_default_content_) {
612 content_ = new ::std::string;
614 content_->assign(value);
618 if (content_ == &_default_content_) {
619 content_ = new ::std::string;
621 content_
[all...]
/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
/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 6934 milliseconds