Searched refs:Bool (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPreferencesDefinitions.h98 macro(JavaScriptEnabled, javaScriptEnabled, Bool, bool, true) \
99 macro(JavaScriptMarkupEnabled, javaScriptMarkupEnabled, Bool, bool, true) \
100 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
101 macro(LoadsSiteIconsIgnoringImageLoadingPreference, loadsSiteIconsIgnoringImageLoadingPreference, Bool, bool, false) \
102 macro(PluginsEnabled, pluginsEnabled, Bool, bool, false) \
103 macro(JavaEnabled, javaEnabled, Bool, bool, false) \
104 macro(JavaEnabledForLocalFiles, javaEnabledForLocalFiles, Bool, bool, false) \
105 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
106 macro(LocalStorageEnabled, localStorageEnabled, Bool, bool, true) \
107 macro(DatabasesEnabled, databasesEnabled, Bool, boo
[all...]
H A DWebPreferencesStore.h70 Bool, member in class:WebKit::WebPreferencesStore::Value::Type
80 explicit Value(bool value) : m_type(Type::Bool), m_bool(value) { }
93 case Type::Bool:
119 case Type::Bool:
148 ASSERT(m_type == Type::Bool);
/macosx-10.10/tidy-15.15/tidy/src/
H A Dentities.h22 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
H A Dtagask.c27 Bool TIDY_CALL tidyNodeIsText( TidyNode tnod )
30 TIDY_APPLE_EXPORT Bool tidyNodeCMIsBlock( TidyNode tnod ); /* not exported yet */
31 Bool tidyNodeCMIsBlock( TidyNode tnod )
34 TIDY_APPLE_EXPORT Bool tidyNodeCMIsInline( TidyNode tnod ); /* not exported yet */
35 Bool tidyNodeCMIsInline( TidyNode tnod )
38 TIDY_APPLE_EXPORT Bool tidyNodeCMIsEmpty( TidyNode tnod ); /* not exported yet */
39 Bool tidyNodeCMIsEmpty( TidyNode tnod )
42 Bool TIDY_CALL tidyNodeIsHeader( TidyNode tnod )
46 Bool TIDY_CALL tidyNodeIsHTML( TidyNode tnod )
49 Bool TIDY_CAL
[all...]
H A Dattrask.c17 Bool TIDY_CALL tidyAttrIsHREF( TidyAttr tattr )
21 Bool TIDY_CALL tidyAttrIsSRC( TidyAttr tattr )
25 Bool TIDY_CALL tidyAttrIsID( TidyAttr tattr )
29 Bool TIDY_CALL tidyAttrIsNAME( TidyAttr tattr )
33 Bool TIDY_CALL tidyAttrIsSUMMARY( TidyAttr tattr )
37 Bool TIDY_CALL tidyAttrIsALT( TidyAttr tattr )
41 Bool TIDY_CALL tidyAttrIsLONGDESC( TidyAttr tattr )
45 Bool TIDY_CALL tidyAttrIsUSEMAP( TidyAttr tattr )
49 Bool TIDY_CALL tidyAttrIsISMAP( TidyAttr tattr )
53 Bool TIDY_CAL
[all...]
H A Dparser.h19 Bool TY_(CheckNodeIntegrity)(Node *node);
27 Bool TY_(IsNewNode)(Node *node);
29 void TY_(CoerceNode)(TidyDocImpl* doc, Node *node, TidyTagId tid, Bool obsolete, Bool expected);
56 Bool TY_(IsBlank)(Lexer *lexer, Node *node);
58 Bool TY_(IsJavaScript)(Node *node);
70 Bool TY_(XMLPreserveWhiteSpace)( TidyDocImpl* doc, Node *element );
H A Dutf8.h40 Bool TY_(IsValidUTF16FromUCS4)( tchar ucs4 );
41 Bool TY_(IsHighSurrogate)( tchar ch );
42 Bool TY_(IsLowSurrogate)( tchar ch );
44 Bool TY_(IsCombinedChar)( tchar ch );
45 Bool TY_(IsValidCombinedChar)( tchar ch );
48 Bool TY_(SplitSurrogatePair)( tchar utf16, tchar* high, tchar* low );
H A Daccess.h56 Bool HasBeenFound;
91 Bool HasUseMap;
92 Bool HasName;
93 Bool HasMap;
98 Bool HasTH;
99 Bool HasValidFor;
100 Bool HasValidId;
101 Bool HasValidRowHeaders;
102 Bool HasValidColumnHeaders;
103 Bool HasInvalidRowHeade
[all...]
H A Dlexer.h316 Bool closed; /* true if closed by explicit end tag */
317 Bool implicit; /* true if inferred */
318 Bool linebreak; /* true if followed by a line break */
348 Bool waswhite; /* used to collapse contiguous white space */
349 Bool pushed; /* true after token has been pushed back */
350 Bool insertspace; /* when space is moved after end tag */
351 Bool excludeBlocks; /* Netscape compatibility */
352 Bool exiled; /* true if moved out of table */
353 Bool isvoyager; /* true if xmlns attribute on html element */
357 Bool bad_doctyp
[all...]
H A Dconfig.h37 typedef Bool (ParseProperty)( TidyDocImpl* doc, const TidyOptionImpl* opt );
93 /* Bool SetOptionValue( TidyDocImpl* doc, TidyOptionId optId, ctmbstr val ); */
94 Bool TY_(SetOptionInt)( TidyDocImpl* doc, TidyOptionId optId, ulong val );
95 Bool TY_(SetOptionBool)( TidyDocImpl* doc, TidyOptionId optId, Bool val );
97 Bool TY_(ResetOptionToDefault)( TidyDocImpl* doc, TidyOptionId optId );
114 Bool TY_(ParseConfigOption)( TidyDocImpl* doc, ctmbstr optnam, ctmbstr optVal );
115 Bool TY_(ParseConfigValue)( TidyDocImpl* doc, TidyOptionId optId, ctmbstr optVal );
118 Bool TY_(AdjustCharEncoding)( TidyDocImpl* doc, int encoding );
120 Bool TY
[all...]
H A Dclean.h62 Bool TY_(IsWord2000)( TidyDocImpl* doc );
82 void TY_(FixAnchors)(TidyDocImpl* doc, Node *node, Bool wantName, Bool wantId);
83 void TY_(FixXhtmlNamespace)(TidyDocImpl* doc, Bool wantXmlns);
84 void TY_(FixLanguageInformation)(TidyDocImpl* doc, Node* node, Bool wantXmlLang, Bool wantLang);
H A Dalloc.c21 Bool TIDY_CALL tidySetMallocCall( TidyMalloc fmalloc )
26 Bool TIDY_CALL tidySetReallocCall( TidyRealloc frealloc )
31 Bool TIDY_CALL tidySetFreeCall( TidyFree ffree )
36 Bool TIDY_CALL tidySetPanicCall( TidyPanic fpanic )
H A Dfileio.h27 void TY_(freeFileSource)( TidyInputSource* source, Bool closeIt );
H A Dwin32tc.h14 Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp);
H A Dfileio.c41 static Bool TIDY_CALL filesrc_eof( void* sourceData )
44 Bool isEOF = ( fin->unget.size == 0 );
71 void TY_(freeFileSource)( TidyInputSource* inp, Bool closeIt )
H A Dtidylib.c176 Bool TIDY_CALL tidySetOptionCallback( TidyDoc tdoc, TidyOptCallback pOptCallback )
327 Bool TIDY_CALL tidyOptGetDefaultBool( TidyOption topt )
334 Bool TIDY_CALL tidyOptIsReadOnly( TidyOption topt )
367 Bool TIDY_CALL tidyOptSetValue( TidyDoc tdoc, TidyOptionId optId, ctmbstr val )
374 Bool TIDY_CALL tidyOptParseValue( TidyDoc tdoc, ctmbstr optnam, ctmbstr val )
391 Bool TIDY_CALL tidyOptSetInt( TidyDoc tdoc, TidyOptionId optId, ulong val )
399 Bool TIDY_CALL tidyOptGetBool( TidyDoc tdoc, TidyOptionId optId )
402 Bool optb = no;
414 Bool TIDY_CALL tidyOptSetBool( TidyDoc tdoc, TidyOptionId optId, Bool va
[all...]
/macosx-10.10/tidy-15.15/tidy/include/
H A Dtidy.h137 Bool ok;
198 TIDY_EXPORT Bool TIDY_CALL tidyDetectedXhtml( TidyDoc tdoc );
201 TIDY_EXPORT Bool TIDY_CALL tidyDetectedGenericXml( TidyDoc tdoc );
226 TIDY_EXPORT Bool TIDY_CALL tidyFileExists( ctmbstr filename );
259 typedef Bool (TIDY_CALL *TidyOptCallback)( ctmbstr option, ctmbstr value );
261 TIDY_EXPORT Bool TIDY_CALL tidySetOptionCallback( TidyDoc tdoc, TidyOptCallback pOptCallback );
298 TIDY_EXPORT Bool TIDY_CALL tidyOptIsReadOnly( TidyOption opt );
310 TIDY_EXPORT Bool TIDY_CALL tidyOptGetDefaultBool( TidyOption opt );
320 TIDY_EXPORT Bool TIDY_CALL tidyOptSetValue( TidyDoc tdoc, TidyOptionId optId, ctmbstr val );
322 TIDY_EXPORT Bool TIDY_CAL
[all...]
H A Dfileio.h27 void TIDY_CALL freeFileSource( TidyInputSource* source, Bool closeIt );
/macosx-10.10/groff-38/groff/src/include/
H A DXFontName.h47 Bool XParseFontName (XFontNameString, XFontName *, unsigned int *);
48 Bool XFormatFontName (XFontName *, unsigned int, XFontNameString);
49 Bool XCompareFontName (XFontName *, XFontName *, unsigned int);
50 Bool XCopyFontName (XFontName *, XFontName *, unsigned int);
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXlib.h57 #define Bool int macro
179 Bool graphics_exposures;/* boolean, should exposures be generated */
240 Bool save_unders;
267 Bool save_under; /* should bits under be saved? (popups) */
270 Bool override_redirect; /* boolean value for override-redirect */
292 Bool save_under; /* boolean, should bits under be saved? */
294 Bool map_installed; /* boolean, is color map currently installed*/
299 Bool override_redirect; /* boolean value for override-redirect */
496 Bool (*event_vec[128])(); /* vector for wire to event */
509 Bool (**error_ve
[all...]
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h66 #define Bool int macro
188 Bool graphics_exposures;/* boolean, should exposures be generated */
249 Bool save_unders;
276 Bool save_under; /* should bits under be saved? (popups) */
279 Bool override_redirect; /* boolean value for override-redirect */
301 Bool save_under; /* boolean, should bits under be saved? */
303 Bool map_installed; /* boolean, is color map currently installed*/
308 Bool override_redirect; /* boolean value for override-redirect */
505 Bool (*event_vec[128])(); /* vector for wire to event */
518 Bool (**error_ve
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Dnpruntime_internal.h47 #undef Bool macro
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPVariantData.h45 Bool, enumerator in enum:WebKit::NPVariantData::Type
67 ASSERT(type() == NPVariantData::Bool);
/macosx-10.10/tcl-105/tk/tk/win/
H A Dstubs.c98 Bool
167 Bool *state_return)
244 Bool propagate,
323 Bool
375 Bool delete,
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib_private.h42 typedef unsigned char Bool; typedef
49 #define True ((Bool)1)
50 #define False ((Bool)0)
237 Bool inUse[256];
276 BZ2_compressBlock ( EState*, Bool );
358 Bool blockRandomised;
367 Bool smallDecompress;
395 Bool inUse[256];
396 Bool inUse16[16];

Completed in 233 milliseconds

123456