/libcore/luni/src/main/java/javax/net/ssl/ |
TrustManagerFactory.java | 43 private static final String PROPERTYNAME = "ssl.TrustManagerFactory.algorithm"; 55 return Security.getProperty(PROPERTYNAME);
|
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 371 * @return property value corresponding to 'propertyName' [null if lookup fails] 373 private static String lookup (Class namespace, final String propertyName) 375 if (propertyName == null) return null; 406 propertyValue = rb.getString (propertyName); 423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
|
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.cpp | [all...] |
/external/webkit/WebCore/page/animation/ |
ImplicitAnimation.cpp | 155 String propertyName; 157 propertyName = getPropertyName(static_cast<CSSPropertyID>(m_animatingProperty)); 169 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 329 uint64_t propertyName = reinterpret_cast<uint64_t>(_NPN_GetStringIdentifier(identifier.ascii())); 334 m_objectID, propertyName) != KERN_SUCCESS) 347 mapAddResult.first->second = new ProxyField(propertyName);
|
/external/webkit/JavaScriptCore/runtime/ |
JSActivation.h | 60 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
|
JSValue.h | 181 JSValue get(ExecState*, const Identifier& propertyName) const; 182 JSValue get(ExecState*, const Identifier& propertyName, PropertySlot&) const; 183 JSValue get(ExecState*, unsigned propertyName) const; 184 JSValue get(ExecState*, unsigned propertyName, PropertySlot&) const; 185 void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&); 186 void put(ExecState*, unsigned propertyName, JSValue);
|
ArrayPrototype.cpp | 124 bool ArrayPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 126 return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot); 129 bool ArrayPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 131 return getStaticFunctionDescriptor<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, descriptor); 145 static void putProperty(ExecState* exec, JSObject* obj, const Identifier& propertyName, JSValue value) 148 obj->put(exec, propertyName, value, slot); [all...] |
/external/webkit/WebCore/bridge/ |
npruntime.h | 339 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName, NPVariant *result); 340 bool NPN_SetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName, const NPVariant *value); 341 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName); 342 bool NPN_HasProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFramePrivate.idl | 91 HRESULT pauseTransition([in] BSTR propertyName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* transitionWasRunning);
|
/frameworks/base/core/java/android/pim/ |
RecurrenceSet.java | 363 String propertyName, 370 ICalendar.Property prop = new ICalendar.Property(propertyName); 423 String propertyName, 429 ICalendar.Property prop = new ICalendar.Property(propertyName);
|
/external/webkit/WebCore/bindings/v8/ |
V8Collection.h | 68 AtomicString propertyName = toAtomicWebCoreStringWithNullCheck(name); 69 return getV8Object<ItemType>(collection->namedItem(propertyName));
|
/external/webkit/WebCore/bridge/objc/ |
objc_class.mm | 242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName) 249 return new (exec) ObjcFallbackObjectImp(exec, objcInstance, propertyName);
|
/libcore/luni/src/main/java/java/security/cert/ |
CertStore.java | 43 private static final String PROPERTYNAME = "certstore.type"; 279 return Security.getProperty(PROPERTYNAME);
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ClassLoaderReflectionTest.java | 208 private List<URL> classpathToUrls(String propertyName) throws MalformedURLException { 209 String classpath = System.getProperty(propertyName);
|
/frameworks/base/core/java/com/android/internal/util/ |
TypedProperties.java | 182 final String propertyName = st.sval; 183 if (!propertyNamePattern.matcher(propertyName).matches()) { 194 map.remove(propertyName); 204 final Object oldValue = map.remove(propertyName); 213 map.put(propertyName, value);
|
/external/webkit/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | [all...] |
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.h | 134 void tryCacheGetByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const Identifier& propertyName, const PropertySlot&);
|
/external/webkit/WebCore/inspector/front-end/ |
DOMAgent.js | 611 var propertyName = (shorthandProperty || individualProperty); 613 if (propertyName in foundProperties) 624 foundProperties[propertyName] = true; 626 cssText += propertyName + ": " + value;
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 133 bool pauseTransitionAtTimeOnElementWithId(const QString& propertyName, double time, const QString& elementId);
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardEntryConstructor.java | 150 public void propertyName(String name) {
|
VCardSourceDetector.java | 110 public void propertyName(String name) {
|
/frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/ |
VNodeBuilder.java | 129 public void propertyName(String name) {
|
/packages/apps/Tag/src/com/android/vcard/ |
VCardEntryConstructor.java | 150 public void propertyName(String name) {
|
VCardSourceDetector.java | 110 public void propertyName(String name) {
|