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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupClient.h 76 static void addProperty(const char* name, const String& value, DocumentWriter&);
77 static void addProperty(const char* name, int value, DocumentWriter&);
78 static void addProperty(const char* name, unsigned value, DocumentWriter&);
79 static void addProperty(const char* name, bool value, DocumentWriter&);
80 static void addProperty(const char* name, const Vector<String>& values, DocumentWriter&);
81 static void addProperty(const char* name, const IntRect&, DocumentWriter&);
PagePopupClient.cpp 54 void PagePopupClient::addProperty(const char* name, const String& value, DocumentWriter& writer)
62 void PagePopupClient::addProperty(const char* name, int value, DocumentWriter& writer)
70 void PagePopupClient::addProperty(const char* name, unsigned value, DocumentWriter& writer)
78 void PagePopupClient::addProperty(const char* name, bool value, DocumentWriter& writer)
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, DocumentWriter& writer)
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, DocumentWriter& writer)
105 addProperty("x", rect.x(), writer);
106 addProperty("y", rect.y(), writer);
107 addProperty("width", rect.width(), writer);
108 addProperty("height", rect.height(), writer)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
DateTimeChooserImpl.cpp 129 addProperty("anchorRectInScreen", anchorRectInScreen, writer);
130 addProperty("min", minDate.toString(), writer);
131 addProperty("max", maxDate.toString(), writer);
132 addProperty("step", stepString, writer);
133 addProperty("stepBase", stepBaseString, writer);
134 addProperty("required", m_parameters.required, writer);
135 addProperty("currentValue", m_parameters.currentValue, writer);
136 addProperty("locale", m_parameters.locale.string(), writer);
137 addProperty("todayLabel", todayLabelString, writer);
138 addProperty("clearLabel", Platform::current()->queryLocalizedString(WebLocalizedString::CalendarClear), writer (…)
    [all...]
ColorChooserPopupUIController.cpp 99 PagePopupClient::addProperty("values", suggestionValues, writer);
100 PagePopupClient::addProperty("otherColorLabel", Platform::current()->queryLocalizedString(WebLocalizedString::OtherColorLabel), writer);
101 addProperty("anchorRectInScreen", anchorRectInScreen, writer);
  /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) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 209 entry.addProperty(property);
222 entry.addProperty(property);
230 entry.addProperty(property);
238 entry.addProperty(property);
247 entry.addProperty(property);
256 entry.addProperty(property);
266 entry.addProperty(property);
273 entry.addProperty(property);
280 entry.addProperty(property);
287 entry.addProperty(property)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.h 50 void addProperty(CSSPropertyID prop) { m_properties.add(prop); }
83 void addProperty(CSSPropertyID prop) { m_properties.add(prop); }
KeyframeList.cpp 40 addProperty(property);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.h 40 void addProperty(const SVGPropertyInfo*);
SVGAnimatedPropertyMacros.h 90 map.addProperty(UseOwnerType::LowerProperty##PropertyInfo());
SVGAttributeToPropertyMap.cpp 56 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 90 map.addProperty(requiredFeaturesPropertyInfo());
91 map.addProperty(requiredExtensionsPropertyInfo());
92 map.addProperty(systemLanguagePropertyInfo());
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 112 c.addProperty(GLCall.PROPERTY_MARKERNAME,
119 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_SIZE,
121 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_TYPE,
123 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_DATA,
  /system/core/include/utils/
PropertyMap.h 60 void addProperty(const String8& key, const String8& value);
  /system/core/libutils/
PropertyMap.cpp 50 void PropertyMap::addProperty(const String8& key, const String8& value) {
210 mMap->addProperty(keyToken, valueToken);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryConstructor.java 130 mCurrentEntry.addProperty(property);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 164 public void addProperty(int propertyName, Object value) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]
SVGCSSParser.cpp 285 addProperty(CSSPropertyMarkerMid, value, important);
286 addProperty(CSSPropertyMarkerEnd, value, important);
316 addProperty(propId, parsedValue.release(), important);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 313 component.addProperty(dtstartProp);
316 component.addProperty(durationProp);
372 component.addProperty(dtstartProp);
375 component.addProperty(durationProp);
394 component.addProperty(prop);
462 component.addProperty(prop);
ICalendar.java 137 public void addProperty(Property prop) {
517 component.addProperty(property);
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;
  /external/skia/src/xml/
SkJSDisplayable.cpp 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;

Completed in 1346 milliseconds

1 2