HomeSort by relevance Sort by last modified time
    Searched refs:doc4 (Results 1 - 4 of 4) 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());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 569 IDocumentExtension4 doc4 = (IDocumentExtension4) mDocument;
573 session = doc4.startRewriteSession(DocumentRewriteSessionType.UNRESTRICTED_SMALL);
581 doc4.stopRewriteSession(session);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 605 doc4 = "This is another test docstring."
628 error4 = _testcapi.make_exception_with_doc("_testcapi.error4", doc4,
632 self.assertEqual(error4.__doc__, doc4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 605 doc4 = "This is another test docstring."
628 error4 = _testcapi.make_exception_with_doc("_testcapi.error4", doc4,
632 self.assertEqual(error4.__doc__, doc4)

Completed in 73 milliseconds