Searched refs:YES (Results 176 - 200 of 218) sorted by relevance

123456789

/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm278 d->m_connection.adoptNS([[NSURLConnection alloc] _initWithRequest:nsRequest delegate:delegate usesCache:YES maxContentLength:0 startImmediately:NO connectionProperties:propertyDictionary]);
306 isInitializingConnection = YES;
360 wkSetNSURLConnectionDefersCallbacks(connection(), YES);
1042 [self performSelectorOnMainThread:@selector(_callConnectionWillCacheResponseWithInfo:) withObject:info waitUntilDone:YES modes:modes];
/external/webkit/Source/WebKit/mac/Carbon/
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/WebView/
H A DWebArchive.mm144 return YES;
H A DWebResource.mm122 return [self _initWithData:data URL:URL MIMEType:MIMEType textEncodingName:textEncodingName frameName:frameName response:nil copyData:YES];
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm273 return YES;
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm144 onscreen = YES;
H A DLayoutTestControllerMac.mm996 return YES;
1012 m_isDone = YES;
1017 m_isDone = YES;
/external/webkit/Tools/WebKitLauncher/
H A Dmain.m140 NSArray *applicationDirectories = NSSearchPathForDirectoriesInDomains(NSApplicationDirectory, NSAllDomainsMask, YES);
232 NSMutableDictionary *environment = [[[NSDictionary dictionaryWithObjectsAndKeys:frameworkPath, @"DYLD_FRAMEWORK_PATH", @"YES", @"WEBKIT_UNSET_DYLD_FRAMEWORK_PATH",
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItem.mm460 [dict setObject:[NSNumber numberWithBool:YES] forKey:lastVisitWasFailureKey];
463 [dict setObject:[NSNumber numberWithBool:YES] forKey:lastVisitWasHTTPNonGetKey];
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m386 cursor_should_be_visible = YES;
387 cursor_visible = YES;
570 quit_thread = YES;
811 [ qz_window setAcceptsMouseMovedEvents:YES ];
911 [ qz_window setOpaque:YES];
1044 /*[ qz_window setReleasedWhenClosed:YES ];*/ /* no need to set this as it's the default for NSWindows */
1046 [ qz_window setAcceptsMouseMovedEvents:YES ];
H A DSDL_QuartzEvents.m227 saw_layout = YES;
835 inMode: NSDefaultRunLoopMode dequeue:YES ];
/external/tcpdump/missing/
H A Dgetaddrinfo.c95 #define YES 1 macro
285 return YES;
310 translate = YES;
/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.mm115 hasAlpha:YES
359 [checkboxCell setAllowsMixedState:YES];
/external/webkit/Tools/Scripts/
H A Dbisect-builds398 `DYLD_FRAMEWORK_PATH=$frameworkPath WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES $safari $tempFile`;
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec170 RESOLVED: YES.
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m215 flipped:YES];
/external/webkit/Source/WebCore/platform/mac/
H A DClipboardMac.mm360 [NSApp postEvent:ev atStart:YES];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.mm284 [NSCursor setHiddenUntilMouseMoves:YES];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.m1034 } while (YES);
1587 } while (YES);
1960 } while (YES);
1991 } while (YES);
2895 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.m911 } while (YES);
1403 } while (YES);
1753 } while (YES);
1781 } while (YES);
2570 } while (YES);
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeMac.mm303 hasAlpha:YES
330 hasAlpha:YES
1345 [sliderThumbCell stopTracking:NSPoint() at:NSPoint() inView:nil mouseIsUp:YES];
2025 [m_search.get() setBezeled:YES];
2026 [m_search.get() setEditable:YES];
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm436 respondsToNewSelector = YES;
943 [m_webView _setNeedsOneShotDrawingSynchronization:YES];
H A DWebEditorClient.mm542 m_haveUndoRedoOperations = YES;
619 if ([webHTMLView _interpretKeyEvent:event savingCommands:YES])
/external/icu4c/test/intltest/
H A Dwbnf.cpp311 enum CHOICE {YES, NO, RAND}; enumerator in enum:Escaper::CHOICE
320 return tag == RAND ? rand()%2 : tag == YES;
324 // return tag == YES ? TRUE : FALSE;

Completed in 629 milliseconds

123456789