/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec); in removeTextFillAndStrokeColorsIfNeeded() 334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec); in removeTextFillAndStrokeColorsIfNeeded() 358 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); in extractFontSizeDelta() 375 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); in extractFontSizeDelta() 467 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi); in extractAndRemoveTextDirection() 468 m_mutableStyle->removeProperty(CSSPropertyDirection); in extractAndRemoveTextDirection() 501 m_mutableStyle->removeProperty(it->id()); in removeStyleConflictingWithStyleOfNode() 520 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); in collapseTextDecorationProperties() 714 m_mutableStyle->removeProperty(CSSPropertyBackgroundColor, ec); in prepareToApplyAt() 788 style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); in reconcileTextDecorationProperties() [all …]
|
D | RemoveCSSPropertyCommand.cpp | 48 style->removeProperty(m_property); in doApply()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleDeclaration.cpp | 107 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) in removeProperty() function in WebCore::CSSStyleDeclaration 112 return removeProperty(propID, ec); in removeProperty() 148 style->removeProperty(propertiesToRemove[i]); in diff()
|
D | CSSStyleDeclaration.h | 64 String removeProperty(const String& propertyName, ExceptionCode&); 66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
|
D | CSSMutableStyleDeclaration.cpp | 92 removeProperty(property->id(), false); in CSSMutableStyleDeclaration() 464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnTe… in removeProperty() function in WebCore::CSSMutableStyleDeclaration 543 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) in removeProperty() function in WebCore::CSSMutableStyleDeclaration 546 return removeProperty(propertyID, true, true); in removeProperty() 556 removeProperty(propertyID, notifyChanged, false); in setProperty() 639 removeProperty(properties[i]->id(), false); in addParsedProperties()
|
D | CSSMutableStyleDeclaration.h | 105 virtual String removeProperty(int propertyID, ExceptionCode&); 113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
|
D | CSSComputedStyleDeclaration.h | 74 virtual String removeProperty(int propertyID, ExceptionCode&);
|
D | CSSStyleDeclaration.idl | 35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | FontView.js | 111 this.fontPreviewElement.style.removeProperty("visibility"); 122 this.fontPreviewElement.style.removeProperty("font-size");
|
D | NetworkPanel.js | 925 this.sidebarElement.style.removeProperty("width"); 1607 this._labelLeftElement.style.removeProperty("left"); 1608 this._labelLeftElement.style.removeProperty("right"); 1612 this._labelRightElement.style.removeProperty("left"); 1613 this._labelRightElement.style.removeProperty("right");
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectMessageReceiver.cpp | 175 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& return… in removeProperty() function in WebKit::NPObjectMessageReceiver 177 if (!m_npObject->_class->removeProperty) { in removeProperty() 182 …returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier()… in removeProperty()
|
D | NPObjectMessageReceiver.h | 66 void removeProperty(const NPIdentifierData&, bool& returnValue);
|
D | NPObjectProxy.h | 70 bool removeProperty(NPIdentifier propertyName);
|
D | NPObjectProxy.cpp | 205 bool NPObjectProxy::removeProperty(NPIdentifier propertyName) in removeProperty() function in WebKit::NPObjectProxy 332 return toNPObjectProxy(npObject)->removeProperty(propertyName); in NP_RemoveProperty()
|
/external/webkit/Source/WebCore/html/ |
D | ImageDocument.cpp | 313 m_imageElement->style()->removeProperty("cursor", ec); in restoreImageSize() 348 m_imageElement->style()->removeProperty("cursor", ec); in windowSizeChanged()
|
D | HTMLElement.cpp | 682 attr->decl()->removeProperty(CSSPropertyWordWrap, false); in setContentEditable() 683 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false); in setContentEditable() 684 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false); in setContentEditable()
|
/external/webkit/Source/WebKit/win/ |
D | DOMCSSClasses.cpp | 119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( in removeProperty() function in DOMCSSStyleDeclaration
|
D | DOMCSSClasses.h | 96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebBindings.h | 107 WEBKIT_API static bool removeProperty(NPP, NPObject*, NPIdentifier);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPJSObject.h | 73 bool removeProperty(NPIdentifier propertyName);
|
D | NPJSObject.cpp | 200 bool NPJSObject::removeProperty(NPIdentifier propertyName) in removeProperty() function in WebKit::NPJSObject 371 return toNPJSObject(npObject)->removeProperty(propertyName); in NP_RemoveProperty()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMCSS.idl | 148 - (NSString *)removeProperty:(NSString *)propertyName; 150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.h | 123 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName); 124 bool removeProperty(uint32_t objectID, unsigned propertyName);
|
/external/srec/shared/include/ |
D | ESR_SessionType.h | 269 ESR_ReturnCode(*removeProperty)(struct ESR_SessionType_t* self, const LCHAR* name); member
|
D | ESR_Session.h | 224 ESR_ReturnCode(*removeProperty)(const LCHAR* name); member
|