Searched refs:YES (Results 1 - 25 of 218) sorted by last modified time

123456789

/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowAdapter.mm189 // Do some standard Cocoa initialization. The defer argument's value is YES because we don't want -[NSWindow _commonAwake] to get called. It doesn't appear that any relevant NSWindow code checks _wFlags.deferred, so we should be able to get away with the lie.
190 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView];
195 // _auxiliaryStorage->_auxWFlags.hasShadow = (windowAttributes & kWindowNoShadowAttribute) ? NO : YES;
281 // for now, set disableOrdering to YES because that is what we've been doing and is therefore lower risk. However, I think it would be correct to set it to NO.
282 return [self initWithCarbonWindowRef:inWindowRef takingOwnership:inWindowRefIsOwned disableOrdering:YES carbon:NO];
312 // should always be YES, but check in order to avoid initialization or deallocation surprises
373 reconciliationWasNecessary = YES;
384 reconciliationWasNecessary = YES;
403 ignoreEvent = YES;
457 return YES;
[all...]
H A DCarbonWindowFrame.m209 return YES;
H A DHIViewAdapter.m179 [[self window] setViewsNeedDisplay:YES];
H A DHIWebView.mm623 view->fKitWindow = [[CarbonWindowAdapter alloc] initWithCarbonWindowRef: newWindow takingOwnership: NO disableOrdering:NO carbon:YES];
855 RelinquishFocus( view, true ); //(autodisplay ? YES : NO));
1238 // [NSApp setWindowsNeedUpdate:YES] must be called before events so that ActivateTSMDocument is called to set an active document.
1240 [NSApp setWindowsNeedUpdate: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;
H A DWebDefaultPolicyDelegate.m111 return YES;
H A DWebDefaultUIDelegate.m146 [[wv window] setFrame:frame display:YES];
193 return YES;
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm246 return YES;
267 return YES;
342 return YES;
358 return YES;
370 return YES;
387 return YES;
460 ageInDaysLimitSet = YES;
473 itemLimitSet = YES;
555 ageLimitPassed = YES;
560 if ([self addItem:item discardDuplicate:YES])
[all...]
H A DWebHistoryItem.mm460 [dict setObject:[NSNumber numberWithBool:YES] forKey:lastVisitWasFailureKey];
463 [dict setObject:[NSNumber numberWithBool:YES] forKey:lastVisitWasHTTPNonGetKey];
/external/webkit/Source/WebKit/mac/Misc/
H A DWebElementDictionary.mm129 _cacheComplete = YES;
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];
H A DWebKitNSStringExtras.mm61 return YES;
66 [self _web_drawAtPoint:point font:font textColor:textColor allowingFontSmoothing: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;
H A DWebNSEventExtras.m47 return YES;
H A DWebNSImageExtras.m54 [self setScalesWhenResized:YES];
H A DWebNSObjectExtras.mm58 [invocation performSelectorOnMainThread:@selector(_webkit_invokeAndHandleException:) withObject:self waitUntilDone:YES];
H A DWebNSURLExtras.mm72 return YES;
116 return YES;
204 done = YES;
321 return collectRangesThatNeedMapping(string, range, context, YES);
364 string = mapHostNames([string _webkit_stringByTrimmingWhitespace], YES);
441 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingUTF8, (CFURLRef)baseURL, YES));
443 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingISOLatin1, (CFURLRef)baseURL, YES));
462 NSData *data = [NSData dataWithBytesNoCopy:buffer length:bytesFilled freeWhenDone:YES];
746 changed = YES;
751 ? (NSURL *)WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, buffer, bytesFilled, kCFStringEncodingUTF8, nil, YES))
[all...]
H A DWebNSURLRequestExtras.m56 return YES;
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];
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.m106 nibLoaded = YES;
189 [separateRealmLabel setHidden:YES];
286 return YES;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm243 m_placeholderWindow.adoptNS([[WebPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
H A DWebHostedNetscapePluginView.mm134 _pluginLayer.get().geometryFlipped = YES;
145 self.wantsLayer = YES;
151 return YES;
239 return YES;
H A DWebTextInputWindowController.m56 self = [super initWithContentRect:NSZeroRect styleMask:WKGetInputPanelWindowStyle() backing:NSBackingStoreBuffered defer:YES];
74 [self setFloatingPanel:YES];
111 return YES;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginView.mm192 return YES;
271 return YES;
324 _shouldFireTimers = YES;
360 return YES;
452 _triedAndFailedToCreatePlugin = YES;
456 _isStarted = YES;
467 [self sendActivateEvent:YES];
523 _isHalted = YES;
524 _hasBeenHalted = YES;
585 _snapshotting = YES;
[all...]
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;

Completed in 174 milliseconds

123456789