Home
last modified time | relevance | path

Searched refs:removeProperty (Results 1 – 25 of 63) sorted by relevance

123

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec); in removeTextFillAndStrokeColorsIfNeeded()
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec); in removeTextFillAndStrokeColorsIfNeeded()
358 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); in extractFontSizeDelta()
375 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); in extractFontSizeDelta()
467 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi); in extractAndRemoveTextDirection()
468 m_mutableStyle->removeProperty(CSSPropertyDirection); in extractAndRemoveTextDirection()
501 m_mutableStyle->removeProperty(it->id()); in removeStyleConflictingWithStyleOfNode()
520 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); in collapseTextDecorationProperties()
714 m_mutableStyle->removeProperty(CSSPropertyBackgroundColor, ec); in prepareToApplyAt()
788 style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); in reconcileTextDecorationProperties()
[all …]
DRemoveCSSPropertyCommand.cpp48 style->removeProperty(m_property); in doApply()
/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.cpp107 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) in removeProperty() function in WebCore::CSSStyleDeclaration
112 return removeProperty(propID, ec); in removeProperty()
148 style->removeProperty(propertiesToRemove[i]); in diff()
DCSSStyleDeclaration.h64 String removeProperty(const String& propertyName, ExceptionCode&);
66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
DCSSMutableStyleDeclaration.cpp92 removeProperty(property->id(), false); in CSSMutableStyleDeclaration()
464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnTe… in removeProperty() function in WebCore::CSSMutableStyleDeclaration
543 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) in removeProperty() function in WebCore::CSSMutableStyleDeclaration
546 return removeProperty(propertyID, true, true); in removeProperty()
556 removeProperty(propertyID, notifyChanged, false); in setProperty()
639 removeProperty(properties[i]->id(), false); in addParsedProperties()
DCSSMutableStyleDeclaration.h105 virtual String removeProperty(int propertyID, ExceptionCode&);
113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
DCSSComputedStyleDeclaration.h74 virtual String removeProperty(int propertyID, ExceptionCode&);
DCSSStyleDeclaration.idl35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
/external/webkit/Source/WebCore/inspector/front-end/
DFontView.js111 this.fontPreviewElement.style.removeProperty("visibility");
122 this.fontPreviewElement.style.removeProperty("font-size");
DNetworkPanel.js925 this.sidebarElement.style.removeProperty("width");
1607 this._labelLeftElement.style.removeProperty("left");
1608 this._labelLeftElement.style.removeProperty("right");
1612 this._labelRightElement.style.removeProperty("left");
1613 this._labelRightElement.style.removeProperty("right");
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp175 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& return… in removeProperty() function in WebKit::NPObjectMessageReceiver
177 if (!m_npObject->_class->removeProperty) { in removeProperty()
182 …returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier()… in removeProperty()
DNPObjectMessageReceiver.h66 void removeProperty(const NPIdentifierData&, bool& returnValue);
DNPObjectProxy.h70 bool removeProperty(NPIdentifier propertyName);
DNPObjectProxy.cpp205 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) in removeProperty() function in WebKit::NPObjectProxy
332 return toNPObjectProxy(npObject)->removeProperty(propertyName); in NP_RemoveProperty()
/external/webkit/Source/WebCore/html/
DImageDocument.cpp313 m_imageElement->style()->removeProperty("cursor", ec); in restoreImageSize()
348 m_imageElement->style()->removeProperty("cursor", ec); in windowSizeChanged()
DHTMLElement.cpp682 attr->decl()->removeProperty(CSSPropertyWordWrap, false); in setContentEditable()
683 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false); in setContentEditable()
684 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false); in setContentEditable()
/external/webkit/Source/WebKit/win/
DDOMCSSClasses.cpp119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( in removeProperty() function in DOMCSSStyleDeclaration
DDOMCSSClasses.h96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
/external/webkit/Source/WebKit/chromium/public/
DWebBindings.h107 WEBKIT_API static bool removeProperty(NPP, NPObject*, NPIdentifier);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPJSObject.h73 bool removeProperty(NPIdentifier propertyName);
DNPJSObject.cpp200 bool NPJSObject::removeProperty(NPIdentifier propertyName) in removeProperty() function in WebKit::NPJSObject
371 return toNPJSObject(npObject)->removeProperty(propertyName); in NP_RemoveProperty()
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCSS.idl148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h123 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
124 bool removeProperty(uint32_t objectID, unsigned propertyName);
/external/srec/shared/include/
DESR_SessionType.h269 ESR_ReturnCode(*removeProperty)(struct ESR_SessionType_t* self, const LCHAR* name); member
DESR_Session.h224 ESR_ReturnCode(*removeProperty)(const LCHAR* name); member

123