HomeSort by relevance Sort by last modified time
    Searched refs:action1 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 176 sync_pb::SyncedNotificationAction* action1 = local
178 action1->set_text(kButtonOneTitle);
179 action1->mutable_icon()->set_url(kButtonOneIconUrl);
180 action1->mutable_icon()->set_alt_text(kButtonOneTitle);
181 action1->set_url(kButtonOneUrl);
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_unittest.cc 137 scoped_refptr<Action> action1 = new Action( local
139 action1->set_page_url(GURL(site_a));
140 policy->ProcessAction(action1);
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 851 template <typename Action1, typename Action2>
854 DoBothAction(Action1 action1, Action2 action2)
855 : action1_(action1), action2_(action2) {}
873 Impl(const Action<VoidResult>& action1, const Action<F>& action2)
874 : action1_(action1), action2_(action2) {}
888 Action1 action1_;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 640 public int compare(RuleAction action1, RuleAction action2) {
641 return action1.getTitle().compareTo(action2.getTitle());
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 548 String action1 = "$obj = $rule2.obj;"; local
558 ": rule2 { "+action1+" }\n" +
572 String action = action1;
    [all...]

Completed in 168 milliseconds