/external/clang/test/SemaObjC/ |
D | idiomatic-parentheses.m | 10 - (id) nextObject; method 28 while (cur = [coll nextObject]) { 32 - (id) nextObject { method
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebPluginDatabase.mm | 166 while (WebBasePluginPackage *plugin = [pluginEnumerator nextObject]) { 181 while (WebBasePluginPackage *plugin = [pluginEnumerator nextObject]) { 234 while ((plugin = [pluginEnumerator nextObject]) != nil) 278 while ((plugin = [pluginEnumerator nextObject]) != nil) { 298 while ((plugin = [pluginEnumerator nextObject]) != nil) 303 while ((plugin = [pluginEnumerator nextObject]) != nil) 309 while ((plugin = [pluginEnumerator nextObject])) { 318 while ((MIMEType = [MIMEEnumerator nextObject]) != nil) { 385 while ((view = [enumerator nextObject]) != nil) { 474 while ((pluginDirectory = [directoryEnumerator nextObject]) != nil) { [all …]
|
D | WebBasePluginPackage.mm | 215 while ((MIME = [keyEnumerator nextObject]) != nil) { 473 while ((string = [strings nextObject]) != nil) {
|
/external/clang/test/Rewriter/ |
D | rewrite-nest.m | 21 - nextObject { method
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebFontCache.mm | 142 while ((availableFamily = [e nextObject])) { 151 while ((availableFont = [availableFonts nextObject])) { 190 while ((availableFamily = [e nextObject])) { 201 while ((availableFont = [availableFonts nextObject])) {
|
D | MIMETypeRegistryMac.mm | 51 while ((string = [enumerator nextObject]) != nil)
|
D | DragDataMac.mm | 84 while (NSString *filename = [fileEnumerator nextObject])
|
/external/webkit/Tools/WebKitLauncher/ |
D | main.m | 118 while ((s = [e nextObject])) 123 while ((s = [e nextObject])) 143 while ((applicationDirectory = [e nextObject])) {
|
D | WebKitNightlyEnablerSparkle.m | 55 while ((view = [e nextObject])) {
|
D | WebKitNightlyEnabler.m | 73 while ((path = [e nextObject])) {
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 2221 …for (void* nextObject = list_; nextObject; nextObject = reader.nextEntryInLinkedList(reinterpret_c… in enumerateFreeObjects() local 2222 finder.visit(nextObject); in enumerateFreeObjects() 2346 …for (void* nextObject = span->objects; nextObject; nextObject = reader.nextEntryInLinkedList(reint… in enumerateFreeObjects() local 2347 finder.visit(nextObject); in enumerateFreeObjects() 4349 …for (void* nextObject = span->objects; nextObject; nextObject = m_reader.nextEntryInLinkedList(rei… in CreateCacheIfNecessary() local 4350 m_freeObjectFinder.visit(nextObject); in CreateCacheIfNecessary()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 380 while ((currentSize = [enumerator nextObject]) != nil) { 400 while ((rep = [enumerator nextObject]) != nil) { 625 while ((url = [enumerator nextObject]) != nil) { 640 while ((url = [enumerator nextObject]) != nil) { 663 while ((file = [enumerator nextObject]) != nil) {
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebArchive.mm | 187 while ((subresource = [enumerator nextObject]) != nil) 193 while ((subframeArchive = [enumerator nextObject]) != nil)
|
D | WebDataSource.mm | 139 while ((mime = [enumerator nextObject]) != nil) { 168 while ((archive = [enumerator nextObject]) != nil)
|
D | WebPDFView.mm | 392 while ((menuItem = [e nextObject]) != nil) { 682 while ((match = [matchEnumerator nextObject]) != nil) { 685 while ((page = [pages nextObject]) != nil) { 852 while ((page = [pages nextObject]) != nil) { 1040 while ((item = [e nextObject]) != nil) { 1141 while ((item = [e nextObject]) != nil) {
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | ResourceResponseMac.mm | 126 while (NSString *name = [e nextObject])
|
D | ResourceRequestMac.mm | 81 while ((name = [e nextObject]))
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebHistory.mm | 398 while (WebHistoryItem *entry = [enumerator nextObject]) 547 while ((itemAsDictionary = [enumerator nextObject]) != nil) { 630 while (NSString *url = [enumerator nextObject]) {
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | WebLayer.mm | 207 while ((curLayer = [sublayersEnum nextObject]))
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultContextMenuDelegate.mm | 125 while ((item = [e nextObject]) != nil) {
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | UIDelegate.mm | 222 while ((listener = [enumerator nextObject])) {
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | HostedNetscapePluginStream.mm | 166 while ((k = [i nextObject]) != nil) {
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 506 RenderObject* nextObject = 0; in computeInlineDirectionPositionsForLine() local 509 nextObject = runWithNextObject->m_object; in computeInlineDirectionPositionsForLine() 513 …LeftToRightDirection() ? previousObject : nextObject, renderBox->style()->isLeftToRightDirection()… in computeInlineDirectionPositionsForLine()
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
D | SDLMain.m | 115 while ((menuItem = [enumerator nextObject]))
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PDFViewController.mm | 304 while (NSMenuItem *item = [menuItemEnumerator nextObject]) {
|