Searched defs:removeProperty (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.cpp107 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) function in class:WebCore::CSSStyleDeclaration
112 return removeProperty(propID, ec);
148 style->removeProperty(propertiesToRemove[i]);
H A DCSSMutableStyleDeclaration.cpp92 removeProperty(property->id(), false);
464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText) function in class:WebCore::CSSMutableStyleDeclaration
543 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) function in class:WebCore::CSSMutableStyleDeclaration
546 return removeProperty(propertyID, true, true);
556 removeProperty(propertyID, notifyChanged, false);
639 removeProperty(properties[i]->id(), false);
H A DCSSComputedStyleDeclaration.cpp1877 String CSSComputedStyleDeclaration::removeProperty(int /*propertyID*/, ExceptionCode& ec) function in class:WebCore::CSSComputedStyleDeclaration
/external/webkit/Source/WebKit/win/
H A DDOMCSSClasses.cpp119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( function in class:DOMCSSStyleDeclaration
/external/srec/shared/include/
H A DESR_Session.h224 ESR_ReturnCode(*removeProperty)(const LCHAR* name); member in struct:ESR_SessionSingleton_t
H A DESR_SessionType.h269 ESR_ReturnCode(*removeProperty)(struct ESR_SessionType_t* self, const LCHAR* name); member in struct:ESR_SessionType_t
/external/webkit/Source/WebKit2/Shared/Plugins/
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.cpp205 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPObjectProxy
332 return toNPObjectProxy(npObject)->removeProperty(propertyName);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp200 bool NPJSObject::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPJSObject
371 return toNPJSObject(npObject)->removeProperty(propertyName);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h307 NPRemovePropertyFunctionPtr removeProperty; member in struct:NPClass
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp155 bool WebBindings::removeProperty(NPP npp, NPObject* object, NPIdentifier identifier) function in class:WebKit::WebBindings
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 315 milliseconds