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

1234

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleTextEditor.h47 void removeProperty(unsigned index);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSStyleDeclaration.idl35 [TreatReturnedNullStringAs=Null, RaisesException] DOMString removeProperty([Default=Undefined] optional DOMString propertyName);
H A DCSSStyleDeclaration.h59 virtual String removeProperty(const String& propertyName, ExceptionCode&) = 0;
H A DPropertySetCSSStyleDeclaration.cpp227 String PropertySetCSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) function in class:WebCore::PropertySetCSSStyleDeclaration
239 bool changed = m_propertySet->removeProperty(propertyID, &result);
H A DCSSComputedStyleDeclaration.h114 virtual String removeProperty(const String& propertyName, ExceptionCode&) override;
H A DPropertySetCSSStyleDeclaration.h64 virtual String removeProperty(const String& propertyName, ExceptionCode&) override;
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.cpp452 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor);
454 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor);
472 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
489 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
576 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi);
577 m_mutableStyle->removeProperty(CSSPropertyDirection);
612 m_mutableStyle->removeProperty(style->propertyAt(i).id());
627 m_mutableStyle->removeProperty(CSSPropertyTextDecoration);
628 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
923 m_mutableStyle->removeProperty(CSSPropertyTextAlig
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectMessageReceiver.h63 void removeProperty(const NPIdentifierData&, bool& returnValue);
H A DNPObjectMessageReceiver.cpp172 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& returnValue) function in class:WebKit::NPObjectMessageReceiver
174 if (!m_npObject->_class->removeProperty) {
179 returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier());
H A DNPObjectProxy.h70 bool removeProperty(NPIdentifier propertyName);
H A DNPObjectProxy.cpp209 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPObjectProxy
348 return toNPObjectProxy(npObject)->removeProperty(propertyName);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h345 /*! @function removeProperty
350 virtual void removeProperty( const OSSymbol * aKey);
352 /*! @function removeProperty
357 virtual void removeProperty( const OSString * aKey);
359 /*! @function removeProperty
364 virtual void removeProperty( const char * aKey);
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMCSSClasses.cpp120 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( function in class:DOMCSSStyleDeclaration
H A DDOMCSSClasses.h96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPJSObject.h75 bool removeProperty(NPIdentifier propertyName);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSStyleDeclaration.js285 removeProperty: function(property)
299 this._nodeStyles.removeProperty(property);
/macosx-10.10/WebCore-7600.1.25/editing/ios/
H A DEditorIOS.mm289 defaultStyle->removeProperty(CSSPropertyFontWeight);
290 defaultStyle->removeProperty(CSSPropertyFontStyle);
291 defaultStyle->removeProperty(CSSPropertyFontVariant);
293 defaultStyle->removeProperty(CSSPropertyTextDecoration);
294 defaultStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); // implements underline
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.cpp720 removeProperty("BatteryUpdatesBlockedExclusiveAccess");
1265 removeProperty(_CellVoltageSym);
1317 removeProperty(manufacturerKey);
1319 removeProperty(serialKey);
1328 removeProperty(batteryInfoKey);
1330 removeProperty(errorConditionKey);
1332 removeProperty(_PFStatusSym);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp211 regEntry->removeProperty(propertyName);
585 provider->removeProperty(kPropertyAAPLAddress);
586 provider->removeProperty("AAPL,maps");
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.js184 this._element.style.removeProperty("left");
185 this._element.style.removeProperty("top");
186 this._element.style.removeProperty("width");
187 this._element.style.removeProperty("height");
H A DTimelineRecordBar.js281 this._activeBarElement.style.removeProperty("left");
282 this._activeBarElement.style.removeProperty("width");
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp199 root->removeProperty(kOSBuildVersionKey);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMCSS.idl148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsiOS.js345 this.video.style.removeProperty('-webkit-user-select');
349 this.video.style.removeProperty('-webkit-user-select');
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h127 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
128 bool removeProperty(uint32_t objectID, unsigned propertyName);

Completed in 237 milliseconds

1234