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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 108 std::string SerializeArgUrl() const;
activity_log_browsertest.cc 60 ASSERT_EQ("", last->SerializeArgUrl());
activity_actions.cc 120 std::string Action::SerializeArgUrl() const {
177 result->arg_url.reset(new std::string(SerializeArgUrl()));
activity_log_unittest.cc 109 ASSERT_EQ("", last->SerializeArgUrl());
fullstream_ui_policy.cc 100 std::string arg_url_string = action.SerializeArgUrl();
counting_policy.cc 337 std::string arg_url_string = action.SerializeArgUrl();
fullstream_ui_policy_unittest.cc 218 ASSERT_EQ(expected_arg_url, action.SerializeArgUrl());
counting_policy_unittest.cc 285 ASSERT_EQ(expected_arg_url, action.SerializeArgUrl());
    [all...]

Completed in 116 milliseconds