Searched refs:child (Results 76 - 100 of 1690) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.cpp118 RenderObject* child = content->createRenderer(document(), style); local
119 if (renderer->isChildAllowed(child, style)) {
120 renderer->addChild(child);
121 if (child->isQuote())
122 toRenderQuote(child)->attachQuote();
124 child->destroy();
141 for (RenderObject* child = renderer->nextInPreOrder(renderer); child; child = child
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_session.py45 child = spawn(command,
50 seen = child.expect(self.keys)
51 self.f.write(str(child.before) + str(child.after)+'\n')
53 child.sendline('yes')
54 seen = child.expect(self.keys)
58 child.sendline(self.password)
59 child.readline()
62 if not child.isalive():
63 seen = child
[all...]
H A Dchess3.py17 self.child = pexpect.spawn (engine)
20 # self.child.expect ('Chess')
21 # if self.child.after != 'Chess':
29 k = self.child.read(1, 10)
42 c = self.child.read(1,10)
51 self.child.sendline (move)
56 i = self.child.expect (['\[17;59H', '\[17;58H'])
59 self.child.expect (REGEX_MOVE)
60 if len(self.child.after) < 4:
61 self.child
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp44 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
45 if (child->isSVGInlineTextBox())
46 toSVGInlineTextBox(child)->paintSelectionBackground(childPaintInfo);
47 else if (child->isSVGInlineFlowBox())
48 toSVGInlineFlowBox(child)->paintSelectionBackground(childPaintInfo);
55 for (InlineBox* child = firstChild(); child; chil
[all...]
/external/bison/lib/
H A Dwait-process.h38 - child is the pid of the subprocess.
57 extern int wait_subprocess (pid_t child, const char *progname,
66 extern void register_slave_subprocess (pid_t child);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h88 bool hasOrthogonalFlow(RenderBox& child) const;
92 Length flexBasisForChild(RenderBox& child) const;
93 LayoutUnit crossAxisExtentForChild(RenderBox& child) const;
94 LayoutUnit crossAxisIntrinsicExtentForChild(RenderBox& child) const;
95 LayoutUnit childIntrinsicHeight(RenderBox& child) const;
96 LayoutUnit childIntrinsicWidth(RenderBox& child) const;
97 LayoutUnit mainAxisExtentForChild(RenderBox& child) const;
102 LayoutUnit computeMainAxisExtentForChild(RenderBox& child, SizeType, const Length& size);
112 LayoutUnit flowAwareMarginStartForChild(RenderBox& child) const;
113 LayoutUnit flowAwareMarginEndForChild(RenderBox& child) cons
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DNonCopyingSort.h40 ptrdiff_t child = root * 2 + 1; local
41 if (child < end && compareLess(array[child], array[child + 1]))
42 child++;
44 if (compareLess(array[root], array[child])) {
45 swap(array[root], array[child]);
46 root = child;
/external/chromium_org/ui/v2/public/
H A Dlayout.h19 virtual void SetChildBounds(View* child,
23 // Sets the specified |bounds| on |child| without consulting layout.
24 void SetChildBoundsDirect(View* child, const gfx::Rect& bounds);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp27 if (const Stmt *child = *I)
28 if (containsMacro(child))
43 if (const Stmt *child = *I)
44 if (containsEnum(child))
61 if (const Stmt *child = *I)
62 if (containsStaticLocal(child))
75 if (const Stmt *child = *I)
76 if (containsBuiltinOffsetOf(child))
/external/strace/test/
H A Dclone.c9 int child(void* arg) function
18 clone(child, stack+4000, CLONE_VM|CLONE_FS|CLONE_FILES, NULL);
H A Dleaderkill.c2 * thread child calling exit_group() and proper passing of the process exit
33 pid_t child, got_pid; local
39 child = fork();
41 switch (child) {
54 got_pid = waitpid(child, &status, 0);
55 assert(got_pid == child);
/external/chromium_org/ash/
H A Dsnap_to_pixel_layout_manager.h24 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
25 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
26 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
27 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
29 virtual void SetChildBounds(aura::Window* child,
/external/chromium_org/ash/wm/
H A Droot_window_layout_manager.h38 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
39 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
40 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
41 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
43 virtual void SetChildBounds(aura::Window* child,
/external/chromium_org/athena/util/
H A Dfill_layout_manager.h20 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
21 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
22 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
23 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
25 virtual void SetChildBounds(aura::Window* child,
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_xml_utils.cc27 for (const TiXmlNode* child = node->FirstChild();
28 child != NULL; child = child->NextSibling()) {
29 InternalGetNodesWithName(child, name, wanted_nodes);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.h26 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
27 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {}
28 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE {}
29 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
31 virtual void SetChildBounds(aura::Window* child,
/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.cc27 for (const TiXmlNode* child = node->FirstChild();
28 child != NULL; child = child->NextSibling()) {
29 InternalGetNodesWithName(child, name, wanted_nodes);
/external/elfutils/0.153/libelf/
H A Delf_readall.c69 Elf *child = elf->state.ar.children; local
71 while (child != NULL)
73 if (child->map_address == NULL)
75 child->map_address = elf->map_address;
76 child->start_offset -= offset;
77 if (child->kind == ELF_K_AR)
78 child->state.ar.offset -= offset;
80 set_address (child, offset);
83 child = child
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java32 for (View child : children) {
33 View found = child.findViewById(id);
48 for (View child : children) {
49 View found = child.findViewWithTag(obj);
59 public void addView(View child) { argument
60 ((ViewGroup) realView).addView(child, -1);
64 public void addView(View child, int index) { argument
66 children.add(child);
68 children.add(index, child);
70 shadowOf(child)
74 addView(View child, int width, int height) argument
79 addView(View child, ViewGroup.LayoutParams params) argument
84 addView(View child, int index, ViewGroup.LayoutParams params) argument
89 indexOfChild(View child) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java122 for (ElemTemplateElement child = imported.getFirstChildElem();
123 child != null; child = child.getNextSiblingElem())
125 if (Constants.ELEMNAME_EXTENSIONDECL == child.getXSLToken())
127 decl = (ElemExtensionDecl) child;
130 String declNamespace = child.getNamespaceForPrefix(prefix);
154 for (ElemTemplateElement child = m_firstChild; child != null;
155 child
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.cc84 for (const buzz::XmlElement* child = parent->FirstElement();
85 child != NULL;
86 child = child->NextElement()) {
87 if (child->Name().LocalPart() == name) {
88 return child;
96 const buzz::XmlElement** child,
98 *child = GetXmlChild(parent, name);
99 if (*child == NULL) {
101 "' missing required child '"
94 RequireXmlChild(const buzz::XmlElement* parent, const std::string& name, const buzz::XmlElement** child, ParseError* error) argument
[all...]
/external/chromium_org/ui/v2/src/
H A Dview.cc23 View* child,
26 DCHECK_NE(child, other);
27 DCHECK(child);
29 DCHECK_EQ(parent, child->parent());
35 std::find(children->begin(), children->end(), child) - children->begin();
43 children->insert(children->begin() + destination_i, child);
109 void RemoveChildImpl(View* child, View::Children* children) { argument
111 std::find(children->begin(), children->end(), child);
114 ViewPrivate(child).ClearParent();
159 View* child local
21 StackChildRelativeTo(View* parent, std::vector<View*>* children, View* child, View* other, StackDirection direction) argument
228 AddChild(View* child) argument
236 RemoveChild(View* child) argument
250 StackChildAtTop(View* child) argument
256 StackChildAtBottom(View* child) argument
262 StackChildAbove(View* child, View* other) argument
266 StackChildBelow(View* child, View* other) argument
[all...]
/external/chromium_org/content/
H A Dcontent_child.target.darwin-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.darwin-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.darwin-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...]

Completed in 4223 milliseconds

1234567891011>>