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

1 2 3

  /external/chromium_org/chrome/browser/tab_contents/
retargeting_details.h 24 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 15 const GURL& target_url,
23 : target_url_(target_url),
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 175 EXPECT_TRUE(online[0].target_url.is_empty());
227 fallbacks[0].target_url);
231 fallbacks[1].target_url);
235 fallbacks[2].target_url);
239 fallbacks[3].target_url);
243 fallbacks[4].target_url);
276 fallbacks[0].target_url);
280 fallbacks[1].target_url);
284 fallbacks[2].target_url);
320 intercepts[0].target_url);
    [all...]
appcache_database_unittest.cc 478 record.namespace_.target_url = kFooFallbackEntry;
485 record.namespace_.target_url = kFooFallbackEntry;
494 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
503 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
512 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
517 EXPECT_EQ(kFooFallbackEntry, fallbacks[1].namespace_.target_url);
527 EXPECT_EQ(kFooFallbackEntry, fallbacks[0].namespace_.target_url);
534 record.namespace_.target_url = kBarFallbackEntry;
541 record.namespace_.target_url = kBarFallbackEntry;
919 GURL target_url(
    [all...]
  /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/webkit/browser/appcache/
manifest_parser.cc 281 // Skip whitespace separating type from the target_url.
293 GURL target_url = manifest_url.Resolve(target_url16); local
294 if (!target_url.is_valid())
297 if (target_url.has_ref()) {
300 target_url = target_url.ReplaceComponents(replacements);
302 if (manifest_url.GetOrigin() != target_url.GetOrigin())
308 target_url, is_pattern, verb == EXECUTE));
appcache.cc 123 return namespaces[i].target_url;
273 entry = GetEntry(intercept_namespace->target_url);
282 entry = GetEntry(fallback_namespace->target_url);
  /external/chromium_org/net/base/
sdch_manager.cc 59 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
74 if (!DomainMatch(target_url, domain_))
76 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
78 if (path_.size() && !PathMatch(target_url.path(), path_))
80 if (!SdchManager::secure_scheme_supported() && target_url.SchemeIsSecure())
82 if (target_url.SchemeIsSecure() && !url_.SchemeIsSecure())
503 void SdchManager::GetAvailDictionaryList(const GURL& target_url,
509 if (!IsInSupportedDomain(target_url))
511 if (!it->second->CanAdvertise(target_url))
sdch_manager_unittest.cc 187 GURL target_url("https://" + dictionary_domain + "/test");
191 sdch_manager()->GetAvailDictionaryList(target_url, &dictionary_list);
199 sdch_manager()->GetVcdiffDictionary(server_hash, target_url, &dictionary);
210 GURL target_url("https://" + dictionary_domain + "/test");
215 sdch_manager()->GetAvailDictionaryList(target_url, &dictionary_list);
222 sdch_manager()->GetVcdiffDictionary(server_hash, target_url, &dictionary);
sdch_manager.h 197 // if the |target_url| returns SDCH compressed data.
198 bool CanAdvertise(const GURL& target_url);
323 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 84 target_url(target),
94 target_url(target),
  /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_helpers.cc 178 const GURL& target_url) {
194 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
203 target_url);
web_navigation_api.h 160 const GURL& target_url);
167 GURL target_url; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
web_navigation_api.cc 61 target_url() {
69 const GURL& target_url)
74 target_url(target_url) {
194 details->target_url);
202 details->target_url);
231 iter->second.target_url);
  /external/chromium_org/content/browser/frame_host/
navigator.h 69 const GURL& target_url) {}
navigator_impl.h 44 const GURL& target_url) OVERRIDE;
  /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/ppapi/native_client/src/trusted/plugin/
service_runtime.h 70 OpenManifestEntryResource(const std::string& target_url,
74 : url(target_url),
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.h 79 const GURL& target_url,
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 176 const GURL& target_url,
294 const GURL& target_url,
304 ->enabled_extensions().GetAppByURL(target_url);
328 target_url,
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 305 // delegate handles the creation/navigation itself, it will use |target_url|.
313 const GURL& target_url,
322 const GURL& target_url,
web_contents_delegate.cc 137 const GURL& target_url,

Completed in 1326 milliseconds

1 2 3