Searched refs:YES (Results 1 - 25 of 180) sorted by relevance

12345678

/external/libvpx/
H A Dlibs.doxy_template48 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
69 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
74 BRIEF_MEMBER_DESC = YES
76 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
81 REPEAT_BRIEF = YES
95 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
101 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
112 FULL_PATH_NAMES = YES
114 # If the FULL_PATH_NAMES tag is set to YES the
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DEventLoopMac.mm34 [NSApp setWindowsNeedUpdate:YES];
38 NSEvent *event = [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:untilDate inMode:NSDefaultRunLoopMode dequeue:YES];
H A DLocalCurrentGraphicsContext.mm39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m57 return YES;
62 return YES;
67 return YES;
72 return YES;
77 return YES;
82 return YES;
87 return YES;
92 return YES;
97 return YES;
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAuthorizationHeaderIms.java53 public static final String YES = "yes"; field in interface:AuthorizationHeaderIms
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameView.mm137 [sv setSuppressLayout:YES];
193 _private->includedInWebKitStatistics = YES;
242 addedImageTypes = YES;
250 return [[[self _viewTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:MIMEType] isSubclassOfClass:[WebHTMLView class]];
390 return YES;
402 return YES;
428 return YES;
502 [[self _scrollView] setDrawsBackground:YES];
522 [[self _scrollView] setDrawsBackground:YES];
542 return YES;
[all...]
H A DWebViewData.mm60 allowsUndo = YES;
61 usesPageCache = YES;
62 shouldUpdateWhileOffscreen = YES;
73 dashboardBehaviorAllowWheelScrolling = YES;
H A DWebTextCompletionController.mm80 [frame _replaceSelectionWithText:newText selectReplacement:YES smartReplace:NO];
88 tableFrame.size = [NSScrollView contentSizeForFrameSize:scrollFrame.size hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder];
108 [scrollView setHasVerticalScroller:YES];
117 [_popupWindow setHasShadow:YES];
118 [_popupWindow setOneShot:YES];
119 [_popupWindow _setForceActiveControls:YES];
148 maxWidth = ceilf([NSScrollView frameSizeForContentSize:NSMakeSize(maxWidth, 100.0f) hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder].width);
216 [self endRevertingChange:YES moveLeft:NO];
232 [frame _replaceSelectionWithText:_originalString selectReplacement:YES smartReplace:NO];
266 return YES;
[all...]
H A DWebClipView.mm105 _isScrolling = YES;
130 _haveAdditionalClip = YES;
H A DWebFullScreenController.mm282 [NSCursor setHiddenUntilMouseMoves:YES];
305 [window setOpaque:YES];
308 [CATransaction setDisableActions:YES];
330 // on 10.6 and later, so default to YES if the function is not available:
332 BOOL isOnActiveSpace = ([fullscreenWindow respondsToSelector:@selector(isOnActiveSpace)] ? [fullscreenWindow isOnActiveSpace] : YES);
350 [window setFrame:[[window screen] frame] display:YES];
368 _isFullscreen = YES;
369 _isAnimating = YES;
390 [[self window] setFrame:windowFrame display:YES];
420 [self windowDidEnterFullscreen:YES];
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm43 [m_pluginLayer.get() setGeometryFlipped:YES];
/external/icu4c/config/
H A Dmh-os40014 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
15 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
28 SHLIB.c= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
29 SHLIB.cc= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
49 ifeq ($(ENABLE_SHARED),YES)
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm147 // on 10.6 and later, so default to YES if the function is not available:
149 BOOL isOnActiveSpace = ([fullScreenWindow respondsToSelector:@selector(isOnActiveSpace)] ? [fullScreenWindow isOnActiveSpace] : YES);
167 [window setFrame:[[window screen] frame] display:YES];
178 _isFullScreen = YES;
179 _isAnimating = YES;
194 [[self window] setFrame:windowFrame display:YES];
201 [CATransaction setDisableActions:YES];
231 _isAnimating = YES;
267 _isAnimating = YES;
298 _isAnimating = YES;
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeWindow.mm82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
104 [[self webView] _setPostsAcceleratedCompositingNotifications:YES];
115 [self setAutodisplay:YES];
H A DPlainTextController.mm43 return YES;
H A DDumpRenderTree.mm143 static int dumpTree = YES;
308 [webView setContinuousSpellCheckingEnabled:YES];
309 [webView setGrammarCheckingEnabled:YES];
310 [webView setInteractiveFormValidationEnabled:YES];
316 DumpRenderTreeWindow *window = [[DumpRenderTreeWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
401 [defaults setBool:YES forKey:WebKitEnableFullDocumentTeardownPreferenceKey];
402 [defaults setBool:YES forKey:WebKitFullScreenEnabledPreferenceKey];
428 [preferences setAllowUniversalAccessFromFileURLs:YES];
429 [preferences setAllowFileAccessFromFileURLs:YES];
440 [preferences setJavaScriptEnabled:YES];
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSViewExtras.m90 dequeue:YES]) != nil) {
101 dragIt = YES;
106 dragIt = YES;
119 [NSApp postEvent:mouseUp atStart:YES];
122 [NSApp postEvent:dragEvent atStart:YES];
125 [NSApp postEvent:firstEvent atStart:YES];
171 [dragImage setScalesWhenResized:YES];
201 [self dragImage:dragImage at:origin offset:NSZeroSize event:event pasteboard:pasteboard source:source slideBack:YES];
H A DWebNSArrayExtras.m58 // Start this with YES so very last item will be removed if it's a separator.
59 BOOL removePreviousItemIfSeparator = YES;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebJavaScriptTextInputPanel.m68 [NSApp stopModalWithCode:YES];
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspector.mm159 return page->inspectorController()->timelineProfilerEnabled() ? YES : NO;
211 logged = YES;
223 logged = YES;
235 logged = YES;
247 logged = YES;
/external/quake/quake/src/QW/scitech/include/
H A Ddebug.h270 #undef YES macro
278 #define YES ((bool)1) macro
285 #define YES 1 macro
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DDEBUG.H270 #undef YES macro
278 #define YES ((bool)1) macro
285 #define YES 1 macro
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginPackage.mm117 return YES;
122 return YES;
/external/webkit/Tools/WebKitTestRunner/mac/
H A DPlatformWebViewMac.mm36 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
80 [m_window setFrame:NSMakeRect(frame.origin.x, frame.origin.y, frame.size.width, frame.size.height) display:YES];
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebTiledLayer.mm50 return YES;

Completed in 518 milliseconds

12345678