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

  /external/chromium_org/ash/test/
child_modal_window.cc 119 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_ = NULL
    [all...]
child_modal_window.h 72 views::Widget* child_; member in class:ash::test::ChildModalParent
  /external/chromium_org/cc/trees/
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.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_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_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_impl_unittest.cc 3962 BlendStateCheckLayer* child_; member in class:cc::__anon7377::LayerTreeHostImplViewportCoveredTest
    [all...]
  /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
Wow64.cc 104 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,
interception.cc 66 : 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_->MainModule())
    [all...]
interception.h 209 TargetProcess* child_; member in class:sandbox::InterceptionManager
  /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/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/net/disk_cache/blockfile/
sparse_control.cc 189 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_->Release()
    [all...]
sparse_control_v3.cc 191 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_->Release()
    [all...]
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/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/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.cc 93 if (child_.get()) {
94 result.ConcatTransform(child_->Interpolate(t));
100 child_.reset(child);
interpolated_transform.h 74 scoped_ptr<InterpolatedTransform> child_; member in class:ui::InterpolatedTransform
  /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/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 953 milliseconds