Lines Matching refs:context

658         final String context = "OnLoad";  in testDocumentEvents()  local
659 impl_startObservingEvents(context); in testDocumentEvents()
664 }, context); in testDocumentEvents()
682 String context, newURL; in testGlobalEvents() local
686 context = "store"; in testGlobalEvents()
687 impl_startObservingEvents(context); in testGlobalEvents()
693 }, context); in testGlobalEvents()
696 context = "storeToURL"; in testGlobalEvents()
697 impl_startObservingEvents(context); in testGlobalEvents()
703 }, context); in testGlobalEvents()
707 context = "storeAsURL"; in testGlobalEvents()
708 impl_startObservingEvents(context); in testGlobalEvents()
714 }, context); in testGlobalEvents()
718 context = "setModified"; in testGlobalEvents()
719 impl_startObservingEvents(context); in testGlobalEvents()
725 }, context); in testGlobalEvents()
728 context = "store (2)"; in testGlobalEvents()
729 impl_startObservingEvents(context); in testGlobalEvents()
735 }, context); in testGlobalEvents()
740 context = "loadComponentFromURL"; in testGlobalEvents()
741 impl_startObservingEvents(context); in testGlobalEvents()
747 }, context); in testGlobalEvents()
751 context = "close (API)"; in testGlobalEvents()
752 impl_startObservingEvents(context); in testGlobalEvents()
758 }, context); in testGlobalEvents()
761 context = "close (UI)"; in testGlobalEvents()
762 impl_startObservingEvents("prepare for '" + context + "'"); in testGlobalEvents()
770 impl_startObservingEvents(context); in testGlobalEvents()
776 }, context); in testGlobalEvents()
781 context = "initNew"; in testGlobalEvents()
782 impl_startObservingEvents(context); in testGlobalEvents()
787 }, context); in testGlobalEvents()
789 impl_startObservingEvents(context + " (cleanup)"); in testGlobalEvents()
794 context = "activation"; in testGlobalEvents()
796 impl_startObservingEvents("prepare for '" + context + "'"); in testGlobalEvents()
806 impl_startObservingEvents(context); in testGlobalEvents()
811 }, context); in testGlobalEvents()
814 impl_startObservingEvents("cleanup after '" + context + "'"); in testGlobalEvents()