HomeSort by relevance Sort by last modified time
    Searched full:addproperty (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/net/proxy/
proxy_config_service_android_unittest.cc 78 void AddProperty(const std::string& key, const std::string& value) {
133 AddProperty("http.proxyHost", "localhost");
152 AddProperty("http.proxyHost", "httpproxy.com");
173 AddProperty("http.proxyHost", "httpproxy.com");
174 AddProperty("http.proxyPort", "8080");
183 AddProperty("http.proxyHost", "httpproxy.com");
192 AddProperty("http.proxyPort", "8080");
201 AddProperty("http.nonProxyHosts", "slashdot.org");
202 AddProperty("http.proxyHost", "httpproxy.com");
203 AddProperty("http.proxyPort", "8080")
    [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);
  /external/chromium_org/third_party/WebKit/Source/core/page/
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...]
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&);
  /external/chromium_org/content/browser/resources/media/new/
player_info_test.html 45 window.pi.addProperty(0, key, value);
48 window.pi.addProperty(0, key, value2);
58 pi.addProperty(timestamp, 'key', 'value');
68 pi.addProperty(0, 5, 'some value');
82 pi.addProperty(firstTimestamp, key, value);
83 pi.addProperty(secondTimestamp, key, value);
105 pi.addProperty(timestamp, key, value);
121 pi.addProperty(timestamp, key, value);
125 pi.addProperty(timestamp, key2, value2);
player_info.js 38 addProperty: function(timestamp, key, value) {
74 this.addProperty(timestamp, key, value);
player_manager.js 99 this.players_[id].addProperty(timestamp, key, value);
  /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...]
  /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) {
  /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"));
  /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());
  /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,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 90 map.addProperty(requiredFeaturesPropertyInfo());
91 map.addProperty(requiredExtensionsPropertyInfo());
92 map.addProperty(systemLanguagePropertyInfo());
  /system/core/libutils/
PropertyMap.cpp 50 void PropertyMap::addProperty(const String8& key, const String8& value) {
210 mMap->addProperty(keyToken, valueToken);
  /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/vcard/java/com/android/vcard/
VCardEntryConstructor.java 130 mCurrentEntry.addProperty(property);
  /system/core/include/utils/
PropertyMap.h 60 void addProperty(const String8& key, const String8& value);
  /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);
  /external/chromium_org/win8/test/
ui_automation_client.cc 236 cache_request->AddProperty(UIA_ClassNamePropertyId);
237 cache_request->AddProperty(UIA_NativeWindowHandlePropertyId);
505 cache_request->AddProperty(UIA_NamePropertyId);

Completed in 1071 milliseconds

1 2 3