HomeSort by relevance Sort by last modified time
    Searched defs:parent (Results 751 - 775 of 1569) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 209 if (o.isPseudoElement() || (o.parent() && o.parent()->isPseudoElement()))
256 if (o.parent()) {
258 if (o.parent()->resolveColor(CSSPropertyColor) != color)
263 if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor
268 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor
273 if (o.parent()->resolveColor(CSSPropertyWebkitTextStrokeColor) != textStrokeColor
277 if (o.parent()->style()->textStrokeWidth() != o.style()->textStrokeWidth() && o.style()->textStrokeWidth() > 0)
711 // Altough the RenderFlowThread requires a layer, it is not collected by its parent,
724 Node* parent; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 658 Element* parent = targetElement->parentElement(); local
659 if (!parent || !parent->isSVGElement())
662 SVGElement* svgParent = toSVGElement(parent);
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 155 node_t *node, *parent, *replacement; local
162 parent = NULL;
171 parent = node;
175 parent = replacement;
179 LINK(parent, direction) = RIGHT_NODE(replacement);
186 if (parent == NULL) /* root */
191 LINK(parent, direction) = LINK(node, down_dir);
199 parent = node;
211 node_t *parent, *node; local
222 parent = NULL
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 163 hb_font_t *parent; member in struct:hb_font_t
183 /* Convert from parent-font user-space to our user-space */
185 if (unlikely (parent && parent->x_scale != x_scale))
186 return v * (int64_t) this->x_scale / this->parent->x_scale;
190 if (unlikely (parent && parent->y_scale != y_scale))
191 return v * (int64_t) this->y_scale / this->parent->y_scale;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 174 /* assemble the target item name from the item's parent item name */
178 const char *itemID, *parent, *parentLimit, *suffix; local
200 // get the parent item name by truncating the last part of this item's name */
201 parent=itemID;
204 // no '_' in the item name: the parent is the root bundle
205 parent="root";
207 if((suffix-itemID)==parentLength && 0==memcmp(itemID, parent, parentLength)) {
208 // the item itself is "root", which does not depend on a parent
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
384 * then add the parent bundle as a dependenc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 302 if (img->parent) {
303 /* remove img from the parent child array */
306 (struct vg_image **)img->parent->children_array->data;
308 for (idx = 0; idx < img->parent->children_array->num_elements; ++idx) {
314 debug_assert(idx < img->parent->children_array->num_elements);
315 array_remove_element(img->parent->children_array, idx);
321 struct vg_image *parent = img->parent; local
324 if (!parent) {
326 parent = children[0]
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 166 if (SK_LITERAL_STR_EQUAL("parent", token, len)) {
167 SkDisplayable* parent = displayable->getParent(); local
168 if (parent == NULL)
169 parent = engine->fParent;
170 if (parent) {
171 value->fOperand.fDisplayable = parent;
347 bool SkAnimatorScript::EvaluateString(SkAnimateMaker& maker, SkDisplayable* displayable, SkDisplayable* parent, const char* script, SkString* result) {
349 engine.fParent = parent;
  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 232 SkDOM::Node* parent = fParentStack.top(); local
233 SkASSERT(fRoot && parent);
234 node->fNextSibling = parent->fFirstChild;
235 parent->fFirstChild = node;
266 SkDOM::Node* parent; local
268 fParentStack.pop(&parent);
270 SkDOM::Node* child = parent->fFirstChild;
279 parent->fFirstChild = prev;
  /external/chromium_org/ui/aura/
root_window_unittest.cc 328 w3->parent()->RemoveChild(w3.get());
787 // A window delegate that detaches the parent of the target's parent window when
802 Window* parent = static_cast<Window*>(event->target())->parent(); variable
803 parent->parent()->RemoveChild(parent); variable
818 scoped_ptr<Window> parent(CreateNormalWindow(22, w1.get(), NULL));
819 Window* child = CreateNormalWindow(11, parent.get(), &delegate)
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 59 // delete a Layer and it has children, the parent of each child layer is set to
71 // Retrieves the Layer's compositor. The Layer will walk up its parent chain
106 // The parent.
107 const Layer* parent() const { return parent_; } function in class:ui::Layer
108 Layer* parent() { return parent_; } function in class:ui::Layer
124 // The transform, relative to the parent.
132 // The bounds, relative to the parent.
151 // the combined opacity of the parent.
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 73 MenuItemView* Run(Widget* parent,
217 MenuPart() : type(NONE), menu(NULL), parent(NULL), submenu(NULL) {}
229 // empty menu), this is NULL and parent is the menu the mouse was
234 // parent of the menu item the user clicked on. Otherwise this is NULL.
235 MenuItemView* parent; member in struct:views::MenuController::MenuPart
399 // Returns the next selectable child menu item of |parent| starting at |index|
402 MenuItemView* FindNextSelectableMenuItem(MenuItemView* parent,
416 MenuItemView* parent,
423 bool AcceptOrSelect(MenuItemView* parent, const SelectByCharDetails& details);
  /external/doclava/src/com/google/doclava/
PackageInfo.java 80 public ContainerInfo parent() { method in class:PackageInfo
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 108 final File parent = f.getParentFile (); // could be null local
110 m_currentPathDir = parent;
112 // move to enumeratePathArchive(): handler.handleArchiveStart (parent, archive);
114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed
  /external/harfbuzz_ng/src/
hb-font-private.hh 163 hb_font_t *parent; member in struct:hb_font_t
183 /* Convert from parent-font user-space to our user-space */
185 if (unlikely (parent && parent->x_scale != x_scale))
186 return v * (int64_t) this->x_scale / this->parent->x_scale;
190 if (unlikely (parent && parent->y_scale != y_scale))
191 return v * (int64_t) this->y_scale / this->parent->y_scale;
  /external/icu4c/tools/toolutil/
pkgitems.cpp 174 /* assemble the target item name from the item's parent item name */
178 const char *itemID, *parent, *parentLimit, *suffix; local
200 // get the parent item name by truncating the last part of this item's name */
201 parent=itemID;
204 // no '_' in the item name: the parent is the root bundle
205 parent="root";
207 if((suffix-itemID)==parentLength && 0==memcmp(itemID, parent, parentLength)) {
208 // the item itself is "root", which does not depend on a parent
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
384 * then add the parent bundle as a dependenc
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 249 Node parent = debugNode.getParent(); local
253 attachDebugNode(parent);
331 Node parent = debugNode.getParent(); local
335 attachDebugNode(parent);
351 Node parent = debugNode.getParent(); local
355 attachDebugNode(parent);
  /external/kernel-headers/original/linux/
ioport.h 22 struct resource *parent, *sibling, *child; member in struct:resource
100 extern int insert_resource(struct resource *parent, struct resource *new);
proc_fs.h 36 * while parent/subdir create the directory structure (every
37 * /proc file has a parent, but "subdir" is NULL for all
63 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry
110 struct proc_dir_entry *parent);
111 extern void remove_proc_entry(const char *name, struct proc_dir_entry *parent);
161 struct proc_dir_entry *parent);
216 mode_t mode, struct proc_dir_entry *parent) { return NULL; }
218 #define remove_proc_entry(name, parent) do {} while (0)
221 struct proc_dir_entry *parent,const char *dest) {return NULL;}
223 struct proc_dir_entry *parent) {return NULL;
    [all...]
  /external/linux-tools-perf/util/
annotate.c 372 struct rb_node *parent = NULL; local
375 parent = *p;
376 iter = rb_entry(parent, struct source_line, node);
384 rb_link_node(&src_line->node, parent, p);
map.c 459 struct map_groups *parent, enum map_type type)
462 for (nd = rb_first(&parent->maps[type]); nd; nd = rb_next(nd)) {
504 struct rb_node *parent = NULL; local
509 parent = *p;
510 m = rb_entry(parent, struct map, rb_node);
517 rb_link_node(&map->rb_node, parent, p);
529 struct rb_node *parent = NULL; local
533 parent = *p;
534 m = rb_entry(parent, struct map, rb_node);
588 struct rb_node *parent = NULL local
617 struct rb_node *parent = NULL; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 302 if (img->parent) {
303 /* remove img from the parent child array */
306 (struct vg_image **)img->parent->children_array->data;
308 for (idx = 0; idx < img->parent->children_array->num_elements; ++idx) {
314 debug_assert(idx < img->parent->children_array->num_elements);
315 array_remove_element(img->parent->children_array, idx);
321 struct vg_image *parent = img->parent; local
324 if (!parent) {
326 parent = children[0]
    [all...]
  /external/opencv/cv/src/
cvapprox.cpp 420 CvSeq *prev_contour = 0, *parent = 0; local
461 contour->v_prev = parent;
466 else if( parent )
467 parent->v_next = contour;
484 parent = prev_contour;
495 prev_contour = parent;
496 if( parent )
497 parent = parent->v_prev;
931 CvSeq *prev_contour = 0, *parent = 0 local
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 166 if (SK_LITERAL_STR_EQUAL("parent", token, len)) {
167 SkDisplayable* parent = displayable->getParent(); local
168 if (parent == NULL)
169 parent = engine->fParent;
170 if (parent) {
171 value->fOperand.fDisplayable = parent;
347 bool SkAnimatorScript::EvaluateString(SkAnimateMaker& maker, SkDisplayable* displayable, SkDisplayable* parent, const char* script, SkString* result) {
349 engine.fParent = parent;
  /external/skia/src/xml/
SkDOM.cpp 232 SkDOM::Node* parent = fParentStack.top(); local
233 SkASSERT(fRoot && parent);
234 node->fNextSibling = parent->fFirstChild;
235 parent->fFirstChild = node;
266 SkDOM::Node* parent; local
268 fParentStack.pop(&parent);
270 SkDOM::Node* child = parent->fFirstChild;
279 parent->fFirstChild = prev;
  /external/v8/test/cctest/
test-strings.cc 491 Handle<String> parent = FACTORY->NewConsString(string, string); local
492 CHECK(parent->IsConsString());
493 CHECK(!parent->IsFlat());
494 Handle<String> slice = FACTORY->NewSubString(parent, 1, 25);
496 CHECK(parent->IsFlat());
498 CHECK_EQ(SlicedString::cast(*slice)->parent(),
499 ConsString::cast(*parent)->first());
500 CHECK(SlicedString::cast(*slice)->parent()->IsSeqString());
528 CHECK_EQ(SlicedString::cast(*slice)->parent(), *string);
529 CHECK(SlicedString::cast(*slice)->parent()->IsExternalString())
    [all...]

Completed in 1574 milliseconds

<<31323334353637383940>>