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

  /external/chromium_org/chrome/browser/ui/views/
native_widget_win_interactive_uitest.cc 35 scoped_ptr<views::Widget> child_; member in class:NativeWidgetWinTest
57 child_(NULL),
66 EXPECT_EQ(child_->GetNativeView(), ::GetFocus());
74 EXPECT_EQ(child_->GetNativeView(), ::GetFocus());
81 child_ = new views::Widget();
85 child_->Init(child_params);
91 native_view_host_->Attach(child_->GetNativeView());
95 views::Widget* child_; member in class:NativeWidgetWinTest1
  /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/ui/views/test/
child_modal_window.h 67 Widget* child_; member in class:views::test::ChildModalParent
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 32 return child_.get();
45 child_.reset(new Widget);
49 child_->Init(child_params);
50 child_->SetContentsView(test_view);
55 host_->Attach(child_->GetNativeView());
65 scoped_ptr<Widget> child_; member in class:views::NativeViewHostAuraTest
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.cc 17 // If |control_child_size| is true, then we want |child_| to match the width
18 // of the |widget_|, but the height of |child_| should not change.
35 : child_(child),
43 // |child_| every time the |widget_| changes sizes. This is mainly useful
117 gtk_widget_size_request(child_, &req);
123 child_, 0, showing_height - req.height); local
slide_animator_gtk.h 106 GtkWidget* child_; member in class:SlideAnimatorGtk
  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.cc 17 // If |control_child_size| is true, then we want |child_| to match the width
18 // of the |widget_|, but the height of |child_| should not change.
35 : child_(child),
43 // |child_| every time the |widget_| changes sizes. This is mainly useful
117 gtk_widget_size_request(child_, &req);
124 child_, 0, showing_height - req.height); local
slide_animator_gtk.h 106 GtkWidget* child_; member in class:SlideAnimatorGtk
  /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/net/disk_cache/
sparse_control.h 149 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
159 SparseData child_data_; // Parent and allocation map of child_.
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 318 child_ = FakeContentLayer::Create(&client_);
321 child_->SetPosition(gfx::Point(100, 100));
322 child_->SetBounds(gfx::Size(30, 30));
324 root_->AddChild(child_);
380 gfx::RectF paint_rect = child_->LastPaintRect();
381 paint_rect.set_origin(child_->position());
409 child_->SetNeedsDisplayRect(child_damage_rect_);
418 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon3952::LayerTreeHostDamageTestForcedFullDamage
layer_tree_host_unittest_occlusion.cc 57 child_(TestLayer::Create()),
109 scoped_refptr<TestLayer> child_; member in class:cc::__anon3954::LayerTreeHostOcclusionTest
128 child_.get(), root_.get(), identity_matrix_,
131 grand_child_.get(), child_.get(), identity_matrix_,
134 child_->SetMasksToBounds(true);
135 child_->SetForceRenderSurface(true);
137 child_->set_expected_occlusion(gfx::Rect(0, 0, 10, 190));
158 child_.get(), root_.get(), identity_matrix_,
161 grand_child_.get(), child_.get(), identity_matrix_,
164 child_->SetMasksToBounds(true)
    [all...]
layer_tree_host_unittest_context.cc 769 child_ = FakeContentLayer::Create(&client_);
772 root_->AddChild(child_);
773 child_->AddChild(grandchild_);
821 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon3950::LayerTreeHostContextTestLayersNotified
    [all...]
layer_tree_host_impl_unittest.cc 3214 BlendStateCheckLayer* child_; member in class:cc::__anon3941::LayerTreeHostImplViewportCoveredTest
    [all...]
layer_tree_host_common_unittest.cc 7769 scoped_refptr<Layer> child_; member in class:cc::__anon3939::LCDTextTest
    [all...]
layer_tree_host_unittest.cc 1795 scoped_refptr<FakeContentLayer> child_; member in class:cc::__anon3948::LayerTreeHostTestAtomicCommitWithPartialUpdate
3431 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon3948::LayerTreeHostTestLayersPushProperties
3537 scoped_refptr<PushPropertiesCountingLayer> child_; member in class:cc::__anon3948::LayerTreeHostTestCasePushPropertiesThreeGrandChildren
    [all...]
  /external/chromium_org/net/disk_cache/
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_.
  /external/chromium_org/net/disk_cache/v3/
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 423 : child_(child),
436 pid_t r = HANDLE_EINTR(waitpid(child_, NULL, 0));
437 if (r != child_) {
438 DPLOG(ERROR) << "While waiting for " << child_
450 if (IsChildDead(child_))
454 if (kill(child_, SIGKILL) == 0) {
457 if (HANDLE_EINTR(waitpid(child_, NULL, 0)) < 0)
460 DLOG(ERROR) << "While waiting for " << child_ << " to terminate we"
466 const pid_t child_; member in class:base::__anon3600::BackgroundReaper
468 // kill |child_|
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 137 explicit BorderView(View* child) : child_(child), widget_(NULL) {
167 widget_->SetContentsView(child_);
179 View* child_; member in class:views::__anon15141::BorderView
  /external/chromium_org/v8/src/
hydrogen.cc 3234 PostorderProcessor* child_; member in class:v8::internal::PostorderProcessor
    [all...]

Completed in 325 milliseconds