Searched refs:YES (Results 76 - 100 of 218) sorted by relevance

123456789

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObjectMac.mm67 [caLayer setNeedsDisplayOnBoundsChange:YES];
/external/webkit/Tools/DumpRenderTree/mac/
H A DAppleScriptController.m42 return YES;
H A DDumpRenderTreeDraggingInfo.mm63 return [draggingSource draggingSourceOperationMaskForLocal:YES];
H A DNavigationController.m41 return YES;
H A DUIDelegate.mm96 return YES;
110 return YES;
240 return YES;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m211 } while (YES);
278 } while (YES);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainerCheck.mm104 return YES;
185 _done = YES;
H A DWebBasePluginPackage.mm197 pList = [self pListForPath:pListPath createFile:YES];
201 MIMETypes = [[self pListForPath:pListPath createFile:YES] objectForKey:WebPluginMIMETypesKey];
262 return YES;
270 return YES;
308 return YES;
320 return YES;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm60 return YES;
92 [self _setAutodisplay:YES];
147 isForcingPreviewUpdate = YES;
321 return YES;
352 _isPrintingFromSecondaryThread = YES;
356 return YES;
380 return YES;
519 [invocation performSelectorOnMainThread:@selector(invokeWithTarget:) withObject:self waitUntilDone:YES];
H A DWKView.mm289 return YES;
306 return YES;
321 return YES;
336 return YES;
541 isValidReturnType = YES;
645 return YES;
696 // Next, handle editor commands. Start by returning YES for anything that is not an editor command.
697 // Returning YES is the default thing to do in an AppKit validate method for any selector that is not recognized.
700 return YES;
715 return YES;
[all...]
H A DPDFViewController.mm98 return YES;
155 _ignoreScaleAndDisplayModeAndPageNotifications = YES;
170 [_pdfView setAutoScales:YES];
198 _willUpdatePreferencesSoon = YES;
342 return YES;
486 return [[m_pdfView document] getPrintOperationForPrintInfo:printInfo autoRotate:YES];
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTMac.mm66 alwaysActiveWindow = [[self alloc] initWithActiveControls:YES];
169 NSGraphicsContext* nsGraphicsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:canvas flipped:YES];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm149 return YES;
182 _ignoreScaleAndDisplayModeAndPageNotifications = YES;
263 return YES;
291 return YES;
500 return YES;
540 return [[PDFSubview document] getPrintOperationForPrintInfo:printInfo autoRotate:YES];
612 return YES;
623 LOG_ERROR("[WebPDFView setMarkedTextMatchesAreHighlighted:] called with YES, which isn't supported");
653 PDFSelection *nextMatch = [self _nextMatchFor:string direction:YES caseSensitive:!(options & WebFindOptionsCaseInsensitive) wrap:NO fromSelection:previousMatch startInSelection:NO];
1017 checkedForPDFPreviewViewClass = YES;
[all...]
H A DWebView.mm584 initialized = YES;
686 _private->catchesDelegateExceptions = YES;
688 _private->drawsBackground = YES;
691 _private->includesFlattenedCompositingLayersWhenDrawingToBitmap = YES;
824 [self setMaintainsBackForwardList: YES];
847 useUnionedRect = YES;
890 [self setNeedsDisplay:YES];
985 Class viewClass = [[WebFrameView _viewTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:MIMEType];
986 Class repClass = [[WebDataSource _repTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:MIMEType];
1021 return YES;
[all...]
H A DWebHTMLView.mm202 // if YES, do the standard NSView hit test (which can't give the right result when HTML overlaps a view)
205 // if YES, do the "top WebHTMLView" hit test (which we'd like to do all the time but can't because of Java requirements [see bug 4349721])
212 forceNSViewHitTest = YES;
245 static BOOL canSetCursor = YES;
251 canSetCursor = YES;
690 return YES;
943 [self _pasteWithPasteboard:pasteboard allowPlainText:YES];
946 return YES;
1027 forceNSViewHitTest = YES;
1114 [self _setPrinting:YES minimumPageLogicalWidt
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm257 [NSNumber numberWithBool:YES], QTMoviePreventExternalURLLinksAttribute,
258 [NSNumber numberWithBool:YES], QTSecurityPolicyNoCrossSiteAttribute,
277 BOOL willUseProxy = YES;
296 [movieAttributes setObject:[NSNumber numberWithBool:YES] forKey:@"QTMovieOpenForPlaybackAttribute"];
314 [movieAttributes setObject:[NSNumber numberWithBool:YES] forKey:@"QTMovieOpenForPlaybackAttribute"];
466 [m_objcObserver.get() setDelayCallbacks:YES];
489 wkQTMovieViewSetDrawSynchronously(m_qtMovieView.get(), YES);
700 [m_objcObserver.get() setDelayCallbacks:YES];
745 [m_objcObserver.get() setDelayCallbacks:YES];
758 [m_objcObserver.get() setDelayCallbacks:YES];
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m582 } while (YES);
650 } while (YES);
718 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m468 } while (YES);
525 } while (YES);
589 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m247 } while (YES);
319 } while (YES);
711 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.m563 } while (YES);
628 } while (YES);
814 } while (YES);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m78 self.needsDisplayOnBoundsChange = YES;
232 _updateTimeTimer = [NSTimer scheduledTimerWithTimeInterval:0.035 target:self selector:@selector(_updateTime:) userInfo:nil repeats:YES];
307 _isScrubbing = YES;
/external/webkit/Source/WebCore/platform/mac/
H A DWidgetMac.mm158 [getOuterView() setHidden:YES];
271 // Transparent subframes are in fact implemented with scroll views that return YES from -drawsBackground (whenever the WebView
311 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
319 [scrollView setDrawsBackground:YES];
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm158 [m_rootLayer->platformLayer() setGeometryFlipped:YES];
217 [CATransaction setDisableActions:YES];
269 [CATransaction setDisableActions:YES];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm85 [NSGraphicsContext setCurrentContext:[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES]];
86 [image drawInRect:NSMakeRect(0, 0, bitmap->size().width(), bitmap->size().height()) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1 respectFlipped:YES hints:nil];
296 if (![wrapper writeToFile:path atomically:NO updateFilenames:YES])
/external/webkit/Source/WebKit/mac/Misc/
H A DWebIconDatabase.mm118 NSDictionary *initialDefaults = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool:YES], WebIconDatabaseEnabledDefaultsKey, nil];
149 return [self iconForURL:URL withSize:size cache:YES];
352 icon = [self _iconFromDictionary:_private->htmlIcons forSize:size cache:YES];
444 [icon setScalesWhenResized:YES];
665 foundIconDB = YES;
695 [nsImage setScalesWhenResized:YES];

Completed in 1432 milliseconds

123456789