Searched defs:arg_url (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc72 clone->set_arg_url(arg_url());
94 void Action::set_arg_url(const GURL& arg_url) { argument
95 arg_url_ = arg_url;
122 return (arg_incognito() ? constants::kIncognitoUrl : "") + arg_url().spec();
H A Dactivity_actions.h86 const GURL& arg_url() const { return arg_url_; } function in class:extensions::Action
87 void set_arg_url(const GURL& arg_url);
/external/chromium/chrome/browser/history/
H A Dhistory_types.cc347 const GURL& arg_url,
356 : url(arg_url),
346 HistoryAddPageArgs( const GURL& arg_url, base::Time arg_time, const void* arg_id_scope, int32 arg_page_id, const GURL& arg_referrer, const history::RedirectList& arg_redirects, PageTransition::Type arg_transition, VisitSource arg_source, bool arg_did_replace_entry) argument

Completed in 98 milliseconds