Searched defs:action2 (Results 1 – 6 of 6) sorted by relevance
142 scoped_refptr<Action> action2 = new Action( in TEST_F() local
816 scoped_refptr<Action> action2 = new Action("dontdelete", in TEST_F() local
1088 scoped_refptr<Action> action2 = new Action("dontdelete", in TEST_F() local
192 sync_pb::SyncedNotificationAction* action2 = in CreateSyncData() local
549 String action2 = "$obj = $rule3.obj;"; in testReturnWithMultipleRuleRefs() local1634 String action2 = "$INT.text;"; // must be qualified in testTokenLabelFromMultipleAlts() local1667 String action2 = "$c.text;"; // must be qualified in testRuleLabelFromMultipleAlts() local
3644 TouchAction EventHandler::intersectTouchAction(TouchAction action1, TouchAction action2) in intersectTouchAction()