/external/webkit/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/webkit/WebKit/gtk/webkit/ |
webkitwebhistoryitem.cpp | 500 GList* kids = NULL; local 502 kids = g_list_prepend(kids, kit(children[i].get())); 504 return g_list_reverse(kids);
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 727 NSArray *kids = [item children]; 728 if (kids) { 730 kids = [kids sortedArrayUsingFunction:&compareHistoryItems context:nil]; 731 for (unsigned i = 0; i < [kids count]; i++) 732 dumpHistoryItem([kids objectAtIndex:i], indent+4, NO); 746 NSArray *kids = [f childFrames]; 747 if (kids) 748 for (unsigned i = 0; i < [kids count]; i++) 749 dumpFrameScrollPosition([kids objectAtIndex:i]) [all...] |
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 242 GList* kids = webkit_web_history_item_get_children(item); local 243 if (kids) { 245 kids = g_list_sort(kids, (GCompareFunc) compareHistoryItems); 246 for (unsigned i = 0; i < g_list_length(kids); i++) 247 dumpHistoryItem(WEBKIT_WEB_HISTORY_ITEM(g_list_nth_data(kids, i)), indent+4, FALSE);
|
/external/webkit/WebCore/rendering/ |
SVGRenderSupport.cpp | 243 // Only force our kids to layout if we're being asked to relayout as a result of a parent changing 244 // FIXME: We should be able to skip relayout of non-relative kids when only bounds size has changed
|
RenderSVGRoot.cpp | 135 // Don't paint if we don't have kids, except if we have filters we should paint those.
|
RenderObject.h | 500 RenderObject* paintingRoot; // used to draw just one element and its visual kids [all...] |
RenderTable.cpp | 518 // We don't paint our own background, but we do let the kids paint their backgrounds. [all...] |
RenderFlexibleBox.cpp | 308 // The first walk over our kids is to find out if we have any flexible children. [all...] |
RenderLayerCompositor.cpp | 520 // This layer now acts as the ancestor for kids. [all...] |
RenderBlock.cpp | [all...] |
RenderBox.cpp | 536 // Check kids first. [all...] |
RenderInline.cpp | 351 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting [all...] |
/external/webkit/WebCore/svg/ |
SVGForeignObjectElement.cpp | 189 // Skip over SVG rules which disallow non-SVG kids
|
/external/webkit/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...] |
/development/simulator/app/ |
Semaphore.cpp | 451 FALSE, // don't let kids inherit handle
|
Shmem.cpp | 474 FALSE, // don't let kids inherit handle
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 286 // 17 bits of zero, stay in userspace kids.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | [all...] |
/external/webkit/WebCore/loader/ |
HistoryController.cpp | 534 // reload that frame, and all its kids.
|
/external/webkit/WebCore/html/ |
HTMLParser.cpp | [all...] |
/external/webkit/WebKit/android/jni/ |
WebHistory.cpp | 760 LOG_ASSERT(!read_item_recursive(testItem, &ptr, HISTORY_MIN_SIZE), "4000 kids should fail!");
|
/external/webkit/WebCore/dom/ |
Element.cpp | [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 22 * Show version info. All the cool kids do it. [all...] |
/external/ppp/pppd/ |
main.c | 682 reap_kids(); /* Don't leave dead kids lying around */ [all...] |