HomeSort by relevance Sort by last modified time
    Searched full:arg_url (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.cc 24 // argument list and stored to the arg_url field.
25 const char kArgUrlPlaceholder[] = "<arg_url>";
activity_action_constants.h 25 // argument list and stored to the arg_url field.
activity_log.cc 68 // arguments that should be extracted into the arg_url field of an Action.
76 // into arg_url.
239 // Any extracted URL is stored into the arg_url field of the action, and the
240 // URL in the argument list is replaced with the marker value "<arg_url>". For
241 // APIs that take a list of tab IDs, extracts the first valid URL into arg_url
256 // Do not overwrite an existing arg_url value in the Action, so that callers
257 // have the option of doing custom arg_url extraction.
258 if (action->arg_url().is_valid())
261 GURL arg_url;
271 ResolveUrl(action->page_url(), url_string, &arg_url)) {
    [all...]
fullstream_ui_policy.cc 39 "page_title", "arg_url", "other"
78 "page_url, page_title, arg_url, other) VALUES (?,?,?,?,?,?,?,?,?)";
126 const std::string& arg_url,
157 if (!arg_url.empty()) {
158 where_str += where_next + "arg_url LIKE ?";
164 "arg_url,other,rowid FROM %s %s %s ORDER BY time DESC LIMIT 300",
178 if (!arg_url.empty())
179 query.BindString(++i, arg_url + "%");
273 "UPDATE %s SET page_url=NULL,page_title=NULL,arg_url=NULL",
307 sql_str = base::StringPrintf("UPDATE %s SET arg_url=NULL WHERE arg_url=?"
    [all...]
activity_actions.cc 102 clone->set_arg_url(arg_url());
163 void Action::set_arg_url(const GURL& arg_url) {
164 arg_url_ = arg_url;
191 return (arg_incognito() ? constants::kIncognitoUrl : "") + arg_url().spec();
249 if (arg_url().is_valid())
250 result->arg_url.reset(new std::string(SerializeArgUrl()));
352 result += " ARG_URL=(incognito)" + arg_url_.spec();
354 result += " ARG_URL=" + arg_url_.spec();
535 if (lhs->arg_url().spec() != rhs->arg_url().spec()
    [all...]
fullstream_ui_policy.h 36 const std::string& arg_url,
111 const std::string& arg_url,
activity_log_policy.cc 100 if (action->page_url().is_valid() || action->arg_url().is_valid()) {
109 if (action->arg_url().is_valid())
110 action->set_arg_url(action->arg_url().ReplaceComponents(url_sanitizer));
activity_log_unittest.cc 136 ASSERT_EQ("http://api.google.com/", action->arg_url().spec());
150 ASSERT_EQ("http://www.google.com/api/", action->arg_url().spec());
156 ASSERT_FALSE(action->arg_url().is_valid());
162 ASSERT_EQ("http://www.google.co.uk/", action->arg_url().spec());
180 ASSERT_EQ("http://www.google.co.uk/", action->arg_url().spec());
287 // Submit a DOM API call which should have its URL extracted into the arg_url
counting_policy.h 35 const std::string& arg_url,
94 const std::string& arg_url,
counting_policy.cc 113 " x6.value AS arg_url,\n"
424 const std::string& arg_url,
454 if (!arg_url.empty()) {
455 where_str += where_next + "arg_url LIKE ?";
463 "page_title, arg_url, other, count, activity_id FROM %s %s %s ORDER BY "
478 if (!arg_url.empty())
479 query.BindString(++i, arg_url + "%");
613 // Remove any that match the arg_url.
720 const std::string& arg_url,
733 arg_url,
    [all...]
activity_log_policy_unittest.cc 37 ASSERT_EQ("http://www.youtube.com/", action->arg_url().spec());
activity_actions.h 136 const GURL& arg_url() const { return arg_url_; } function in class:extensions::Action
137 void set_arg_url(const GURL& arg_url);
uma_policy.cc 85 if (!action->page_url().is_valid() && !action->arg_url().is_valid())
95 url = CleanURL(action->arg_url());
activity_log.h 80 const std::string& arg_url,
activity_log_policy.h 175 const std::string& arg_url,
fullstream_ui_policy_unittest.cc 86 const std::string& arg_url,
97 arg_url,
    [all...]
counting_policy_unittest.cc 95 const std::string& arg_url,
106 arg_url,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.cc 136 std::string arg_url = local
137 filter->arg_url.get() ? *filter->arg_url : std::string();
150 arg_url,
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 

Completed in 639 milliseconds

1 2