Searched refs:removeProperty (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
H A DRemoveCSSPropertyCommand.cpp48 style->removeProperty(m_property);
H A DEditingStyle.cpp332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec);
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec);
358 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
375 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
467 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi);
468 m_mutableStyle->removeProperty(CSSPropertyDirection);
501 m_mutableStyle->removeProperty(it->id());
520 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
714 m_mutableStyle->removeProperty(CSSPropertyBackgroundColor, ec);
788 style->removeProperty(CSSPropertyWebkitTextDecorationsInEffec
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.h64 String removeProperty(const String& propertyName, ExceptionCode&);
66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
H A DCSSStyleDeclaration.idl35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
H A DCSSStyleDeclaration.cpp106 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) function in class:WebCore::CSSStyleDeclaration
111 return removeProperty(propID, ec);
147 style->removeProperty(propertiesToRemove[i]);
H A DCSSComputedStyleDeclaration.h74 virtual String removeProperty(int propertyID, ExceptionCode&);
H A DCSSMutableStyleDeclaration.h105 virtual String removeProperty(int propertyID, ExceptionCode&);
113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
H A DCSSMutableStyleDeclaration.cpp92 removeProperty(property->id(), false);
478 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText) function in class:WebCore::CSSMutableStyleDeclaration
557 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) function in class:WebCore::CSSMutableStyleDeclaration
560 return removeProperty(propertyID, true, true);
570 removeProperty(propertyID, notifyChanged, false);
653 removeProperty(properties[i]->id(), false);
/external/webkit/Source/WebCore/inspector/front-end/
H A DFontView.js111 this.fontPreviewElement.style.removeProperty("visibility");
122 this.fontPreviewElement.style.removeProperty("font-size");
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.h66 void removeProperty(const NPIdentifierData&, bool& returnValue);
H A DNPObjectMessageReceiver.cpp175 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& returnValue) function in class:WebKit::NPObjectMessageReceiver
177 if (!m_npObject->_class->removeProperty) {
182 returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier());
H A DNPObjectProxy.h70 bool removeProperty(NPIdentifier propertyName);
H A DNPObjectProxy.cpp205 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPObjectProxy
332 return toNPObjectProxy(npObject)->removeProperty(propertyName);
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h107 WEBKIT_API static bool removeProperty(NPP, NPObject*, NPIdentifier);
/external/webkit/Source/WebKit/win/
H A DDOMCSSClasses.cpp119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( function in class:DOMCSSStyleDeclaration
H A DDOMCSSClasses.h96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.h73 bool removeProperty(NPIdentifier propertyName);
H A DNPJSObject.cpp200 bool NPJSObject::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPJSObject
371 return toNPJSObject(npObject)->removeProperty(propertyName);
/external/srec/shared/include/
H A DESR_SessionType.h269 ESR_ReturnCode(*removeProperty)(struct ESR_SessionType_t* self, const LCHAR* name); member in struct:ESR_SessionType_t
H A DESR_Session.h224 ESR_ReturnCode(*removeProperty)(const LCHAR* name); member in struct:ESR_SessionSingleton_t
/external/webkit/Source/WebCore/html/
H A DImageDocument.cpp313 m_imageElement->style()->removeProperty("cursor", ec);
348 m_imageElement->style()->removeProperty("cursor", ec);
H A DHTMLElement.cpp682 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
683 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
684 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
687 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
688 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
689 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMCSS.idl148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h123 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
124 bool removeProperty(uint32_t objectID, unsigned propertyName);
/external/srec/shared/src/
H A DESR_Session.c187 return ESR_Session->removeProperty(ESR_Session, name);

Completed in 1129 milliseconds

12