Searched refs:mutable (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/macosx-10.9.5/securityd-55199.3/src/
H A Dclientid.h61 mutable Mutex mLock; // protects everything below
66 mutable bool gotHash;
67 mutable SHA1::Digest legacyHash;
68 mutable bool checkedSignature;
69 mutable bool appleSigned;
72 mutable GuestMap mGuests;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_auth_request_private.h59 mutable WKEinaSharedString m_suggestedUsername;
60 mutable WKEinaSharedString m_realm;
61 mutable WKEinaSharedString m_host;
H A Dewk_back_forward_list_item_private.h57 mutable WKEinaSharedString m_url;
58 mutable WKEinaSharedString m_title;
59 mutable WKEinaSharedString m_originalURL;
H A Dewk_popup_menu_item_private.h64 mutable WKEinaSharedString m_text;
65 mutable WKEinaSharedString m_tooltipText;
66 mutable WKEinaSharedString m_accessibilityText;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeWithIndex.h58 mutable bool m_haveIndex;
59 mutable int m_index;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceResponseBase.h169 mutable bool m_haveParsedCacheControlHeader : 1;
170 mutable bool m_haveParsedAgeHeader : 1;
171 mutable bool m_haveParsedDateHeader : 1;
172 mutable bool m_haveParsedExpiresHeader : 1;
173 mutable bool m_haveParsedLastModifiedHeader : 1;
175 mutable bool m_cacheControlContainsNoCache : 1;
176 mutable bool m_cacheControlContainsNoStore : 1;
177 mutable bool m_cacheControlContainsMustRevalidate : 1;
178 mutable double m_cacheControlMaxAge;
180 mutable doubl
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk.h205 mutable Color m_panelColor;
206 mutable Color m_sliderColor;
207 mutable Color m_sliderThumbColor;
232 mutable GtkWidget* m_gtkWindow;
233 mutable GtkWidget* m_gtkContainer;
234 mutable GtkWidget* m_gtkButton;
235 mutable GtkWidget* m_gtkEntry;
236 mutable GtkWidget* m_gtkTreeView;
237 mutable GtkWidget* m_gtkVScale;
238 mutable GtkWidge
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl;
130 mutable const LibCallLocationInfo *Locations;
131 mutable unsigned NumLocations;
/macosx-10.9.5/WebCore-7537.78.1/Modules/quota/
H A DNavigatorStorageQuota.h59 mutable RefPtr<StorageQuota> m_temporaryStorage;
60 mutable RefPtr<StorageQuota> m_persistentStorage;
H A DWorkerNavigatorStorageQuota.h59 mutable RefPtr<StorageQuota> m_temporaryStorage;
60 mutable RefPtr<StorageQuota> m_persistentStorage;
H A DStorageInfo.h71 mutable RefPtr<StorageQuota> m_temporaryStorage;
72 mutable RefPtr<StorageQuota> m_persistentStorage;
H A DDOMWindowQuota.h55 mutable RefPtr<StorageInfo> m_storageInfo;
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_class.h51 mutable MethodMap _methods;
52 mutable FieldMap _fields;
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A Dobjc_class.h53 mutable HashMap<String, OwnPtr<Method> > m_methodCache;
54 mutable HashMap<String, OwnPtr<Field> > m_fieldCache;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGroupingRule.h55 mutable Vector<RefPtr<CSSRule> > m_childRuleCSSOMWrappers;
56 mutable OwnPtr<CSSRuleList> m_ruleListCSSOMWrapper;
H A DCSSImportRule.h52 mutable RefPtr<MediaList> m_mediaCSSOMWrapper;
53 mutable RefPtr<CSSStyleSheet> m_styleSheetCSSOMWrapper;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontGlyphs.h98 mutable Vector<RefPtr<FontData>, 1> m_realizedFontData;
99 mutable GlyphPages m_pages;
100 mutable GlyphPageTreeNode* m_pageZero;
101 mutable const SimpleFontData* m_cachedPrimarySimpleFontData;
103 mutable WidthCache m_widthCache;
105 mutable int m_familyIndex;
107 mutable unsigned m_pitch : 3; // Pitch
108 mutable bool m_loadingCustomFonts : 1;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSLazyEventListener.h45 mutable String m_functionName;
46 mutable String m_eventParameterName;
47 mutable String m_code;
48 mutable String m_sourceURL;
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DRectangleShape.h83 mutable FloatRoundedRect m_marginBounds;
84 mutable FloatRoundedRect m_paddingBounds;
85 mutable bool m_haveInitializedMarginBounds : 1;
86 mutable bool m_haveInitializedPaddingBounds : 1;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.h72 mutable RefPtr<Range> m_paragraphRange;
73 mutable RefPtr<Range> m_offsetAsRange;
74 mutable String m_text;
75 mutable int m_checkingStart;
76 mutable int m_checkingEnd;
77 mutable int m_checkingLength;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFieldSetElement.h62 mutable Vector<FormAssociatedElement*> m_associatedElements;
64 mutable uint64_t m_documentVersion;
H A DHTMLPropertiesCollection.h77 mutable Vector<HTMLElement*> m_itemRefElements;
78 mutable RefPtr<DOMStringList> m_propertyNames;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DNavigator.h62 mutable RefPtr<DOMPluginArray> m_plugins;
63 mutable RefPtr<DOMMimeTypeArray> m_mimeTypes;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecICU.h61 mutable UConverter* m_converterICU;
62 mutable bool m_needsGBKFallbacks;
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DNavigatorGeolocation.h46 mutable RefPtr<Geolocation> m_geolocation;

Completed in 379 milliseconds

1234567891011>>