OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gestaltsystemversion
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
macutils.cc
111
if (!GetGestalt(
gestaltSystemVersion
, major))
/external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm
50
if (Gestalt(
gestaltSystemVersion
, &systemVersion) != noErr)
/external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m
52
Gestalt(
gestaltSystemVersion
, &version);
main.m
163
if (Gestalt(
gestaltSystemVersion
, &version) != noErr)
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp
65
static bool result = (Gestalt(
gestaltSystemVersion
, &version) == noErr && version > 0x1066);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c
704
err = Gestalt(
gestaltSystemVersion
,&response);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m
308
if ( Gestalt(
gestaltSystemVersion
, &system_version) != noErr )
[
all
...]
Completed in 533 milliseconds