OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doc4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
com_message_event.cc
36
base::win::ScopedComPtr<IHTMLDocument4>
doc4
;
local
37
doc4
.QueryFrom(doc);
38
DCHECK(
doc4
); // supported by IE5.5 and higher
39
if (
doc4
) {
42
doc4
->createEventObject(NULL, basic_event.Receive());
/development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java
180
final EncryptedDocument
doc4
= new EncryptedDocument(4, mFile, mDataKey, mMacKey);
local
187
// now try reading as
doc4
, which should fail
189
doc4
.readMetadata();
Completed in 73 milliseconds