Home
last modified time | relevance | path

Searched defs:addProperty (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPagePopupClient.cpp54 void PagePopupClient::addProperty(const char* name, const String& value, DocumentWriter& writer) in addProperty() function in WebCore::PagePopupClient
62 void PagePopupClient::addProperty(const char* name, int value, DocumentWriter& writer) in addProperty() function in WebCore::PagePopupClient
70 void PagePopupClient::addProperty(const char* name, unsigned value, DocumentWriter& writer) in addProperty() function in WebCore::PagePopupClient
78 void PagePopupClient::addProperty(const char* name, bool value, DocumentWriter& writer) in addProperty() function in WebCore::PagePopupClient
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, DocumentWriter& w… in addProperty() function in WebCore::PagePopupClient
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, DocumentWriter& writer) in addProperty() function in WebCore::PagePopupClient
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.h51 void addProperty(CSSPropertyID prop) { m_properties.add(prop); } in addProperty() function
83 void addProperty(CSSPropertyID prop) { m_properties.add(prop); } in addProperty() function
/external/chromium_org/content/browser/resources/media/
Dplayer_info.js38 addProperty: function(timestamp, key, value) { method in PlayerInfo
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAttributeToPropertyMap.cpp56 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info) in addProperty() function in WebCore::SVGAttributeToPropertyMap
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp1333 void CSSParser::addProperty(CSSPropertyID propId, PassRefPtr<CSSValue> value, bool important, bool … in addProperty() function in WebCore::CSSParser