Searched defs:child_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A DWow64.h22 : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {}
41 TargetProcess* child_; // Child process. member in class:sandbox::Wow64
H A Dinterception.h209 TargetProcess* child_; member in class:sandbox::InterceptionManager
/external/chromium_org/ash/test/
H A Dchild_modal_window.h72 views::Widget* child_; member in class:ash::test::ChildModalParent
/external/chromium_org/cc/layers/
H A Dlayer_utils_unittest.cc30 child_(parent_->children()[0]) {}
34 LayerImpl* child() { return child_; }
51 LayerImpl* child_; member in class:cc::__anon2690::LayerUtilsGetAnimationBoundsTest
/external/chromium_org/ui/views/animation/
H A Dbounds_animator_unittest.cc94 BoundsAnimatorTest() : child_(new TestView()), animator_(&parent_) {
95 parent_.AddChildView(child_);
99 TestView* child() { return child_; }
105 TestView* child_; // Owned by |parent_|. member in class:views::BoundsAnimatorTest
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_damage.cc250 child_ = FakeContentLayer::Create(&client_);
253 child_->SetPosition(gfx::Point(100, 100));
254 child_->SetBounds(gfx::Size(30, 30));
256 root_->AddChild(child_);
313 gfx::RectF paint_rect = child_->LastPaintRect();
314 paint_rect.set_origin(child_->position());
342 child_->SetNeedsDisplayRect(child_damage_rect_);
351 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon2825::LayerTreeHostDamageTestForcedFullDamage
H A Dlayer_tree_host_unittest_occlusion.cc57 child_(TestLayer::Create()),
107 scoped_refptr<TestLayer> child_; member in class:cc::__anon2828::LayerTreeHostOcclusionTest
126 child_.get(), root_.get(), identity_matrix_,
129 grand_child_.get(), child_.get(), identity_matrix_,
132 child_->SetMasksToBounds(true);
133 child_->SetForceRenderSurface(true);
135 child_->set_expected_occlusion(gfx::Rect(0, 0, 10, 190));
156 child_.get(), root_.get(), identity_matrix_,
159 grand_child_.get(), child_.get(), identity_matrix_,
162 child_
[all...]
H A Dlayer_tree_host_unittest_context.cc746 child_ = FakePictureLayer::Create(&client_);
750 child_ = FakeContentLayer::Create(&client_);
754 root_->AddChild(child_);
755 child_->AddChild(grandchild_);
832 scoped_refptr<Layer> child_; member in class:cc::__anon2823::LayerTreeHostContextTestLayersNotified
H A Dlayer_tree_host_common_unittest.cc5679 child_ = Layer::Create();
5681 child_->AddChild(grand_child_.get());
5682 root_->AddChild(child_.get());
5692 SetLayerPropertiesForTesting(child_.get(),
5707 child_->SetForceRenderSurface(std::tr1::get<1>(GetParam()));
5716 scoped_refptr<Layer> child_; member in class:cc::__anon2811::LCDTextTest
5726 EXPECT_EQ(can_use_lcd_text_, child_->can_use_lcd_text());
5732 child_->SetTransform(integral_translation);
5736 EXPECT_EQ(can_use_lcd_text_, child_->can_use_lcd_text());
5742 child_
[all...]
H A Dlayer_tree_host_unittest.cc1336 child_ = FakeContentLayer::Create(&client_);
1337 child_->SetPosition(gfx::Point(0, 10));
1338 child_->SetBounds(gfx::Size(3, 10));
1340 parent_->AddChild(child_);
1352 child_->SetNeedsDisplay();
1357 child_->SetNeedsDisplayRect(gfx::RectF(0.f, 0.f, 5.f, 5.f));
1360 child_->SetNeedsDisplay();
1487 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon2820::LayerTreeHostTestAtomicCommitWithPartialUpdate
2975 child_ = PushPropertiesCountingLayer::Create();
2981 root_->AddChild(child_);
3137 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon2820::LayerTreeHostTestLayersPushProperties
3457 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon2820::LayerTreeHostTestSetDrawableCausesCommit
3494 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon2820::LayerTreeHostTestCasePushPropertiesThreeGrandChildren
[all...]
H A Dlayer_tree_host_impl_unittest.cc4058 child_(NULL),
4077 child_ = static_cast<BlendStateCheckLayer*>(
4079 child_->SetExpectation(false, false);
4080 child_->SetContentsOpaque(true);
4086 child_->SetPosition(layer_rect.origin());
4087 child_->SetBounds(layer_rect.size());
4088 child_->SetContentBounds(layer_rect.size());
4089 child_->SetQuadRect(gfx::Rect(layer_rect.size()));
4090 child_->SetQuadVisibleRect(gfx::Rect(layer_rect.size()));
4107 child_
4223 BlendStateCheckLayer* child_; member in class:cc::__anon2813::LayerTreeHostImplViewportCoveredTest
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h150 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
160 SparseData child_data_; // Parent and allocation map of child_.
H A Dsparse_control_v3.h148 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
158 SparseData child_data_; // Parent and allocation map of child_.
/external/chromium_org/ppapi/tests/
H A Dtest_instance_deprecated.cc179 child_ = pp::VarPrivate(i->instance(),
186 child_ = pp::VarPrivate(i->instance(),
189 i->IgnoreLeakedVar(child_.pp_var().value.as_id);
193 pp::VarPrivate child_; member in class:ObjectWithChildren
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h74 scoped_ptr<InterpolatedTransform> child_; member in class:ui::InterpolatedTransform
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura_unittest.cc87 return child_.get();
95 child_.reset(CreateChildForHost(toplevel()->GetNativeView(),
102 scoped_ptr<Widget> child_; member in class:views::NativeViewHostAuraTest
/external/chromium_org/base/process/
H A Dkill_posix.cc408 : child_(child),
421 pid_t r = HANDLE_EINTR(waitpid(child_, NULL, 0));
422 if (r != child_) {
423 DPLOG(ERROR) << "While waiting for " << child_
435 if (IsChildDead(child_))
439 if (kill(child_, SIGKILL) == 0) {
442 if (HANDLE_EINTR(waitpid(child_, NULL, 0)) < 0)
445 DLOG(ERROR) << "While waiting for " << child_ << " to terminate we"
451 const pid_t child_; member in class:base::__anon2418::BackgroundReaper
453 // kill |child_|
[all...]
/external/chromium_org/base/
H A Dtracked_objects.h756 TaskStopwatch* child_; member in class:tracked_objects::TaskStopwatch
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc138 explicit BorderView(View* child) : child_(child), widget_(NULL) {
164 widget_->SetContentsView(child_);
176 View* child_; member in class:views::__anon17111::BorderView
/external/chromium_org/v8/src/
H A Dhydrogen.cc3589 PostorderProcessor* child() {return child_; }
3613 : father_(father), child_(NULL), successor_iterator(NULL) { }
3683 if (child_ == NULL) {
3684 child_ = new(zone) PostorderProcessor(this);
3686 return child_;
3815 PostorderProcessor* child_; member in class:v8::internal::PostorderProcessor

Completed in 2475 milliseconds