Searched defs:addProperty (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PagePopupClient.cpp | 54 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/ |
D | KeyframeList.h | 51 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/ |
D | player_info.js | 38 addProperty: function(timestamp, key, value) { method in PlayerInfo
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAttributeToPropertyMap.cpp | 56 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info) in addProperty() function in WebCore::SVGAttributeToPropertyMap
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSParser-in.cpp | 1333 void CSSParser::addProperty(CSSPropertyID propId, PassRefPtr<CSSValue> value, bool important, bool … in addProperty() function in WebCore::CSSParser
|