Searched refs:childName (Results 1 – 3 of 3) sorted by relevance
/external/emma/core/java12/com/vladium/util/ |
D | IPathEnumerator.java | 168 final String childName = children [c]; in enumeratePathDir() local 170 … final File child = dir != null ? new File (dir, childName) : new File (childName); in enumeratePathDir() 171 final File fullChild = new File (fullDir, childName); in enumeratePathDir()
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.cpp | 210 char childName[256]; in frames() local 211 char* childNamePtr = childName; in frames() 212 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1); in frames() 215 DUMP_NAV_LOGD("DebugTestFrameGroup TEST%s_GROUP[] = {\n", childName); in frames() 224 DUMP_NAV_LOGD("TEST%s_RECTS, ", childName); in frames() 225 DUMP_NAV_LOGD("TEST%s_RECT_COUNT, ", childName); in frames() 226 DUMP_NAV_LOGD("TEST%s_RECTPARTS, ", childName); in frames() 227 DUMP_NAV_LOGD("TEST%s_BOUNDS,\n", childName); in frames() 228 DUMP_NAV_LOGD("TEST%s_WIDTH, ", childName); in frames() 229 DUMP_NAV_LOGD("TEST%s_HEIGHT,\n", childName); in frames() [all …]
|
/external/webkit/WebCore/loader/ |
D | FrameLoader.cpp | 4801 String childName = childItems[i]->target(); in loadItem() local 4802 HistoryItem* fromChildItem = fromItem->childItemWithName(childName); in loadItem() 4804 Frame* childFrame = m_frame->tree()->child(childName); in loadItem()
|