HomeSort by relevance Sort by last modified time
    Searched refs:target_url (Results 1 - 25 of 71) 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/chrome/browser/ui/blocked_content/
blocked_window_params.h 20 BlockedWindowParams(const GURL& target_url,
44 const GURL& target_url() const { function in class:BlockedWindowParams
blocked_window_params.cc 16 const GURL& target_url,
24 : target_url_(target_url),
  /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 439 record.namespace_.target_url = kFooFallbackEntry;
446 record.namespace_.target_url = kFooFallbackEntry;
455 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
464 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
473 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
478 EXPECT_EQ(kFooFallbackEntry, fallbacks[1].namespace_.target_url);
488 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
495 record.namespace_.target_url = kBarFallbackEntry;
502 record.namespace_.target_url = kBarFallbackEntry;
880 GURL target_url(
    [all...]
  /external/chromium/chrome/browser/net/
predictor_api.h 80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 62 target_url(target),
72 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 61 const GURL& target_url);
web_navigation_api.h 157 const GURL& target_url);
164 GURL target_url; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
web_navigation_api_helpers.cc 172 const GURL& target_url) {
188 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
197 target_url);
web_navigation_api.cc 62 target_url() {
70 const GURL& target_url)
75 target_url(target_url) {
195 details->target_url);
203 details->target_url);
232 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 126 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
133 target_url));
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 150 const GURL& target_url,
261 const GURL& target_url,
272 service->GetInstalledApp(target_url);
296 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 42 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,
311 const GURL& target_url,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 96 OpenManifestEntryResource(const std::string& target_url,
100 : 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 719 milliseconds

1 2 3