Home
last modified time | relevance | path

Searched defs:action2 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Duma_policy_unittest.cc142 scoped_refptr<Action> action2 = new Action( in TEST_F() local
Dfullstream_ui_policy_unittest.cc816 scoped_refptr<Action> action2 = new Action("dontdelete", in TEST_F() local
Dcounting_policy_unittest.cc1088 scoped_refptr<Action> action2 = new Action("dontdelete", in TEST_F() local
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsync_notifier_test_utils.cc192 sync_pb::SyncedNotificationAction* action2 = in CreateSyncData() local
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java549 String action2 = "$obj = $rule3.obj;"; in testReturnWithMultipleRuleRefs() local
1634 String action2 = "$INT.text;"; // must be qualified in testTokenLabelFromMultipleAlts() local
1667 String action2 = "$c.text;"; // must be qualified in testRuleLabelFromMultipleAlts() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3644 TouchAction EventHandler::intersectTouchAction(TouchAction action1, TouchAction action2) in intersectTouchAction()