Searched defs:target_url (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/tab_contents/
H A Dretargeting_details.h23 GURL target_url; member in struct:RetargetingDetails
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc16 const GURL& target_url,
24 : target_url_(target_url),
15 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
H A Dblocked_window_params.h20 BlockedWindowParams(const GURL& target_url,
44 const GURL& target_url() const { function in class:BlockedWindowParams
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.h157 const GURL& target_url);
164 GURL target_url; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
H A Dweb_navigation_api_helpers.cc172 const GURL& target_url) {
188 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
197 target_url);
166 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.cc62 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);
65 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/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/android_webview/native/
H A Daw_web_contents_delegate.cc168 const GURL& target_url,
164 WebContentsCreated( WebContents* source_contents, int64 source_frame_id, const string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h96 OpenManifestEntryResource(const std::string& target_url, argument
100 : url(target_url),
/external/chromium_org/webkit/browser/appcache/
H A Dmanifest_parser.cc272 // 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));
/external/chromium/chrome/browser/extensions/
H A Dextension_webnavigation_api.cc152 const GURL& target_url) {
158 dict->SetString(keys::kUrlKey, target_url.possibly_invalid_spec());
290 details->target_url);
149 DispatchOnBeforeRetarget(TabContents* tab_contents, Profile* profile, const GURL& opener_url, const GURL& target_url) argument
/external/chromium/net/base/
H A Dsdch_manager.cc49 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) { argument
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, argument
483 if (!it->second->CanAdvertise(target_url))
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.cc150 const GURL& target_url,
261 const GURL& target_url,
272 service->GetInstalledApp(target_url);
296 target_url,
256 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/browser/loader/
H A Dresource_loader.cc164 void ResourceLoader::MarkAsTransferring(const GURL& target_url) { argument
171 request()->set_first_party_for_cookies(target_url);
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc129 const GURL& target_url,
124 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
H A Dcontent_browser_client.cc219 const GURL& target_url,
214 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, bool is_guest, int opener_id, bool* no_javascript_access) argument
H A Dweb_contents_delegate.h296 // delegate handles the creation/navigation itself, it will use |target_url|.
302 const GURL& target_url,
311 const GURL& target_url,
308 WebContentsCreated(WebContents* source_contents, int64 source_frame_id, const base::string16& frame_name, const GURL& target_url, WebContents* new_contents) argument
/external/chromium_org/net/base/
H A Dsdch_manager.cc52 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) { argument
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, argument
497 if (!it->second->CanAdvertise(target_url))
/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.h112 GURL target_url; member in struct:appcache::Namespace
/external/chromium/chrome/browser/net/
H A Dpredictor.cc151 const GURL& target_url) {
154 DCHECK(target_url == target_url.GetWithEmptyPath());
156 referrers_[referring_url].SuggestHost(target_url);
150 LearnFromNavigation(const GURL& referring_url, const GURL& target_url) argument
H A Dpredictor_api.cc236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) { argument
240 g_predictor->LearnFromNavigation(referring_url, target_url);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view_browsertest.cc1578 const char* target_url = "http://www.google.com/calendar"; local
1579 omnibox_view->SetUserText(ASCIIToUTF16(target_url));
1592 EXPECT_EQ(ASCIIToUTF16(target_url), omnibox_view->GetText());
1606 EXPECT_EQ(target_url, url);
1607 EXPECT_EQ(ASCIIToUTF16(target_url), title);
1624 const char* target_url = "http://www.google.com/calendar"; local
1625 omnibox_view->SetUserText(ASCIIToUTF16(target_url));
1652 EXPECT_EQ(target_url, url);
1653 EXPECT_EQ(ASCIIToUTF16(target_url), title);
1708 const std::string target_url local
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc275 const GURL& target_url = local
277 if (!ExtensionPatternMatch(item->target_url_patterns(), target_url))
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc385 const GURL& target_url,
380 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, bool is_guest, int opener_id, bool* no_javascript_access) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h163 const GURL& target_url) {}
159 DidRedirectProvisionalLoad( RenderViewHost* render_view_host, int32 page_id, const GURL& source_url, const GURL& target_url) argument

Completed in 3862 milliseconds

12