Searched refs:child (Results 126 - 150 of 1690) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInline.cpp34 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const argument
36 if (child->isText())
37 return SVGRenderSupport::isRenderableTextNode(child);
41 if (isSVGAElement(*child->node()))
45 if (!child->isSVGInline() && !child->isSVGInlineText())
48 return RenderInline::isChildAllowed(child, style);
134 void RenderSVGInline::addChild(RenderObject* child, RenderObject* beforeChild) argument
136 RenderInline::addChild(child, beforeChild);
137 SVGResourcesCache::clientWasAddedToTree(child, chil
143 removeChild(RenderObject* child) argument
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_private.h35 void LocalAddChild(View* child) { argument
36 view_->LocalAddChild(child);
38 void LocalRemoveChild(View* child) { argument
39 view_->LocalRemoveChild(child);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DParentNode.h60 for (Element* child = ElementTraversal::firstChild(node); child; child = ElementTraversal::nextSibling(*child))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObjectChildList.h49 // FIXME: Temporary while RenderBox still exists. Eventually this will just happen during insert/append/remove methods on the child list, and nobody
51 void setFirstChild(RenderObject* child) { m_firstChild = child; } argument
52 void setLastChild(RenderObject* child) { m_lastChild = child; } argument
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge_unittest.cc30 // |child| owns |native_widget|.
34 Widget* child = new Widget; local
38 // |child| owns |native_widget|.
39 child_params.native_widget = new NativeWidgetAura(child);
40 child->Init(child_params);
42 child->GetInputMethod()->OnFocus();
/external/chromium_org/ui/wm/core/
H A Dbase_focus_rules.cc96 aura::Window* child = window; local
98 if (IsToplevelWindow(child))
99 return child;
102 child = child->parent();
109 aura::Window* child = window; local
111 if (CanActivateWindow(child))
112 return child;
114 // CanActivateWindow() above will return false if |child| is blocked by a
118 aura::Window* modal_transient = GetModalTransient(child);
[all...]
H A Dtransient_window_controller.cc18 aura::Window* child) {
19 TransientWindowManager::Get(parent)->AddTransientChild(child);
23 aura::Window* child) {
24 TransientWindowManager::Get(parent)->RemoveTransientChild(child);
17 AddTransientChild(aura::Window* parent, aura::Window* child) argument
22 RemoveTransientChild(aura::Window* parent, aura::Window* child) argument
/external/llvm/tools/lli/ChildTarget/
H A DMakefile11 TOOLNAME := lli-child-target
/external/strace/test/
H A Dchildthread.c1 /* Test exit of a child of a TCB_EXITING child where the toplevel process starts
26 pid_t child, got_pid; local
30 child = fork();
32 switch (child) {
38 /* The thread must be initialized, it becomes thread-child of this
39 process-child (child of a child of the toplevel process). */
41 /* Here the child TC
[all...]
/external/valgrind/main/none/tests/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/amd64/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/arm/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/mips32/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/mips64/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/ppc32/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/ppc64/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/s390x/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/valgrind/main/none/tests/x86/
H A Dallexec.c13 pid_t child = fork(); \
14 if (child == 0) {exec_call; perror ("exec failed");} \
15 else if (child == -1) perror ("cannot fork\n"); \
16 else if (child != wait (&status)) perror ("error waiting child"); \
17 else S("child exited\n"); \
/external/chromium_org/chrome/browser/resources/options/
H A Dcertificate_tree.js120 addAt: function(child, index) {
121 Tree.prototype.addAt.call(this, child, index);
122 if (child.data && child.data.id)
123 this.treeLookup_[child.data.id] = child;
127 remove: function(child) {
128 Tree.prototype.remove.call(this, child);
129 if (child.data && child
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Domnibox_custom_bindings.js52 for (var i = 0, child; child = node.childNodes[i]; i++) {
54 if (child.nodeType == Node.TEXT_NODE) {
56 result.description += sanitizeString(child.nodeValue, shouldTrim);
61 if (child.nodeType == Node.ELEMENT_NODE &&
62 (child.nodeName == 'dim' || child.nodeName == 'match' ||
63 child.nodeName == 'url')) {
65 'type': child.nodeName,
69 walk(child);
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpointer_overlay.css5 #pointer-overlay > .content-area > :not([hidden]) + :nth-child(2) {
/external/chromium_org/sandbox/win/src/
H A DWow64.h21 Wow64(TargetProcess* child, HMODULE ntdll) argument
22 : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {}
25 // Waits for the 32 bit DLL to get loaded on the child process. This function
32 // the child (one page).
35 // This method receives "notifications" whenever a DLL is mapped on the child.
38 // Returns true if ntdll.dll is mapped on the child.
44 HANDLE continue_load_; // Event to signal to continue execution on the child.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.cpp55 for (Frame* child = firstChild(); child; child = child->tree().nextSibling()) {
56 if (child->isLocalFrame())
57 toLocalFrame(child)->setView(nullptr);
58 else if (child->isRemoteFrame())
59 toRemoteFrame(child)->setView(nullptr);
135 // Create a repeatable name for a child about to be added to us. The name must be
139 // We generate this path component by index in the child lis
242 Frame* FrameTree::child(const AtomicString& name) const function in class:blink::FrameTree
314 Frame* child = firstChild(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSuffixTree.h81 Node* child = m_children.at(i); local
82 if (child && !child->m_isLeaf)
83 delete child;
103 Node*& child = current->at(Codebook::codeWord(text[base + offset])); local
104 if (!child)
105 child = base + offset + 1 == limit ? &m_leaf : new Node();
106 current = child;
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dxml_writer_base_unittest.py19 '''Returns the XML of all child nodes of the given parent node.
26 child.toprettyxml(indent=' ') for child in parent.childNodes)

Completed in 2925 milliseconds

1234567891011>>