/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 41 - (void) setChildren:(NSMutableArray *)anArray; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 114 - (void) setChildren:(NSMutableArray *)anArray;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 41 - (void) setChildren:(NSMutableArray *)anArray; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 114 - (void) setChildren:(NSMutableArray *)anArray;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 41 - (void) setChildren:(NSMutableArray *)anArray; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 114 - (void) setChildren:(NSMutableArray *)anArray;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.h | 43 - (void) setChildren:(AMutableArray *)anArray; 118 - (void) setChildren:(AMutableArray *)anArray;
|
D | ANTLRBaseTree.m | 125 - (void) setChildren:(AMutableArray *)anArray
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 87 bool GraphicsLayerTextureMapper::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerTextureMapper 90 return GraphicsLayer::setChildren(children); in setChildren()
|
D | GraphicsLayerTextureMapper.h | 50 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 45 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayerQt.cpp | 1009 bool GraphicsLayerQt::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerQt 1012 return GraphicsLayer::setChildren(children); in setChildren()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.h | 50 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayerChromium.cpp | 130 bool GraphicsLayerChromium::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerChromium 132 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.h | 47 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayerCACF.cpp | 156 bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerCACF 158 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebHistoryItem.h | 121 WEBKIT_API void setChildren(const WebVector<WebHistoryItem>&);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 61 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayerAndroid.cpp | 145 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerAndroid 147 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren()
|
/external/chromium/chrome/browser/resources/ |
D | cookies_tree.js | 217 CookiesTree.setChildren = function(treeId, parentId, children) { function in CookiesTree
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebHistoryItem.cpp | 264 void WebHistoryItem::setChildren(const WebVector<WebHistoryItem>& items) in setChildren() function in WebKit::WebHistoryItem
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 208 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayer.cpp | 103 bool GraphicsLayer::setChildren(const Vector<GraphicsLayer*>& newChildren) in setChildren() function in WebCore::GraphicsLayer
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 62 virtual bool setChildren(const Vector<GraphicsLayer*>&);
|
D | GraphicsLayerCA.cpp | 300 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children) in setChildren() function in WebCore::GraphicsLayerCA 302 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren()
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
D | ConfigureForm.java | 135 public void setChildren(List<String> children) in setChildren() method in ConfigureForm
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 331 m_rootPlatformLayer->setChildren(childList); in updateCompositingLayers() 1055 layerBacking->parentForSublayers()->setChildren(layerChildren);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_editor_base_controller.mm | 498 [parentInfo setChildren:children];
|