/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutAttributesBuilder.cpp | 108 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling()) { 109 if (child->isSVGInlineText()) { 110 processRenderSVGInlineText(toRenderSVGInlineText(child), m_textLength, lastCharacter); 114 if (!child->isSVGInline()) 117 SVGTextPositioningElement* element = SVGTextPositioningElement::elementFromRenderer(child); 122 collectTextPositioningElements(child, lastCharacter); 158 // Fill character data map using child text positioning elements in top-down order [all...] |
SVGTextMetricsBuilder.cpp | 241 RenderObject* child = start->firstChild(); local 242 while (child) { 243 if (child->isSVGInlineText()) { 244 RenderSVGInlineText* text = toRenderSVGInlineText(child); 248 } else if (child->isSVGInline()) { 250 if (RenderObject* inlineChild = toRenderSVGInline(child)->firstChild()) { 251 child = inlineChild; 255 child = child->nextInPreOrderAfterChildren(start);
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollView.h | 69 // Functions for child manipulation and inspection. 78 bool isScrollViewScrollbar(const Widget* child) const { return horizontalScrollbar() == child || verticalScrollbar() == child; } 209 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE 212 if (!isScrollViewScrollbar(child)) 214 newPoint.moveBy(child->location()); 218 virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const OVERRIDE 221 if (!isScrollViewScrollbar(child)) 223 newPoint.moveBy(-child->location()) [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayPost.h | 30 virtual bool addChild(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE;
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_aura_unittest.cc | 36 Widget* child() { function in class:views::NativeViewHostAuraTest 48 // And the child widget. 78 aura::Window* child_win = child()->GetNativeView(); 90 aura::Window* child_win = child()->GetNativeView(); 108 child()->SetCursor(ui::kCursorWait);
|
native_view_host_unittest.cc | 31 // Create a child widget whose native parent is |native_parent_view|, uses 32 // |contents_view|, and is attached to |host| which is added as a child to 38 Widget* child = new Widget; local 42 child->Init(child_params); 43 child->SetContentsView(contents_view); 47 host->Attach(child->GetNativeView()); 49 return child; 129 // Create a child widget. 133 scoped_ptr<Widget> child(CreateChildForHost(toplevel()->GetNativeView(), 146 GetNativeParent(child->GetNativeView())) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AAltCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
AAutoescapeCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
AEscapeCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
ANoopCommand.java | 34 void removeChild(@SuppressWarnings("unused") Node child) 36 // Remove child 37 throw new RuntimeException("Not a child."); 43 // Replace child 44 throw new RuntimeException("Not a child.");
|
ANoopExpression.java | 34 void removeChild(@SuppressWarnings("unused") Node child) 36 // Remove child 37 throw new RuntimeException("Not a child."); 43 // Replace child 44 throw new RuntimeException("Not a child.");
|
ASetCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._variable_ == child) 147 if(this._expression_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
Token.java | 49 void removeChild(@SuppressWarnings("unused") Node child) 51 throw new RuntimeException("Not a child."); 57 throw new RuntimeException("Not a child.");
|
/external/linux-tools-perf/perf-3.12.0/include/linux/ |
rbtree_augmented.h | 130 struct rb_node *child = node->rb_right, *tmp = node->rb_left; local 136 * Case 1: node to erase has no more than 1 child (easy!) 138 * Note that if there is one child it must be red due to 5) 144 __rb_change_child(node, child, parent, root); 145 if (child) { 146 child->__rb_parent_color = pc; 151 } else if (!child) { 152 /* Still case 1, but this time the child is node->rb_left */ 159 struct rb_node *successor = child, *child2; 160 tmp = child->rb_left [all...] |
/external/oprofile/daemon/ |
opd_perfmon.c | 89 struct child { struct 98 static struct child * children; 205 static void create_context(struct child * self) 225 static void write_pmu(struct child * self) 281 static void load_context(struct child * self) 297 static void notify_parent(struct child * self, size_t cpu) 305 perror("Failed to write child pipe:"); 311 static struct child * inner_child; 319 struct child * self = &children[cpu]; 378 static void wait_for_child(struct child * child [all...] |
/external/qemu/android/skin/ |
composer.c | 33 SkinPlate* child = areflist_get( p->group.children, n ); local 35 skin_plate_get_region( child, r ); 36 skin_region_translate( r, child->any.pos.x, child->any.pos.y ); 66 SkinPlate* child = areflist_get( p->group.children, n ); local 68 skin_plate_get_opaque_region(child, r); 69 skin_region_translate(r, child->any.pos.x, child->any.pos.y); 112 skin_plate_invalidate_( SkinPlate* p, SkinRegion* r, SkinPlate* child ) 116 if (child != NULL) [all...] |
/external/skia/src/animator/ |
SkDisplayPost.h | 30 virtual bool addChild(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE;
|
/external/valgrind/main/memcheck/tests/ |
err_disable3.stderr.exp | 5 --------- p: creating child --------- 23 --------- p: join child ---------
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPIteratorImpl.java | 224 /** the iterator for each child */ 340 // create sub iterator for every child, 341 // if its the first child visited or the former child is finished 344 XMPNode child = (XMPNode) iterator.next(); local 346 subIterator = new NodeIterator(child, path, index); 567 XMPNode child = (XMPNode) childrenIterator.next(); 571 if (child.getOptions().isSchemaNode()) 573 setBaseNS(child.getName()); 575 else if (child.getParent() != null [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 52 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT WRAP_CONTENT} and a child set to 57 * a measurement bug that could cause child views to be measured with incorrect 87 * Rule that aligns a child's right edge with another child's left edge. 91 * Rule that aligns a child's left edge with another child's right edge. 95 * Rule that aligns a child's bottom edge with another child's top edge. 99 * Rule that aligns a child's top edge with another child's bottom edge 457 View child = views[i]; local 476 View child = views[i]; local 524 View child = getChildAt(i); local 556 View child = getChildAt(i); local 586 View child = getChildAt(i); local 615 View child = getChildAt(i); local 634 View child = getChildAt(i); local 1072 View child = getChildAt(i); local [all...] |
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
MainActivity.java | 72 View child = adapterView.getChildAt(i); local 78 if (child == clickedView) logTranslationY(clickedView); 79 animator.setTarget(child); 81 if (child == clickedView) logTranslationY(clickedView);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FocusIndicatorView.java | 133 private static void getPagedViewScrollShift(View child, int[] shift) { 134 ViewParent parent = child.getParent(); 137 child.getLocationInWindow(sTempPos); 139 shift[1] = -(int) child.getTranslationY();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
HorizontalScrollViewRule.java | 44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, 46 super.onChildInserted(child, parent, insertType); 48 // The child of the ScrollView should fill in both directions 50 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent); 51 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, fillParent); 73 // HorizontalScrollViews only allow a single child
|
ScrollViewRule.java | 44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, 46 super.onChildInserted(child, parent, insertType); 48 // The child of the ScrollView should fill in both directions 50 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent); 51 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, fillParent); 61 // a child of this node and the create child method above will set its 73 // ScrollViews only allow a single child
|
TabHostRule.java | 41 // the child elements yourself, e.g. via addTab() etc. 73 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT); local 74 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent); 75 child.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, fillParent); 76 child.setAttribute(ANDROID_URI, ATTR_ID,
|