HomeSort by relevance Sort by last modified time
    Searched refs:target_url (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/tab_contents/
retargeting_details.h 23 GURL target_url; member in struct:RetargetingDetails
  /external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc 142 EXPECT_TRUE(online[0].target_url.is_empty());
193 fallbacks[0].target_url);
197 fallbacks[1].target_url);
201 fallbacks[2].target_url);
205 fallbacks[3].target_url);
209 fallbacks[4].target_url);
241 fallbacks[0].target_url);
245 fallbacks[1].target_url);
249 fallbacks[2].target_url);
284 intercepts[0].target_url);
    [all...]
manifest_parser.cc 272 // Skip whitespace separating type from the target_url.
283 GURL target_url = manifest_url.Resolve(target_url16); local
284 if (!target_url.is_valid())
287 if (target_url.has_ref()) {
290 target_url = target_url.ReplaceComponents(replacements);
292 if (manifest_url.GetOrigin() != target_url.GetOrigin())
298 target_url, is_pattern, verb == EXECUTE));
appcache_database_unittest.cc 398 record.namespace_.target_url = kFooFallbackEntry;
405 record.namespace_.target_url = kFooFallbackEntry;
414 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
423 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
432 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
437 EXPECT_EQ(kFooFallbackEntry, fallbacks[1].namespace_.target_url);
447 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
454 record.namespace_.target_url = kBarFallbackEntry;
461 record.namespace_.target_url = kBarFallbackEntry;
836 GURL target_url(
    [all...]
appcache.cc 123 return namespaces[i].target_url;
273 entry = GetEntry(intercept_namespace->target_url);
282 entry = GetEntry(fallback_namespace->target_url);
  /external/chromium/chrome/browser/net/
predictor_api.h 80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.h 37 void AddBlockedPopup(const GURL& target_url,
popup_blocker_tab_helper.cc 101 const GURL& target_url,
107 GURL popup_url(target_url);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 69 target_url(target),
79 target_url(target),
  /external/chromium/net/base/
sdch_manager.cc 49 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
50 if (!SdchManager::Global()->IsInSupportedDomain(target_url))
64 if (!DomainMatch(target_url, domain_))
66 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
68 if (path_.size() && !PathMatch(target_url.path(), path_))
70 if (target_url.SchemeIsSecure())
478 void SdchManager::GetAvailDictionaryList(const GURL& target_url,
483 if (!it->second->CanAdvertise(target_url))
sdch_manager.h 191 // if the |target_url| returns SDCH compressed data.
192 bool CanAdvertise(const GURL& target_url);
319 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
  /external/chromium_org/net/base/
sdch_manager.cc 52 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
53 if (!SdchManager::Global()->IsInSupportedDomain(target_url))
67 if (!DomainMatch(target_url, domain_))
69 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
71 if (path_.size() && !PathMatch(target_url.path(), path_))
73 if (target_url.SchemeIsSecure())
491 void SdchManager::GetAvailDictionaryList(const GURL& target_url,
497 if (!it->second->CanAdvertise(target_url))
sdch_manager.h 192 // if the |target_url| returns SDCH compressed data.
193 bool CanAdvertise(const GURL& target_url);
318 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 47 const GURL& target_url,
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.h 59 const GURL& target_url);
web_navigation_api.h 155 const GURL& target_url);
162 GURL target_url; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
web_navigation_api_helpers.cc 169 const GURL& target_url) {
185 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
192 target_url);
web_navigation_api.cc 61 target_url() {
69 const GURL& target_url)
74 target_url(target_url) {
193 details->target_url);
201 details->target_url);
230 iter->second.target_url);
  /external/chromium_org/content/common/
plugin_list_unittest.cc 91 GURL target_url(kTargetUrl);
98 plugin_list_.GetPluginInfoArray(target_url,
111 plugin_list_.GetPluginInfoArray(target_url,
126 plugin_list_.GetPluginInfoArray(target_url,
  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 121 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
128 target_url));
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 248 GURL target_url(target);
252 if (target_url.is_valid() || target.empty())
253 (*one_origin_settings)[target_url] = IntToContentSetting(setting);
  /external/chromium_org/content/browser/loader/
resource_loader.h 45 void MarkAsTransferring(const GURL& target_url);
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 296 // delegate handles the creation/navigation itself, it will use |target_url|.
302 const GURL& target_url,
314 const GURL& target_url,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 95 OpenManifestEntryResource(const std::string& target_url,
99 : url(target_url),
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.cc 152 const GURL& target_url) {
158 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
290 details->target_url);

Completed in 1663 milliseconds

1 2 3