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

12

/external/webkit/WebCore/inspector/front-end/
H A DFontView.js73 this.fontPreviewElement.style.removeProperty("height");
84 this.fontPreviewElement.style.removeProperty("font-size");
85 this.fontPreviewElement.style.removeProperty("position");
98 this.fontPreviewElement.style.removeProperty("position");
H A DResourcesPanel.js669 this.sidebarElement.style.removeProperty("width");
672 this.containerElement.style.removeProperty("width");
1181 this._labelLeftElement.style.removeProperty("left");
1182 this._labelLeftElement.style.removeProperty("right");
1186 this._labelRightElement.style.removeProperty("left");
1187 this._labelRightElement.style.removeProperty("right");
H A DDrawer.js166 mainStatusBar.style.removeProperty("padding-left");
H A DInjectedScript.js155 style.removeProperty(longhandProperties[i]);
157 style.removeProperty(propertyName);
221 style.removeProperty(longhandProperties[i]);
225 style.removeProperty(propertyName);
/external/webkit/WebCore/editing/
H A DRemoveCSSPropertyCommand.cpp47 m_style->removeProperty(m_property);
H A DApplyStyleCommand.cpp117 mutableStyle->removeProperty(CSSPropertyWhiteSpace);
136 style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
142 style->removeProperty(CSSPropertyTextDecoration);
164 style->removeProperty(propertyID);
173 style->removeProperty(CSSPropertyFontWeight);
179 style->removeProperty(CSSPropertyFontStyle);
203 style->removeProperty(CSSPropertyVerticalAlign);
207 style->removeProperty(CSSPropertyVerticalAlign);
223 style->removeProperty(CSSPropertyColor);
227 style->removeProperty(CSSPropertyFontFamil
[all...]
/external/webkit/WebCore/css/
H A DCSSStyleDeclaration.h63 String removeProperty(const String& propertyName, ExceptionCode&);
65 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
H A DCSSStyleDeclaration.idl35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
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.h67 virtual String removeProperty(int propertyID, ExceptionCode&);
H A DCSSMutableStyleDeclaration.h101 virtual String removeProperty(int propertyID, ExceptionCode&);
108 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
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/chromium/public/
H A DWebBindings.h103 WEBKIT_API static bool removeProperty(NPP, NPObject*, NPIdentifier);
/external/webkit/WebKit/win/
H A DDOMCSSClasses.cpp121 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( function in class:DOMCSSStyleDeclaration
H A DDOMCSSClasses.h96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
/external/webkit/WebCore/loader/
H A DImageDocument.cpp298 m_imageElement->style()->removeProperty("cursor", ec);
329 m_imageElement->style()->removeProperty("cursor", ec);
/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/WebKit/win/Interfaces/
H A DDOMCSS.idl148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
/external/webkit/WebCore/html/
H A DHTMLElement.cpp718 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
719 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
720 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
723 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
724 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
725 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h126 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
127 bool removeProperty(uint32_t objectID, unsigned propertyName);
/external/srec/shared/src/
H A DESR_Session.c187 return ESR_Session->removeProperty(ESR_Session, name);
H A DSessionTypeImpl.c84 Interface->removeProperty = &ESR_SessionTypeRemovePropertyImpl;
561 CHK(rc, self->removeProperty(self, name));
601 CHKLOG(rc, self->removeProperty(self, key));
634 CHKLOG(rc, self->removeProperty(self, key));
1133 CHKLOG(rc, self->removeProperty(self, key));
/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 232 milliseconds

12