Home
last modified time | relevance | path

Searched refs:DOMWindowCrypto (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DDOMWindowCrypto.cpp39 DOMWindowCrypto::DOMWindowCrypto(DOMWindow* window) in DOMWindowCrypto() function in WebCore::DOMWindowCrypto
44 DOMWindowCrypto::~DOMWindowCrypto() in ~DOMWindowCrypto()
48 const char* DOMWindowCrypto::supplementName() in supplementName()
53 DOMWindowCrypto* DOMWindowCrypto::from(DOMWindow* window) in from()
55DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(Supplement<DOMWindow>::from(window, su… in from()
57 supplement = new DOMWindowCrypto(window); in from()
63 Crypto* DOMWindowCrypto::crypto(DOMWindow* window) in crypto()
65 return DOMWindowCrypto::from(window)->crypto(); in crypto()
68 Crypto* DOMWindowCrypto::crypto() const in crypto()
DDOMWindowCrypto.h42 class DOMWindowCrypto : public Supplement<DOMWindow>, public DOMWindowProperty {
44 virtual ~DOMWindowCrypto();
45 static DOMWindowCrypto* from(DOMWindow*);
50 explicit DOMWindowCrypto(DOMWindow*);
DWindowCrypto.idl32 ImplementedAs=DOMWindowCrypto
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi225 'crypto/DOMWindowCrypto.cpp',
226 'crypto/DOMWindowCrypto.h',
Dmodules.target.linux-arm.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
Dmodules.target.darwin-arm.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
Dmodules.target.darwin-x86.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
Dmodules.target.darwin-mips.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
Dmodules.target.linux-mips.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
Dmodules.target.linux-x86.mk34 third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \