Searched refs:child (Results 101 - 125 of 1690) sorted by relevance

1234567891011>>

/external/chromium_org/content/
H A Dcontent_child.target.darwin-mips64.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.darwin-x86.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.darwin-x86_64.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-arm.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-arm64.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-mips.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-mips64.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-x86.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
H A Dcontent_child.target.linux-x86_64.mk36 content/child/appcache/appcache_backend_proxy.cc \
37 content/child/appcache/appcache_dispatcher.cc \
38 content/child/appcache/appcache_frontend_impl.cc \
39 content/child/appcache/web_application_cache_host_impl.cc \
40 content/child/assert_matching_enums.cc \
41 content/child/blink_platform_impl.cc \
42 content/child/child_histogram_message_filter.cc \
43 content/child/child_message_filter.cc \
44 content/child/child_process.cc \
45 content/child/child_resource_message_filte
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildListMutationScope.cpp87 inline bool ChildListMutationAccumulator::isAddedNodeInOrder(Node* child) argument
89 return isEmpty() || (m_lastAdded == child->previousSibling() && m_nextSibling == child->nextSibling());
96 RefPtrWillBeRawPtr<Node> child = prpChild; local
98 if (!isAddedNodeInOrder(child.get()))
102 m_previousSibling = child->previousSibling();
103 m_nextSibling = child->nextSibling();
106 m_lastAdded = child.get();
107 m_addedNodes.append(child.release());
110 inline bool ChildListMutationAccumulator::isRemovedNodeInOrder(Node* child) argument
119 RefPtrWillBeRawPtr<Node> child = prpChild; local
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_utils_unittest.cc34 LayerImpl* child() { return child_; } function in class:cc::__anon2690::LayerUtilsGetAnimationBoundsTest
67 child()->SetDrawsContent(true);
68 child()->draw_properties().screen_space_transform_is_animating = true;
69 child()->SetPosition(gfx::PointF(150.f, 50.f));
70 child()->SetBounds(gfx::Size(100, 200));
73 bool success = LayerUtils::GetAnimationBounds(*child(), &box);
90 child()->SetDrawsContent(true);
91 child()->draw_properties().screen_space_transform_is_animating = true;
92 child()->SetPosition(gfx::PointF(150.f, 50.f));
93 child()
[all...]
H A Dlayer_position_constraint_unittest.cc80 scoped_ptr<LayerImpl> child = local
99 child.get(), IdentityMatrix, transform_origin, position, bounds, true);
115 child->SetScrollClipLayer(root->id());
119 child->AddChild(grand_child.Pass());
120 scroll_layer->AddChild(child.Pass());
153 LayerImpl* child = scroll_->children()[0]; local
154 LayerImpl* grand_child = child->children()[0];
156 child->SetIsContainerForFixedPositionLayers(true);
160 child->SetScrollDelta(gfx::Vector2d(0, 0));
167 child
221 LayerImpl* child = scroll_->children()[0]; local
293 LayerImpl* child = scroll_->children()[0]; local
373 LayerImpl* child = scroll_->children()[0]; local
485 LayerImpl* child = scroll_->children()[0]; local
596 LayerImpl* child = scroll_->children()[0]; local
720 LayerImpl* child = scroll_->children()[0]; local
906 LayerImpl* child = scroll_->children()[0]; local
984 LayerImpl* child = scroll_->children()[0]; local
1051 LayerImpl* child = scroll_->children()[0]; local
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.cc29 void KeyboardLayoutManager::OnWindowAddedToLayout(aura::Window* child) { argument
31 keyboard_ = child;
36 void KeyboardLayoutManager::SetChildBounds(aura::Window* child, argument
42 DCHECK(child == keyboard_);
50 gfx::Rect old_bounds = child->bounds();
51 SetChildBoundsDirect(child, requested_bounds);
52 if (old_bounds.height() == 0 && child->bounds().height() != 0 &&
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_delegate.h27 virtual void OnWindowAddedToLayout(aura::Window* child) = 0;
30 virtual void OnWindowRemovedFromLayout(aura::Window* child) = 0;
33 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
/external/elfutils/0.153/libelf/
H A Dcommon.h125 Elf *child = elf->state.ar.children; local
127 while (child != NULL)
129 if (child->ref_count != 0)
130 libelf_acquire_all (child);
131 child = child->next;
143 Elf *child = elf->state.ar.children; local
145 while (child != NULL)
147 if (child->ref_count != 0)
148 libelf_release_all (child);
[all...]
/external/ltrace/testsuite/ltrace.minor/
H A Dtrace-clone.c2 Objectives : Verify that ltrace can trace to child process after
13 int child () function
29 pid = __clone2((myfunc)&child, stack, STACK_SIZE, CLONE_FS, NULL);
31 pid = clone((myfunc)&child, stack + STACK_SIZE, CLONE_FS, NULL);
/external/valgrind/main/helgrind/tests/
H A Dtc05_simple_race.c6 /* Simple test program, has a race. Parent and child both modify y
26 pthread_t child; local
27 if (pthread_create(&child, NULL, child_fn, NULL)) {
38 if (pthread_join(child, NULL)) {
H A Dtc06_two_races.c24 pthread_t child; local
26 if (pthread_create(&child, NULL, child_fn, NULL)) {
37 if (pthread_join(child, NULL)) {
H A Dtc09_bad_unlock.c17 pthread_t child; local
33 // start child and get it to unlock this lock
35 pthread_create( &child, NULL, child_fn, (void*)&mx2 );
36 /* child runs and attempts to unlock our lock. Error
38 pthread_join(child, NULL );
H A Dtc16_byterace.c13 bytes[2*i + 0] ++; /* child accesses: 0 2 4 6 8 */
21 pthread_t child; local
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
27 /* Unprotected relative to child, but harmless, since different
32 /* Unprotected relative to child, but harmful; same bytes */
36 if (pthread_join(child, NULL)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerStackingNode.cpp143 for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) {
144 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child)
145 child->stackingNode()->collectLayers(m_posZOrderList, m_negZOrderList);
159 for (RenderObject* child = view->firstChild(); child; child = child
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java45 /** inserts the given child object of the given type at the
48 public void addChild(int index, int type, Object child) { argument
50 if (child == null)
59 if (!(child instanceof Element))
62 ((Element) child).setParent(this);
64 else if (!(child instanceof String))
67 children.insertElementAt(child, index);
71 /** convenience method for addChild (getChildCount (), child) */
73 public void addChild(int type, Object child) { argument
74 addChild(getChildCount(), type, child);
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp135 SkView* child; local
139 while ((child = iter.next()) != NULL)
140 child->draw(childCanvas);
224 SkView* child, *focus; local
225 while ((child = iter.next()) != NULL)
226 if ((focus = child->acceptFocus(dir)) != NULL)
232 SkView* child, *focus; local
233 while ((child = iter.next()) != NULL)
234 if ((focus = child->acceptFocus(dir)) != NULL)
255 SkView* child, *paren local
379 SkView* child; local
558 attachChildToBack(SkView* child) argument
588 attachChildToFront(SkView* child) argument
701 SkView* child; local
812 SkView* child; local
[all...]
/external/skia/src/views/
H A DSkView.cpp135 SkView* child; local
139 while ((child = iter.next()) != NULL)
140 child->draw(childCanvas);
224 SkView* child, *focus; local
225 while ((child = iter.next()) != NULL)
226 if ((focus = child->acceptFocus(dir)) != NULL)
232 SkView* child, *focus; local
233 while ((child = iter.next()) != NULL)
234 if ((focus = child->acceptFocus(dir)) != NULL)
255 SkView* child, *paren local
379 SkView* child; local
558 attachChildToBack(SkView* child) argument
588 attachChildToFront(SkView* child) argument
701 SkView* child; local
812 SkView* child; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp87 void RenderSVGContainer::addChild(RenderObject* child, RenderObject* beforeChild) argument
89 RenderSVGModelObject::addChild(child, beforeChild);
90 SVGResourcesCache::clientWasAddedToTree(child, child->style());
93 void RenderSVGContainer::removeChild(RenderObject* child) argument
95 SVGResourcesCache::clientWillBeRemovedFromTree(child);
96 RenderSVGModelObject::removeChild(child);
140 for (RenderObject* child = firstChild(); child; child
[all...]

Completed in 2161 milliseconds

1234567891011>>