HomeSort by relevance Sort by last modified time
    Searched refs:removeProperty (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/Source/WebCore/editing/
RemoveCSSPropertyCommand.cpp 48 style->removeProperty(m_property);
EditingStyle.cpp 332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec);
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec);
358 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
375 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
467 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi);
468 m_mutableStyle->removeProperty(CSSPropertyDirection);
501 m_mutableStyle->removeProperty(it->id());
520 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
714 m_mutableStyle->removeProperty(CSSPropertyBackgroundColor, ec);
788 style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.h 64 String removeProperty(const String& propertyName, ExceptionCode&);
66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
CSSStyleDeclaration.idl 35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
CSSStyleDeclaration.cpp 106 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec)
111 return removeProperty(propID, ec);
147 style->removeProperty(propertiesToRemove[i]);
CSSComputedStyleDeclaration.h 74 virtual String removeProperty(int propertyID, ExceptionCode&);
CSSMutableStyleDeclaration.h 105 virtual String removeProperty(int propertyID, ExceptionCode&);
113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
CSSMutableStyleDeclaration.cpp 92 removeProperty(property->id(), false);
478 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText)
557 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec)
560 return removeProperty(propertyID, true, true);
570 removeProperty(propertyID, notifyChanged, false);
653 removeProperty(properties[i]->id(), false);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
FontView.js 111 this.fontPreviewElement.style.removeProperty("visibility");
122 this.fontPreviewElement.style.removeProperty("font-size");
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.h 66 void removeProperty(const NPIdentifierData&, bool& returnValue);
NPObjectProxy.h 70 bool removeProperty(NPIdentifier propertyName);
NPObjectMessageReceiver.cpp 175 void NPObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& returnValue)
177 if (!m_npObject->_class->removeProperty) {
182 returnValue = m_npObject->_class->removeProperty(m_npObject, propertyNameData.createNPIdentifier());
NPObjectProxy.cpp 205 bool NPObjectProxy::removeProperty(NPIdentifier propertyName)
214 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::RemoveProperty(propertyNameData), Messages::NPObjectMessageReceiver::RemoveProperty::Reply(returnValue), m_npObjectID))
332 return toNPObjectProxy(npObject)->removeProperty(propertyName);
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 107 WEBKIT_API static bool removeProperty(NPP, NPObject*, NPIdentifier);
  /external/webkit/Source/WebKit/win/
DOMCSSClasses.cpp 119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty(
DOMCSSClasses.h 96 virtual HRESULT STDMETHODCALLTYPE removeProperty(
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.h 73 bool removeProperty(NPIdentifier propertyName);
NPJSObject.cpp 200 bool NPJSObject::removeProperty(NPIdentifier propertyName)
371 return toNPJSObject(npObject)->removeProperty(propertyName);
  /external/srec/shared/include/
ESR_SessionType.h 269 ESR_ReturnCode(*removeProperty)(struct ESR_SessionType_t* self, const LCHAR* name);
ESR_Session.h 224 ESR_ReturnCode(*removeProperty)(const LCHAR* name);
  /external/webkit/Source/WebCore/html/
ImageDocument.cpp 313 m_imageElement->style()->removeProperty("cursor", ec);
348 m_imageElement->style()->removeProperty("cursor", ec);
HTMLElement.cpp 682 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
683 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
684 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
687 attr->decl()->removeProperty(CSSPropertyWordWrap, false);
688 attr->decl()->removeProperty(CSSPropertyWebkitNbspMode, false);
689 attr->decl()->removeProperty(CSSPropertyWebkitLineBreak, false);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCSS.idl 148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 123 bool removeProperty(uint32_t objectID, const JSC::Identifier& propertyName);
124 bool removeProperty(uint32_t objectID, unsigned propertyName);
  /external/srec/shared/src/
ESR_Session.c 187 return ESR_Session->removeProperty(ESR_Session, name);

Completed in 1891 milliseconds

1 2