HomeSort by relevance Sort by last modified time
    Searched defs:child_ (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/sandbox/win/src/
Wow64.h 22 : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {}
41 TargetProcess* child_; // Child process. member in class:sandbox::Wow64
interception.h 209 TargetProcess* child_; member in class:sandbox::InterceptionManager
  /external/chromium_org/ash/test/
child_modal_window.h 72 views::Widget* child_; member in class:ash::test::ChildModalParent
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 37 return child_.get();
50 child_.reset(new Widget);
54 child_->Init(child_params);
55 child_->SetContentsView(test_view);
60 host_->Attach(child_->GetNativeView());
70 scoped_ptr<Widget> child_; member in class:views::NativeViewHostAuraTest
  /external/chromium_org/cc/layers/
layer_utils_unittest.cc 30 child_(parent_->children()[0]) {}
34 LayerImpl* child() { return child_; }
51 LayerImpl* child_; member in class:cc::__anon7269::LayerUtilsGetAnimationBoundsTest
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 94 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/
layer_tree_host_unittest_damage.cc 250 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::__anon7389::LayerTreeHostDamageTestForcedFullDamage
layer_tree_host_unittest_occlusion.cc 56 child_(TestLayer::Create()),
106 scoped_refptr<TestLayer> child_; member in class:cc::__anon7392::LayerTreeHostOcclusionTest
125 child_.get(), root_.get(), identity_matrix_,
128 grand_child_.get(), child_.get(), identity_matrix_,
131 child_->SetMasksToBounds(true);
132 child_->SetForceRenderSurface(true);
134 child_->set_expected_occlusion(gfx::Rect(0, 0, 10, 190));
155 child_.get(), root_.get(), identity_matrix_,
158 grand_child_.get(), child_.get(), identity_matrix_,
161 child_->SetMasksToBounds(true)
    [all...]
layer_tree_host_unittest_context.cc 614 child_ = FakeContentLayer::Create(&client_);
617 root_->AddChild(child_);
618 child_->AddChild(grandchild_);
664 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon7387::LayerTreeHostContextTestLayersNotified
    [all...]
layer_tree_host_common_unittest.cc 5757 scoped_refptr<Layer> child_; member in class:cc::__anon7375::LCDTextTest
    [all...]
layer_tree_host_unittest.cc 1520 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon7384::LayerTreeHostTestAtomicCommitWithPartialUpdate
3174 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon7384::LayerTreeHostTestLayersPushProperties
3478 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon7384::LayerTreeHostTestCasePushPropertiesThreeGrandChildren
    [all...]
layer_tree_host_impl_unittest.cc 3962 BlendStateCheckLayer* child_; member in class:cc::__anon7377::LayerTreeHostImplViewportCoveredTest
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.h 150 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
160 SparseData child_data_; // Parent and allocation map of child_.
sparse_control_v3.h 148 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/
test_instance_deprecated.cc 203 child_ = pp::VarPrivate(i->instance(),
210 child_ = pp::VarPrivate(i->instance(),
213 i->IgnoreLeakedVar(child_.pp_var().value.as_id);
217 pp::VarPrivate child_; member in class:ObjectWithChildren
  /external/chromium_org/ui/gfx/
interpolated_transform.h 74 scoped_ptr<InterpolatedTransform> child_; member in class:ui::InterpolatedTransform
  /external/chromium_org/base/process/
kill_posix.cc 408 : 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::__anon7012::BackgroundReaper
453 // kill |child_|
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 138 explicit BorderView(View* child) : child_(child), widget_(NULL) {
164 widget_->SetContentsView(child_);
176 View* child_; member in class:views::__anon20949::BorderView
  /external/chromium_org/v8/src/
hydrogen.cc 3738 PostorderProcessor* child_; member in class:v8::internal::PostorderProcessor
    [all...]

Completed in 1018 milliseconds