HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 1176 - 1200 of 2774) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 42 virtual bool OnRequestRedirected(int request_id, const GURL& url,
56 const GURL& url,
144 const std::string& url) {
145 TestURLRequest* request = new TestURLRequest(GURL(url), delegate);
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 59 std::string GURLToFormattedHost(const GURL& url) const;
  /external/chromium/chrome/browser/history/
history_notifications.h 36 // A list of redirects leading up to the URL represented by this struct. If
92 GURL url; member in struct:history::KeywordSearchTermDetails
in_memory_history_backend.h 5 // Contains the history backend wrapper around the in-memory URL database. This
88 // Returns true if there is a keyword associated with the specified url.
89 bool HasKeyword(const GURL& url);
text_database_manager_unittest.cc 42 // This provides a simple implementation of a URL+VisitDatabase using an
138 const char* url) {
139 GURL gurl(url);
141 if (results[i].url == gurl)
212 const GURL url(kURL1);
213 manager.AddPageURL(url, 0, 0, Time::Now());
214 manager.AddPageTitle(url, UTF8ToUTF16(kTitle1));
215 manager.AddPageContents(url, UTF8ToUTF16(kBody1));
236 // First add a visit to a page. We can just make up a URL ID since there is
237 // not actually any URL database around
    [all...]
visitsegment_database.h 27 // Compute a segment name given a URL. The segment name is currently the
28 // source url spec less some information such as query strings.
29 static std::string ComputeSegmentName(const GURL& url);
35 // Update the segment identified by |out_segment_id| with the provided URL ID.
36 // The URL identifies the page that will now represent the segment. If url_id
37 // is non zero, it is assumed to be the row id of |url|.
41 // Return the ID of the URL currently used to represent this segment or 0 if
45 // Create a segment for the provided URL ID with the given name. Returns the
68 // Delete the segment currently using the provided url for representation.
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.h 67 // Returns true if we want to add the URL to the history. We filter out the URL
69 bool CanImportURL(const GURL& url);
  /external/chromium/chrome/browser/instant/
instant_controller.cc 148 const GURL& url = match.destination_url; local
154 if (url.is_empty() || !url.is_valid()) {
367 // Loader may be null if the url blacklisted instant.
406 loader_manager_->active_loader()->url() : GURL();
474 void InstantController::AddToBlacklist(InstantLoader* loader, const GURL& url) {
475 std::string host = url.host();
526 const GURL& url) {
535 if (url.SchemeIsFile())
548 // Immediately update if the url is the same (which should result in nothin
    [all...]
  /external/chromium/chrome/browser/
intranet_redirect_detector.h 70 const GURL& url,
platform_util.h 23 // Open the given external protocol URL in the desktop's default manner.
25 void OpenExternal(const GURL& url);
  /external/chromium/chrome/browser/net/
referrer.h 6 // navigation takes place to a given URL. This information is gathered when a
7 // navigation to a subresource identifies a referring URL.
44 // Record the fact that we navigated to the associated subresource URL. This
107 // Add the indicated url to the list that are resolved via DNS when the user
110 void SuggestHost(const GURL& url);
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 86 std::wstring GetUrlHash(const std::wstring& url) {
87 std::wstring lower_case_url = StringToLowerASCII(url);
110 bool DecryptPassword(const std::wstring& url,
113 std::wstring lower_case_url = StringToLowerASCII(url);
  /external/chromium/chrome/browser/policy/
device_management_service.cc 37 virtual const std::string& GetUserAgent(const GURL& url) const;
68 const GURL& url) const {
69 return webkit_glue::GetUserAgent(url);
183 const GURL& url,
194 NOTREACHED() << "Callback from foreign URL fetcher";
  /external/chromium/chrome/browser/remoting/
directory_add_request.h 57 const GURL& url,
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 120 background-image: url('ntp_pin_off.png');
124 background-image: url('ntp_pin_off_h.png');
128 background-image: url('ntp_pin_off_p.png');
132 background-image: url('ntp_pin_on.png');
136 background-image: url(ntp_pin_on_h.png');
140 background-image: url(ntp_pin_on_p.png');
144 background-image: url('ntp_close.png');
148 background-image: url('ntp_close_h.png');
152 background-image: url('ntp_close_p.png');
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 82 // Returns false if |url| is not in the browse database. If it
87 virtual bool ContainsBrowseUrl(const GURL& url,
103 // Returns false if |url| is not on the client-side phishing detection
107 virtual bool ContainsCsdWhitelistedUrl(const GURL& url) = 0;
147 // Filename for malware and phishing URL database.
150 // Filename for download URL and download binary hash database.
194 // will ignore any operations related download (url hashes and
209 virtual bool ContainsBrowseUrl(const GURL& url,
217 virtual bool ContainsCsdWhitelistedUrl(const GURL& url);
244 // of hashes is too large or if the kill switch URL is on the whitelis
    [all...]
safe_browsing_util.cc 23 // Continue to this URL after submitting the phishing report form.
24 // TODO(paulg): Change to a Chrome specific URL.
28 static const char kReportParams[] = "?tpl=%s&continue=%s&url=%s";
213 std::string Unescape(const std::string& url) {
214 std::string unescaped_str(url);
229 std::string Escape(const std::string& url) {
232 for (size_t i = 0; i < url.length(); i++) {
233 unsigned char c = static_cast<unsigned char>(url[i]);
258 // Canonicalizes url as per Google Safe Browsing Specification.
261 void CanonicalizeUrl(const GURL& url,
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 81 MOCK_METHOD2(UpdateURL, bool(history::URLID id, const history::URLRow& url));
82 MOCK_METHOD3(AddVisits, bool(const GURL& url,
87 MOCK_METHOD2(SetPageTitle, void(const GURL& url, const string16& title));
88 MOCK_METHOD1(DeleteURL, void(const GURL& url));
200 void AddTypedUrlSyncNode(const history::URLRow& url,
207 std::string tag = url.url().spec();
211 TypedUrlModelAssociator::WriteToSyncNode(url, visits, &node);
228 history::URLRow new_url(GURL(typed_url.url()));
251 return (lhs.url().spec().compare(rhs.url().spec()) == 0) &
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 59 // Creates an appropriate TabContents for the given URL. This is handled by
62 // If |defer_load| is true, the navigation controller doesn't load the url.
65 const GURL& url,
  /external/chromium/chrome/browser/ui/
browser_navigator.h 26 // Simple Navigate to URL in current tab:
32 // browser::NavigateParams params(browser, url, PageTransition::AUTO_BOOKMARK);
50 // The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL.
51 GURL url; member in struct:browser::NavigateParams
55 // tabstrip. If NULL, |url| or the homepage will be used instead. When
57 // intended destination and will not load any URL in it (i.e. |url| is
133 // What to do with the path component of the URL for singleton navigations.
137 // Ignore path when finding existing tab, navigate to new URL.
browser_navigator_browsertest_chromeos.cc 42 p.url = GURL("chrome://settings");
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h 60 // Starts the process of showing the given popup URL. Instantiates an
71 + (ExtensionPopupController*)showURL:(GURL)url
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 31 static void Show(const GURL& url,
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.h 27 const std::string& url) = 0;
48 // URL. The URL is valid if it contains no search terms and is a valid
49 // url, or if it contains a search term and replacing that search term with a
50 // character results in a valid url.
55 // existing entry. NOTE: this is just the keyword, not the title and url.
72 // Fixes up and returns the URL the user has input. The returned URL is
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.h 53 // If |url| is non-NULL and the user can "paste and go", |url| is set to the
55 bool GetPasteAndGoURL(const ui::OSExchangeData& data, GURL* url);

Completed in 2519 milliseconds

<<41424344454647484950>>