Home
last modified time | relevance | path

Searched refs:unwrap (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebInputElement.cpp86 unwrap<HTMLInputElement>()->setActivatedSubmit(activated); in setActivatedSubmit()
91 unwrap<HTMLInputElement>()->setValue(value); in setValue()
101 unwrap<HTMLInputElement>()->setAutofilled(autoFilled); in setAutofilled()
106 unwrap<HTMLInputElement>()->dispatchFormControlChangeEvent(); in dispatchFormControlChangeEvent()
111 unwrap<HTMLInputElement>()->setSelectionRange(start, end); in setSelectionRange()
DWebFormElement.cpp87 unwrap<HTMLFormElement>()->submit(); in submit()
94 unwrap<HTMLFormElement>()->getNamedElements(name, tempVector); in getNamedElements()
DWebDocument.cpp98 return WebElement(unwrap<Document>()->head()); in head()
103 return WebNodeCollection(unwrap<Document>()->all()); in all()
DWebElement.cpp81 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode); in setAttribute()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DWrapper.java16 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
/external/webkit/WebKit/chromium/public/
DWebEvent.h103 template<typename T> T* unwrap() in unwrap() function
DWebNode.h127 template<typename T> T* unwrap() in unwrap() function
/external/guava/src/com/google/common/primitives/
DPrimitives.java113 public static <T> Class<T> unwrap(Class<T> type) { in unwrap() method in Primitives
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DRFC3394WrapEngine.java118 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
DDESedeWrapEngine.java208 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method in DESedeWrapEngine
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DWrapCipherSpi.java335 encoded = wrapEngine.unwrap(wrappedKey, 0, wrappedKey.length); in engineUnwrap()
DJDKPKCS12KeyStore.java588 out = (PrivateKey)cipher.unwrap(data, "", Cipher.PRIVATE_KEY); in unwrapKey()
/external/webkit/WebKit/chromium/
DChangeLog6638 (WebKit::WebNode::unwrap):
/external/webkit/WebKit/mac/
DChangeLog-2010-01-296993 Bug 25210: don't use ObjC methods to wrap/unwrap DOM objects with ObjC
/external/webkit/WebCore/
DChangeLog-2008-08-1031532 objects from the inspected page (in which case we unwrap them so that
31567 the `this` object). In this case we unwrap ourselves so that the
DChangeLog-2009-06-1619408 Bug 25210: don't use ObjC methods to wrap/unwrap DOM objects with ObjC
DChangeLog-2010-01-2957629 and unwrap the completions result into a proxy object.