Searched refs:target_url (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/tab_contents/
H A Dretargeting_details.h24 GURL target_url; member in struct:RetargetingDetails
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.h20 BlockedWindowParams(const GURL& target_url,
44 const GURL& target_url() const { function in class:BlockedWindowParams
H A Dblocked_window_params.cc15 const GURL& target_url,
23 : target_url_(target_url),
14 BlockedWindowParams( const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, int render_process_id, int opener_id) argument
/external/chromium_org/content/browser/appcache/
H A Dmanifest_parser_unittest.cc175 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...]
H A Dappcache_database_unittest.cc478 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/webkit/browser/appcache/
H A Dmanifest_parser.cc281 // 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));
H A Dappcache.cc123 return namespaces[i].target_url;
273 entry = GetEntry(intercept_namespace->target_url);
282 entry = GetEntry(fallback_namespace->target_url);
/external/chromium_org/content/common/
H A Dplugin_list_unittest.cc91 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/net/base/
H A Dsdch_manager.cc59 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) { argument
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, argument
509 if (!IsInSupportedDomain(target_url))
511 if (!it->second->CanAdvertise(target_url))
H A Dsdch_manager_unittest.cc187 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);
H A Dsdch_manager.h197 // 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/
H A Dappcache_interfaces.cc84 target_url(target),
94 target_url(target),
H A Dappcache_interfaces.h142 GURL target_url; member in struct:appcache::Namespace
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.h61 const GURL& target_url);
H A Dweb_navigation_api_helpers.cc178 const GURL& target_url) {
194 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
203 target_url);
172 DispatchOnCreatedNavigationTarget( content::WebContents* web_contents, content::BrowserContext* browser_context, int64 source_frame_id, bool source_frame_is_main_frame, content::WebContents* target_web_contents, const GURL& target_url) argument
H A Dweb_navigation_api.h160 const GURL& target_url);
167 GURL target_url; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
H A Dweb_navigation_api.cc61 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);
64 PendingWebContents( content::WebContents* source_web_contents, int64 source_frame_id, bool source_frame_is_main_frame, content::WebContents* target_web_contents, const GURL& target_url) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigator.h69 const GURL& target_url) {}
65 DidRedirectProvisionalLoad( RenderFrameHostImpl* render_frame_host, int32 page_id, const GURL& source_url, const GURL& target_url) argument
H A Dnavigator_impl.h44 const GURL& target_url) OVERRIDE;
/external/chromium_org/chrome/browser/net/
H A Dpredictor_browsertest.cc126 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) { argument
133 target_url));
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h70 OpenManifestEntryResource(const std::string& target_url, argument
74 : url(target_url),
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h47 const GURL& target_url,
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.h79 const GURL& target_url,
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.cc176 const GURL& target_url,
294 const GURL& target_url,
304 ->enabled_extensions().GetAppByURL(target_url);
328 target_url,
289 ShouldCreateWebContents( content::WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc137 const GURL& target_url,
132 ShouldCreateWebContents( WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, SessionStorageNamespace* session_storage_namespace) argument

Completed in 2042 milliseconds

123