Searched refs:unwrap (Results 1 – 17 of 17) sorted by relevance
/external/webkit/WebKit/chromium/src/ |
D | WebInputElement.cpp | 86 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()
|
D | WebFormElement.cpp | 87 unwrap<HTMLFormElement>()->submit(); in submit() 94 unwrap<HTMLFormElement>()->getNamedElements(name, tempVector); in getNamedElements()
|
D | WebDocument.cpp | 98 return WebElement(unwrap<Document>()->head()); in head() 103 return WebNodeCollection(unwrap<Document>()->all()); in all()
|
D | WebElement.cpp | 81 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode); in setAttribute()
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
D | Wrapper.java | 16 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
|
/external/webkit/WebKit/chromium/public/ |
D | WebEvent.h | 103 template<typename T> T* unwrap() in unwrap() function
|
D | WebNode.h | 127 template<typename T> T* unwrap() in unwrap() function
|
/external/guava/src/com/google/common/primitives/ |
D | Primitives.java | 113 public static <T> Class<T> unwrap(Class<T> type) { in unwrap() method in Primitives
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
D | RFC3394WrapEngine.java | 118 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
|
D | DESedeWrapEngine.java | 208 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method in DESedeWrapEngine
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | WrapCipherSpi.java | 335 encoded = wrapEngine.unwrap(wrappedKey, 0, wrappedKey.length); in engineUnwrap()
|
D | JDKPKCS12KeyStore.java | 588 out = (PrivateKey)cipher.unwrap(data, "", Cipher.PRIVATE_KEY); in unwrapKey()
|
/external/webkit/WebKit/chromium/ |
D | ChangeLog | 6638 (WebKit::WebNode::unwrap):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 6993 Bug 25210: don't use ObjC methods to wrap/unwrap DOM objects with ObjC
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 31532 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
|
D | ChangeLog-2009-06-16 | 19408 Bug 25210: don't use ObjC methods to wrap/unwrap DOM objects with ObjC
|
D | ChangeLog-2010-01-29 | 57629 and unwrap the completions result into a proxy object.
|