/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeAdaptor.h | 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
ANTLRTreeAdaptor.h | 70 /** Is tree considered a nil node used to make lists of child nodes? */ 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; 77 * If not a nil root, make oldRoot a child of newRoot. 82 * If newRoot is a nil-rooted single child tree, use the single 83 * child as the new root node. 94 * simple node or nil root with a single child node--it must be a root 133 /** Get a child 0..n-1 node */ 135 /** Set ith child (0..n-1) to t; t must be non-null and non-nil node */ 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeAdaptor.h | 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
ANTLRTreeAdaptor.h | 70 /** Is tree considered a nil node used to make lists of child nodes? */ 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; 77 * If not a nil root, make oldRoot a child of newRoot. 82 * If newRoot is a nil-rooted single child tree, use the single 83 * child as the new root node. 94 * simple node or nil root with a single child node--it must be a root 133 /** Get a child 0..n-1 node */ 135 /** Set ith child (0..n-1) to t; t must be non-null and non-nil node */ 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeAdaptor.h | 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
ANTLRTreeAdaptor.h | 70 /** Is tree considered a nil node used to make lists of child nodes? */ 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; 77 * If not a nil root, make oldRoot a child of newRoot. 82 * If newRoot is a nil-rooted single child tree, use the single 83 * child as the new root node. 94 * simple node or nil root with a single child node--it must be a root 133 /** Get a child 0..n-1 node */ 135 /** Set ith child (0..n-1) to t; t must be non-null and non-nil node */ 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeAdaptor.h | 56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
|
/external/chromium_org/ash/system/date/ |
date_view.h | 43 virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE;
|
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.cc | 69 virtual void ChildVisibilityChanged(View* child) OVERRIDE { 70 if (visible() == child->visible()) 72 SetVisible(child->visible()); 76 virtual void ChildPreferredSizeChanged(View* child) OVERRIDE {
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
InfoBarContainer.java | 174 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { 175 if (mAnimation == null || child != mAnimation.getTarget()) { 176 return super.drawChild(canvas, child, drawingTime); 186 retVal = super.drawChild(canvas, child, drawingTime); 423 // Attach the child to invisible layout so that we can get measurements for it without 473 * Searches a given view's child views for an instance of {@link InfoBarContainer}. 476 * @return {@link InfoBarContainer} instance if it's one of the child views;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.css | 79 .app-context-menu > button:first-child { 95 .app-img-container > img:first-child {
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 126 .bluetooth-keyboard-button:last-child { 142 .bluetooth-passkey-char:first-child {
|
/external/chromium_org/remoting/webapp/ |
window_frame.css | 47 .window-controls-hover-target > div:first-child { 141 body.fullscreen .window-control:first-child {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
AuditLauncherView.js | 252 for (var child = 0; child < this._contentElement.children.length; ++child) 253 this._contentElement.removeChild(this._contentElement.children[child]);
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
localintermediate.h | 31 TIntermTyped* addUnaryMath(TOperator op, TIntermNode* child, const TSourceLoc&);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkLayer.h | 53 /** Return the number of layers in our child list. 57 /** Return the child at the specified index (starting at 0). This does not 58 affect the reference count of the child. 62 /** Add this layer to our child list at the end (top-most), and ref() it. 64 Return the new child. 66 SkLayer* addChild(SkLayer* child); 73 /** Remove, and unref(), all of the layers in our child list.
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPaint.cpp | 91 bool SkDrawPaint::add(SkAnimateMaker* maker, SkDisplayable* child) { 92 SkASSERT(child && child->isPaintPart()); 93 SkPaintPart* part = (SkPaintPart*) child;
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 69 var child = { 73 previous.push(child);
|
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view.h | 60 virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
|
/external/chromium_org/ui/views/widget/ |
widget_delegate.h | 173 // Returns true if event handling should descend into |child|. 176 gfx::NativeView child,
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_url.h | 123 // Returns true if this URL is a strict parent of the |child|. 124 bool IsParent(const FileSystemURL& child) const;
|
/external/e2fsprogs/e2fsck/ |
dict.c | 78 * its right child C are rearranged so that the P instead becomes the left 79 * child of C. The left subtree of C is inherited as the new right subtree 618 /* rotation between parent and child preserves grandpa */ 661 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; local 691 * moving up its right child into its place. 694 child = next->right; 695 child->parent = nextparent; 698 nextparent->left = child; 701 nextparent->right = child; 728 child = (delete->left != nil) ? delete->left : delete->right [all...] |
/external/iproute2/tc/ |
m_ematch.h | 63 struct ematch *child; member in struct:ematch
|
/external/skia/include/utils/ |
SkLayer.h | 53 /** Return the number of layers in our child list. 57 /** Return the child at the specified index (starting at 0). This does not 58 affect the reference count of the child. 62 /** Add this layer to our child list at the end (top-most), and ref() it. 64 Return the new child. 66 SkLayer* addChild(SkLayer* child); 73 /** Remove, and unref(), all of the layers in our child list.
|
/external/skia/src/animator/ |
SkDrawPaint.cpp | 91 bool SkDrawPaint::add(SkAnimateMaker* maker, SkDisplayable* child) { 92 SkASSERT(child && child->isPaintPart()); 93 SkPaintPart* part = (SkPaintPart*) child;
|