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

1234

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSplitView.js194 this._firstElement.style.removeProperty("right");
195 this._firstElement.style.removeProperty("bottom");
196 this._firstElement.style.removeProperty("width");
197 this._firstElement.style.removeProperty("height");
199 this._secondElement.style.removeProperty("left");
200 this._secondElement.style.removeProperty("top");
201 this._secondElement.style.removeProperty("width");
202 this._secondElement.style.removeProperty("height");
204 this._resizerElement.style.removeProperty("left");
205 this._resizerElement.style.removeProperty("righ
[all...]
H A DFontView.js118 this.fontPreviewElement.style.removeProperty("visibility");
129 this.fontPreviewElement.style.removeProperty("font-size");
H A DView.js124 this.element.style.removeProperty("height");
165 this.element.style.removeProperty("height");
H A DDOMExtension.js200 this.style.removeProperty("left");
205 this.style.removeProperty("top");
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleTextEditor.h47 void removeProperty(unsigned index);
/macosx-10.9.5/WebCore-7537.78.1/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.cpp229 String PropertySetCSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) function in class:WebCore::PropertySetCSSStyleDeclaration
241 bool changed = m_propertySet->removeProperty(propertyID, &result);
H A DCSSComputedStyleDeclaration.h118 virtual String removeProperty(const String& propertyName, ExceptionCode&);
H A DPropertySetCSSStyleDeclaration.h64 virtual String removeProperty(const String& propertyName, ExceptionCode&) OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/
H A DNPObjectMessageReceiver.h66 void removeProperty(const NPIdentifierData&, bool& returnValue);
H A DNPObjectMessageReceiver.cpp177 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& returnValue) function in class:WebKit::NPObjectMessageReceiver
179 if (!m_npObject->_class->removeProperty) {
184 returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier());
H A DNPObjectProxy.h70 bool removeProperty(NPIdentifier propertyName);
H A DNPObjectProxy.cpp211 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) function in class:WebKit::NPObjectProxy
348 return toNPObjectProxy(npObject)->removeProperty(propertyName);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp449 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor);
451 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor);
469 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
486 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
573 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi);
574 m_mutableStyle->removeProperty(CSSPropertyDirection);
608 m_mutableStyle->removeProperty(nodeStyle->propertyAt(i).id());
629 m_mutableStyle->removeProperty(CSSPropertyTextDecoration);
630 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
920 m_mutableStyle->removeProperty(CSSPropertyTextAlig
[all...]
/macosx-10.9.5/xnu-2422.115.4/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);
H A DIONVRAM.h151 virtual void removeProperty(const OSSymbol *aKey);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.cpp119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( function in class:DOMCSSStyleDeclaration
H A DDOMCSSClasses.h96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNPJSObject.h75 bool removeProperty(NPIdentifier propertyName);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOStartIOKit.cpp190 root->removeProperty(kOSBuildVersionKey);
/macosx-10.9.5/PowerManagement-420.90.1/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.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVLibraries.cpp211 regEntry->removeProperty(propertyName);
585 provider->removeProperty(kPropertyAAPLAddress);
586 provider->removeProperty("AAPL,maps");
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMCSS.idl148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
/macosx-10.9.5/WebKit-7537.78.2/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 208 milliseconds

1234