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_log_browsertest.cc 63 ASSERT_EQ("", last->SerializeArgUrl());
activity_actions.h 164 std::string SerializeArgUrl() const;
activity_actions.cc 201 std::string Action::SerializeArgUrl() const {
261 result->arg_url.reset(new std::string(SerializeArgUrl()));
activity_log_unittest.cc 125 ASSERT_EQ("", last->SerializeArgUrl());
fullstream_ui_policy.cc 100 std::string arg_url_string = action.SerializeArgUrl();
counting_policy.cc 341 std::string arg_url_string = action.SerializeArgUrl();
fullstream_ui_policy_unittest.cc 289 ASSERT_EQ(expected_arg_url, action.SerializeArgUrl());
    [all...]
counting_policy_unittest.cc 403 ASSERT_EQ(expected_arg_url, action.SerializeArgUrl());
    [all...]

Completed in 53 milliseconds