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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc 24 action->mutable_args()->AppendString("woof");
72 action->mutable_args()->AppendString("woof");
79 action->mutable_args()->AppendString("woof");
counting_policy_unittest.cc 429 action->mutable_args()->AppendString("vamoose1");
442 action->mutable_args()->AppendString("vamoose2");
611 action->mutable_args()->AppendString("woof");
618 action->mutable_args()->AppendString("meow");
625 action->mutable_args()->AppendString("not");
626 action->mutable_args()->AppendString("stripped");
631 action->mutable_args()->AppendString("vamoose");
637 action->mutable_args()->AppendString("vamoose");
669 action->mutable_args()->AppendString("woof");
676 action->mutable_args()->AppendString("vamoose")
    [all...]
fullstream_ui_policy_unittest.cc 314 action->mutable_args()->AppendString("vamoose1");
327 action->mutable_args()->AppendString("vamoose2");
661 action->mutable_args()->AppendString("woof");
668 action->mutable_args()->AppendString("vamoose");
676 action->mutable_args()->AppendString("vamoose");
708 action->mutable_args()->AppendString("woof");
715 action->mutable_args()->AppendString("vamoose");
723 action->mutable_args()->AppendString("too new");
731 action->mutable_args()->AppendString("too old");
758 action->mutable_args()->AppendString("vamoose")
    [all...]
activity_log_unittest.cc 296 action->mutable_args()->AppendString("POST");
297 action->mutable_args()->AppendString("http://api.google.com/");
309 action->mutable_args()->AppendString("POST");
310 action->mutable_args()->AppendString("/api/");
321 action->mutable_args()->AppendString("POST");
322 action->mutable_args()->AppendString("/api/");
397 action->mutable_args()->AppendString("http://www.google.co.uk");
activity_log.cc 269 action->mutable_args()->Set(url_index,
283 if (action->mutable_args()->GetDictionary(url_index, &dict) &&
301 action->mutable_args()->Set(
304 } else if (action->mutable_args()->GetList(url_index, &tab_list)) {
598 action->mutable_args()->AppendString(*it2);
activity_actions.h 123 // mutable_args() returns a pointer to the list stored in the Action which
128 base::ListValue* mutable_args();
activity_database_unittest.cc 281 action->mutable_args()->AppendString("woof");
activity_actions.cc 163 base::ListValue* Action::mutable_args() { function in class:extensions::Action

Completed in 55 milliseconds