Searched refs:child_ (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ash/test/
H A Dchild_modal_window.cc119 child_(NULL) {
137 if (!child_)
138 child_ = CreateChild();
139 child_->Show();
147 if (child_)
148 return child_->GetNativeView();
174 if (child_) {
175 child_->RemoveObserver(this);
176 child_->Close();
177 child_
[all...]
H A Dchild_modal_window.h72 views::Widget* child_; member in class:ash::test::ChildModalParent
/external/chromium_org/cc/trees/
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.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_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_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...]
/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 DWow64.cc104 if (!::DuplicateHandle(current_process, dll_load_, child_->Process(),
107 if (!::DuplicateHandle(current_process, continue_load_, child_->Process(),
111 void* buffer = ::VirtualAllocEx(child_->Process(), NULL, page_size,
122 if (!::WriteProcessMemory(child_->Process(), patch_info, &local_patch_info,
136 return Restore64Code(child_->Process(), patch_info);
153 L"wow_helper.exe\" " << child_->ProcessId() << " " <<
182 if (1 != ::ResumeThread(child_->MainThread())) {
197 if (::SuspendThread(child_->MainThread()))
213 if (!::ReadProcessMemory(child_->Process(), ntdll_, &buffer, kBufferSize,
H A Dinterception.cc66 : child_(child_process), names_used_(false), relaxed_(relaxed) {
67 child_->AddRef();
70 child_->Release();
137 ResultCode rc = child_->TransferVariable("g_interceptions",
192 shared_memory->interceptor_base = names_used_ ? child_->MainModule() : NULL;
325 HANDLE child = child_->Process();
386 HANDLE child = child_->Process();
435 ResultCode ret = child_->TransferVariable("g_originals", g_originals,
463 Wow64 WowHelper(child_, ntdll_base);
471 interceptor_base = reinterpret_cast<char*>(child_
[all...]
H A Dinterception.h209 TargetProcess* child_; member in class:sandbox::InterceptionManager
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc191 child_(NULL),
209 if (child_)
450 if (child_) {
452 if (key == child_->GetKey())
464 child_ = entry_->backend_->OpenEntryImpl(key);
465 if (!child_)
468 EntryImpl* child = static_cast<EntryImpl*>(child_);
478 int rv = child_->ReadData(kSparseIndex, 0, buf.get(), sizeof(child_data_),
502 int rv = child_->WriteData(kSparseIndex, 0, buf.get(), sizeof(child_data_),
507 child_
[all...]
H A Dsparse_control.cc189 child_(NULL),
207 if (child_)
448 if (child_) {
450 if (key == child_->GetKey())
462 child_ = entry_->backend_->OpenEntryImpl(key);
463 if (!child_)
466 EntryImpl* child = static_cast<EntryImpl*>(child_);
476 int rv = child_->ReadData(kSparseIndex, 0, buf.get(), sizeof(child_data_),
500 int rv = child_->WriteData(kSparseIndex, 0, buf.get(), sizeof(child_data_),
504 child_
[all...]
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/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/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/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/base/
H A Dtracked_objects.cc863 child_ = NULL;
874 DCHECK(parent_->child_ == NULL);
875 parent_->child_ = this;
884 DCHECK(child_ == NULL);
893 DCHECK(child_ == NULL);
910 DCHECK(parent_->child_ == this);
911 parent_->child_ = NULL;
H A Dtracked_objects.h756 TaskStopwatch* child_; member in class:tracked_objects::TaskStopwatch
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.cc93 if (child_.get()) {
94 result.ConcatTransform(child_->Interpolate(t));
100 child_.reset(child);
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/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/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

Completed in 369 milliseconds

12