Searched refs:isMutable (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DMutableArray.h48 virtual bool isMutable() { return true; } function in class:WebKit::MutableArray
H A DMutableDictionary.h48 virtual bool isMutable() { return true; } function in class:WebKit::MutableDictionary
H A DImmutableArray.h67 virtual bool isMutable() { return false; } function in class:WebKit::ImmutableArray
H A DImmutableDictionary.h56 virtual bool isMutable() { return false; } function in class:WebKit::ImmutableDictionary
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKMutableArray.cpp42 return toImpl(arrayRef)->isMutable();
H A DWKMutableDictionary.cpp42 return toImpl(dictionaryRef)->isMutable();
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsimpleprefs.h148 bool isMutable);
H A Dsimpleprefs.cpp362 bool isMutable)
365 if(!isMutable) {
360 MutableDictionary( CFDictionaryRef dict, bool isMutable) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsimpleprefs.h148 bool isMutable);
H A Dsimpleprefs.cpp362 bool isMutable)
365 if(!isMutable) {
360 MutableDictionary( CFDictionaryRef dict, bool isMutable) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DWebKitCSSKeyframeRule.cpp46 if (!m_properties->isMutable())
H A DStylePropertySet.h108 bool isMutable() const { return m_isMutable; } function in class:WebCore::StylePropertySet
241 if (m_propertySet.isMutable())
248 if (m_propertySet.isMutable())
H A DStyleRule.cpp253 if (!m_properties->isMutable())
320 if (!m_properties->isMutable())
347 if (!m_properties->isMutable())
444 if (!m_properties->isMutable())
475 if (!m_properties->isMutable())
H A DStyleSheetContents.h132 bool isMutable() const { return m_isMutable; } function in class:WebCore::StyleSheetContents
H A DCSSStyleSheet.cpp154 ASSERT(m_contents->isMutable());
161 ASSERT(m_contents->isMutable());
H A DElementRuleCollector.cpp502 bool isInlineStyleCacheable = !m_state.styledElement()->inlineStyle()->isMutable() && !m_state.styledElement()->isInShadowTree();
H A DStylePropertySet.cpp78 if (!isMutable())
114 if (other.isMutable())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStyledElement.cpp155 else if (!inlineStyle->isMutable())
157 ASSERT(inlineStyle->isMutable());
192 if (inlineStyle && !inlineStyle->isMutable())
198 ASSERT(inlineStyle->isMutable());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableSet.h253 /// isMutable - Returns true if the left and right subtree references
259 bool isMutable() const { return IsMutable; } function in class:llvm::ImutAVLTree
279 assert(isMutable() && "Mutable flag already removed.");
292 assert(isMutable() && "Only a mutable tree can have its height changed.");
486 if (N->isMutable() && N->refCount == 0)
541 assert(!T->isMutable());
562 assert(!T->isMutable());
600 if (!T || !T->isMutable())
H A DImmutableIntervalMap.h127 assert(!T->isMutable());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebMutableURLRequest.h57 WebMutableURLRequest(bool isMutable);
H A DWebMutableURLRequest.cpp52 WebMutableURLRequest::WebMutableURLRequest(bool isMutable) argument
54 , m_isMutable(isMutable)
/macosx-10.9.5/CF-855.17/
H A DCFData.c357 Boolean isMutable = ((flags & __kCFMutable) != 0); local
401 if (isMutable && isGrowable) {
428 Boolean cleared = (isMutable && !isGrowable && !_CFExecutableLinkedOnOrAfter(CFSystemVersionSnowLeopard));
438 if (length == 0 && !isMutable) {
H A DCFCharacterSet.c143 CF_INLINE void __CFCSetPutIsMutable(CFMutableCharacterSetRef cset, Boolean isMutable) {(isMutable ? (cset->_base._cfinfo[CF_INFO_BITS] |= __kCFCharSetIsMutable) : (cset->_base._cfinfo[CF_INFO_BITS] &= ~ __kCFCharSetIsMutable));} argument
1517 static CFMutableCharacterSetRef __CFCharacterSetCreateCopy(CFAllocatorRef alloc, CFCharacterSetRef theSet, bool isMutable) { argument
1524 if (!isMutable && !__CFCSetIsMutable(theSet)) {
1554 uint8_t * bitmap = (isMutable ? NULL : __CFCreateCompactBitmap(alloc, __CFCSetBitmapBits(theSet)));
1591 annexPlane = __CFCharacterSetCreateCopy(alloc, annexPlane, isMutable);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp164 RefPtr<MutableStylePropertySet> mutableStyle = style->isMutable() ? static_cast<MutableStylePropertySet*>(style) : style->mutableCopy();

Completed in 275 milliseconds

12