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

  /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/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/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/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/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/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/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1581 milliseconds