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

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSplitView.js150 this._mainElement.style.removeProperty("width");
151 this._mainElement.style.removeProperty("height");
152 this._sidebarElement.style.removeProperty("width");
153 this._sidebarElement.style.removeProperty("height");
308 this._sidebarElement.style.removeProperty("flexBasis");
310 this._mainElement.style.removeProperty("width");
311 this._mainElement.style.removeProperty("height");
312 this._sidebarElement.style.removeProperty("width");
313 this._sidebarElement.style.removeProperty("height");
315 this._resizerElement.style.removeProperty("lef
[all...]
H A DDOMExtension.js173 this.style.removeProperty("left");
178 this.style.removeProperty("top");
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.idl29 [RaisesException] DOMString? removeProperty([Default=Undefined] optional DOMString propertyName);
H A DCSSStyleDeclaration.h59 virtual String removeProperty(const String& propertyName, ExceptionState&) = 0;
H A DCSSComputedStyleDeclaration.h97 virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE;
H A DPropertySetCSSStyleDeclaration.h59 virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE FINAL;
H A DStylePropertySet.cpp190 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText) function in class:blink::MutableStylePropertySet
264 return removeProperty(propertyID);
496 removeProperty(propertiesToRemove[i]);
510 removeProperty(propertiesToRemove[i]);
H A DPropertySetCSSStyleDeclaration.cpp231 String AbstractPropertySetCSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionState& exceptionState) function in class:blink::AbstractPropertySetCSSStyleDeclaration
241 bool changed = propertySet().removeProperty(propertyID, &result);
H A DStylePropertySet.h208 bool removeProperty(CSSPropertyID, String* returnText = 0);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DFontView.js121 this.fontPreviewElement.style.removeProperty("visibility");
132 this.fontPreviewElement.style.removeProperty("font-size");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp490 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor);
492 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor);
517 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
534 m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta);
617 m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi);
618 m_mutableStyle->removeProperty(CSSPropertyDirection);
652 m_mutableStyle->removeProperty(nodeStyle->propertyAt(i).id());
667 m_mutableStyle->removeProperty(textDecorationPropertyForEditing());
668 m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect);
967 m_mutableStyle->removeProperty(CSSPropertyTextAlig
[all...]
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.h67 DEFINE_HAS_MEMBER_CHECK(removeProperty, bool, (NPIdentifier propertyName));
213 bool removeProperty(NPIdentifier propertyName) { function in struct:PluginTest::Object
270 return static_cast<T*>(npObject)->removeProperty(propertyName);
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DNPRuntimeRemoveProperty.cpp78 bool removeProperty(NPIdentifier propertyName) function in struct:NPRuntimeRemoveProperty::TestObject
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.h22 void clearPropertyValue(CSSPropertyID property) { m_propertySet->removeProperty(property); }
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.cc294 if (npobject_->_class->removeProperty) {
295 *result = npobject_->_class->removeProperty(npobject_, id);
300 *result = WebBindings::removeProperty(0, npobject_, id);
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.js46 style.removeProperty('transition-duration');
H A Dstep.js249 this.style.removeProperty('opacity');
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBindings.h115 BLINK_EXPORT static bool removeProperty(NPP, NPObject*, NPIdentifier);
/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/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h311 NPRemovePropertyFunctionPtr removeProperty; member in struct:NPClass
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h333 NPRemovePropertyFunctionPtr removeProperty; member in struct:NPClass
/external/srec/shared/src/
H A DESR_Session.c187 return ESR_Session->removeProperty(ESR_Session, name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.cpp215 targetElement->ensureAnimatedSMILStyleProperties()->removeProperty(id);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DTimelineGrid.js225 dividerLabelBar._labelElement.style.removeProperty("width");

Completed in 480 milliseconds

12