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

/external/webkit/WebCore/css/
H A DCSSStyleDeclaration.cpp103 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) function in class:WebCore::CSSStyleDeclaration
108 return removeProperty(propID, ec);
144 style->removeProperty(propertiesToRemove[i]);
H A DCSSComputedStyleDeclaration.cpp1498 String CSSComputedStyleDeclaration::removeProperty(int /*propertyID*/, ExceptionCode& ec) function in class:WebCore::CSSComputedStyleDeclaration
H A DCSSMutableStyleDeclaration.cpp439 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText) function in class:WebCore::CSSMutableStyleDeclaration
514 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) function in class:WebCore::CSSMutableStyleDeclaration
517 return removeProperty(propertyID, true, true);
527 removeProperty(propertyID, notifyChanged, false);
602 removeProperty(properties[i]->id(), false);
/external/webkit/WebKit/win/
H A DDOMCSSClasses.cpp121 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/WebCore/bridge/
H A Dnpruntime.h285 NPRemovePropertyFunctionPtr removeProperty; member in struct:NPClass
/external/webkit/WebKit/chromium/src/
H A DWebBindings.cpp159 bool WebBindings::removeProperty(NPP id, NPObject* object, NPIdentifier identifier) function in class:WebKit::WebBindings

Completed in 67 milliseconds