HomeSort by relevance Sort by last modified time
    Searched full:kids (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 53 CGPDFArrayRef kids;
54 if (!CGPDFDictionaryGetArray(subtree, "Kids", &kids))
57 size_t kidCount = CGPDFArrayGetCount(kids);
60 if (!CGPDFArrayGetDictionary(kids, i, &kid))
  /external/skia/src/pdf/
SkPDFPage.cpp 70 SkRefPtr<SkPDFName> kidsName = new SkPDFName("Kids");
101 SkRefPtr<SkPDFArray> kids = new SkPDFArray; local
102 kids->unref(); // SkRefPtr and new both took a reference.
103 kids->reserve(kNodeSize);
108 kids->append(new SkPDFObjRef(curNodes[i]))->unref();
120 newNode->insert(kidsName.get(), kids.get());
  /external/webkit/Source/WebCore/rendering/
PaintInfo.h 70 // If we're the painting root, kids draw normally, and see root of 0.
104 RenderObject* paintingRoot; // used to draw just one element and its visual kids
RenderBlock.h 245 // Move all of the kids from |startChild| up to but excluding |endChild|. 0 can be passed as the endChild to denote
246 // that all the kids from |startChild| onwards should be added.
    [all...]
RenderTable.cpp 550 // We don't paint our own background, but we do let the kids paint their backgrounds.
    [all...]
RenderFlexibleBox.cpp 304 // The first walk over our kids is to find out if we have any flexible children.
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 769 NSArray *kids = [item children];
770 if (kids) {
772 kids = [kids sortedArrayUsingFunction:&compareHistoryItems context:nil];
773 for (unsigned i = 0; i < [kids count]; i++)
774 dumpHistoryItem([kids objectAtIndex:i], indent+4, NO);
791 NSArray *kids = [f childFrames];
792 if (kids)
793 for (unsigned i = 0; i < [kids count]; i++)
794 dumpFrameScrollPosition([kids objectAtIndex:i])
    [all...]
  /external/antlr/src/org/antlr/runtime/tree/
BaseTree.java 131 /** Add all elements of kids list as children of this node */
132 public void addChildren(List kids) {
133 for (int i = 0; i < kids.size(); i++) {
134 Tree t = (Tree) kids.get(i);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 498 GList* kids = NULL; local
500 kids = g_list_prepend(kids, kit(children[i].get()));
502 return g_list_reverse(kids);
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 67 // 17 bits of zero, stay in userspace kids.
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 331 GList* kids = webkit_web_history_item_get_children(item); local
332 if (kids) {
334 kids = g_list_sort(kids, (GCompareFunc) compareHistoryItems);
335 for (unsigned i = 0; i < g_list_length(kids); i++)
336 dumpHistoryItem(WEBKIT_WEB_HISTORY_ITEM(g_list_nth_data(kids, i)), indent+4, FALSE);
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp 148 // references us (or wheter any of its kids references us) -> that's a cycle, we need to find and break it.
RenderSVGRoot.cpp 164 // Don't paint if we don't have kids, except if we have filters we should paint those.
  /external/webkit/Source/WebCore/svg/
SVGForeignObjectElement.cpp 163 // Skip over SVG rules which disallow non-SVG kids
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.mm 164 // This will eventually [obj release] all its kids, if it has
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 858 QMap<QString, QWebHistoryItem> kids; local
861 kids.insert(DumpRenderTreeSupportQt::historyItemTarget(kid), kid);
863 return kids;
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-89443.js 94 // KidsClick-linked kids search engines
514 || dnsDomainIs(host, "cybersleuth-kids.com")
630 || dnsDomainIs(host, "kids-world.colgatepalmolive.com")
631 || dnsDomainIs(host, "kids.mysterynet.com")
632 || dnsDomainIs(host, "kids.ot.com")
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 133 // Toss all the kids
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java     [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 654 // frame and all its kids in recursiveGoToItem.
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 779 LOG_ASSERT(!read_item_recursive(testItem, &ptr, HISTORY_MIN_SIZE), "4000 kids should fail!");
    [all...]
  /external/mksh/src/
histrap.c 1468 /* restore original value for exec'd kids */

Completed in 914 milliseconds

1 2 3