HomeSort by relevance Sort by last modified time
    Searched refs:setChildren (Results 1 - 25 of 25) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 44 virtual bool setChildren(const Vector<GraphicsLayer*>&);
GraphicsLayerQt.cpp 609 bool GraphicsLayerQt::setChildren(const Vector<GraphicsLayer*>& children)
612 return GraphicsLayer::setChildren(children);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 144 mSearchDescriptor.setChildren(new ElementDescriptor[]{ searchable });
148 mAppWidgetDescriptor.setChildren(new ElementDescriptor[]{ appWidget });
152 mPrefDescriptor.setChildren(new ElementDescriptor[]{ preferences });
156 mDescriptor.setChildren(list.toArray(new ElementDescriptor[list.size()]));
297 layoutDesc.setChildren(newArray);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 46 virtual bool setChildren(const Vector<GraphicsLayer*>&);
GraphicsLayerAndroid.cpp 150 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children)
152 bool childrenChanged = GraphicsLayer::setChildren(children);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 50 virtual bool setChildren(const Vector<GraphicsLayer*>&);
GraphicsLayerCACF.cpp 158 bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children)
160 bool childrenChanged = GraphicsLayer::setChildren(children);
161 // FIXME: GraphicsLayer::setChildren calls addChild() for each sublayer, which
  /external/webkit/WebKit/chromium/public/
WebHistoryItem.h 118 WEBKIT_API void setChildren(const WebVector<WebHistoryItem>&);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 237 public void setChildren(ElementDescriptor[] newChildren) {
245 * calls {@link #setChildren(ElementDescriptor[])}.
250 public void setChildren(Collection<ElementDescriptor> newChildren) {
251 setChildren(newChildren.toArray(new ElementDescriptor[newChildren.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 148 layoutDesc.setChildren(newDescriptors);
156 mergeTag.setChildren(newDescriptors); // mergeTag makes a copy of the list
162 mRootDescriptor.setChildren(newDescriptors);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 308 void setChildren(ArrayList<FileEntry> newChildren) {
587 public void setChildren(FileEntry entry, FileEntry[] children);
666 receiver.setChildren(entry, entry.getCachedChildren());
768 entry.setChildren(entryList);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceContentProvider.java 39 public void setChildren(final FileEntry entry, FileEntry[] children) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 92 linearDescriptor.setChildren(a);
93 relativeDescriptor.setChildren(a);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 127 mDescriptor.setChildren(new ElementDescriptor[] { top_item, top_group });
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 190 virtual bool setChildren(const Vector<GraphicsLayer*>&);
GraphicsLayer.cpp 97 bool GraphicsLayer::setChildren(const Vector<GraphicsLayer*>& newChildren)
  /external/webkit/WebKit/chromium/src/
WebHistoryItem.cpp 263 void WebHistoryItem::setChildren(const WebVector<WebHistoryItem>& items)
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 57 virtual bool setChildren(const Vector<GraphicsLayer*>&);
GraphicsLayerCA.mm 434 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children)
436 bool childrenChanged = GraphicsLayer::setChildren(children);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 427 elemDesc.setChildren(children.toArray(new ElementDescriptor[children.size()]));
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 219 m_rootPlatformLayer->setChildren(childList);
760 layerBacking->parentForSublayers()->setChildren(layerChildren);
    [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 552 milliseconds