HomeSort by relevance Sort by last modified time
    Searched refs:addProperty (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupClient.h 77 static void addProperty(const char* name, const String& value, SharedBuffer*);
78 static void addProperty(const char* name, int value, SharedBuffer*);
79 static void addProperty(const char* name, unsigned value, SharedBuffer*);
80 static void addProperty(const char* name, bool value, SharedBuffer*);
81 static void addProperty(const char* name, const Vector<String>& values, SharedBuffer*);
82 static void addProperty(const char* name, const IntRect&, SharedBuffer*);
PagePopupClient.cpp 54 void PagePopupClient::addProperty(const char* name, const String& value, SharedBuffer* data)
62 void PagePopupClient::addProperty(const char* name, int value, SharedBuffer* data)
70 void PagePopupClient::addProperty(const char* name, unsigned value, SharedBuffer* data)
78 void PagePopupClient::addProperty(const char* name, bool value, SharedBuffer* data)
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, SharedBuffer* data)
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, SharedBuffer* data)
105 addProperty("x", rect.x(), data);
106 addProperty("y", rect.y(), data);
107 addProperty("width", rect.width(), data);
108 addProperty("height", rect.height(), data)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
DateTimeChooserImpl.cpp 130 addProperty("anchorRectInScreen", anchorRectInScreen, data);
131 addProperty("min", valueToDateTimeString(m_parameters.minimum, m_parameters.type), data);
132 addProperty("max", valueToDateTimeString(m_parameters.maximum, m_parameters.type), data);
133 addProperty("step", stepString, data);
134 addProperty("stepBase", stepBaseString, data);
135 addProperty("required", m_parameters.required, data);
136 addProperty("currentValue", valueToDateTimeString(m_parameters.doubleValue, m_parameters.type), data);
137 addProperty("locale", m_parameters.locale.string(), data);
138 addProperty("todayLabel", todayLabelString, data);
139 addProperty("clearLabel", locale().queryString(WebLocalizedString::CalendarClear), data)
    [all...]
ColorChooserPopupUIController.cpp 99 PagePopupClient::addProperty("values", suggestionValues, data);
100 PagePopupClient::addProperty("otherColorLabel", locale().queryString(WebLocalizedString::OtherColorLabel), data);
101 addProperty("anchorRectInScreen", anchorRectInScreen, data);
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME));
ICalendar.java 56 public void addProperty(Property prop) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalHashtable.java 77 item.addProperty("key", null);
78 item.addProperty("value", null);
96 addProperty("key", null);
97 addProperty("value", null);
SoapObject.java 470 o.addProperty(propertyInfoClonned);
510 public SoapObject addProperty(String name, Object value) {
518 return addProperty(propertyInfo);
530 return addProperty(name, value);
546 return addProperty(propertyInfo);
559 public SoapObject addProperty(PropertyInfo propertyInfo) {
SoapSerializationEnvelope.java 213 ((SoapObject) obj).addProperty(parser.getName(),
281 so.addProperty(parser.getName(),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.h 48 void addProperty(CSSPropertyID prop) { m_properties.add(prop); }
78 void addProperty(CSSPropertyID prop) { m_properties.add(prop); }
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 59 public void addProperty(String name, Class type) {
132 gen.addProperty(name, (Class)props.get(name));
142 gen.addProperty(descriptors[i].getName(), descriptors[i].getPropertyType());
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 136 addProperty(propId, value, important, implicit);
145 addProperty(prefixingVariant, val.release(), important, implicit);
148 addProperty(prefixingVariant, val.release(), important, implicit);
152 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
481 addProperty(propId, cssValuePool().createIdentifierValue(id), important);
528 addProperty(CSSPropertyOverflowX, overflowXValue.release(), important);
552 addProperty(CSSPropertyWebkitBorderVerticalSpacing, value, important);
739 addProperty(propId1, val1.release(), important);
741 addProperty(propId2, val2.release(), important);
743 addProperty(propId1, val1.release(), important)
    [all...]
CSSPropertyParser.h 85 void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = false);
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 674 milliseconds