Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DPagePopupClient.cpp54 void PagePopupClient::addProperty(const char* name, const String& value, SharedBuffer* data) in addProperty() function in WebCore::PagePopupClient
62 void PagePopupClient::addProperty(const char* name, int value, SharedBuffer* data) in addProperty() function in WebCore::PagePopupClient
70 void PagePopupClient::addProperty(const char* name, unsigned value, SharedBuffer* data) in addProperty() function in WebCore::PagePopupClient
78 void PagePopupClient::addProperty(const char* name, bool value, SharedBuffer* data) in addProperty() function in WebCore::PagePopupClient
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, SharedBuffer* dat… in addProperty() function in WebCore::PagePopupClient
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, SharedBuffer* data) in addProperty() function in WebCore::PagePopupClient
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.h48 void addProperty(CSSPropertyID prop) { m_properties.add(prop); } in addProperty() function
78 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/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
DBeanGenerator.java59 public void addProperty(String name, Class type) { in addProperty() method in BeanGenerator
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java510 public SoapObject addProperty(String name, Object value) { in addProperty() method in SoapObject
559 public SoapObject addProperty(PropertyInfo propertyInfo) { in addProperty() method in SoapObject
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp161 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, b… in addProperty() function in WebCore::CSSPropertyParser