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

1 2

  /external/chromium_org/chrome/test/base/
in_process_browser_test_browsertest.cc 43 const GURL& validated_url,
49 validated_url_ = validated_url;
54 const GURL& validated_url() const { return validated_url_; } function in class:__anon9373::LoadFailObserver
81 EXPECT_EQ(url, observer.validated_url());
  /external/chromium_org/content/browser/android/
web_contents_observer_android.h 39 const GURL& validated_url,
44 const GURL& validated_url,
57 const GURL& validated_url,
68 const GURL& validated_url,
web_contents_observer_android.cc 102 const GURL& validated_url,
107 true, is_main_frame, error_code, error_description, validated_url);
112 const GURL& validated_url,
118 false, is_main_frame, error_code, error_description, validated_url);
160 const GURL& validated_url,
169 ConvertUTF8ToJavaString(env, validated_url.spec()));
194 const GURL& validated_url,
202 ConvertUTF8ToJavaString(env, validated_url.spec()));
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler.h 40 const GURL& validated_url,
46 const GURL& validated_url,
73 bool IsLoadCallbackValid(const GURL& validated_url,
page_cycler.cc 48 bool PageCycler::IsLoadCallbackValid(const GURL& validated_url,
59 validated_url.spec() != content::kUnreachableWebDataURL);
63 const GURL& validated_url,
66 if (IsLoadCallbackValid(validated_url, is_main_frame))
73 const GURL& validated_url,
77 if (IsLoadCallbackValid(validated_url, is_main_frame))
78 LoadFailed(validated_url, error_description);
page_cycler_unittest.cc 60 const GURL& validated_url,
65 const GURL& validated_url,
74 const GURL& validated_url,
79 validated_url,
85 const GURL& validated_url,
89 frame_id, validated_url, is_main_frame, render_view_host);
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 43 const GURL& validated_url,
adview_guest.cc 59 const GURL& validated_url,
69 args->SetString(guestview::kUrl, validated_url.spec());
  /external/chromium_org/content/public/browser/
web_contents_observer.h 92 const GURL& validated_url,
123 const GURL& validated_url,
156 const GURL& validated_url,
163 const GURL& validated_url,
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 53 const GURL& validated_url,
68 const GURL& validated_url,
net_error_tab_helper.cc 84 const GURL& validated_url,
124 const GURL& validated_url,
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.h 56 const GURL& validated_url,
63 const GURL& validated_url,
prerender_tab_helper.cc 180 const GURL& validated_url,
187 validated_url);
188 url_ = validated_url;
194 prerender_manager->RecordNavigation(validated_url);
195 ReportTabHelperURLSeenToLocalPredictor(prerender_manager, validated_url,
235 const GURL& validated_url,
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 63 const GURL& validated_url,
76 const GURL& validated_url,
85 const GURL& validated_url,
90 const GURL& validated_url,
web_navigation_api_helpers.h 34 const GURL& validated_url);
web_navigation_api.cc 367 const GURL& validated_url,
374 << ", url=" << validated_url << ")"; local
387 validated_url,
488 const GURL& validated_url,
495 << ", url=" << validated_url << ")"; local
553 const GURL& validated_url,
559 << ", url=" << validated_url << ")"; local
571 navigation_state_.GetUrl(frame_id) == validated_url ||
573 validated_url == GURL(content::kAboutBlankURL)))
574 << "validated URL is " << validated_url << " but we expected
599 << ", url=" << validated_url << ")"; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h 92 const GURL& validated_url,
101 const GURL& validated_url,
extension_webnavigation_api.cc 60 const GURL& validated_url,
66 dict->SetString(keys::kUrlKey, validated_url.spec());
305 const GURL& validated_url,
308 validated_url,
315 tab_contents(), frame_id, is_main_frame, validated_url, 0);
339 const GURL& validated_url,
347 dict->SetString(keys::kUrlKey, validated_url.spec());
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.h 75 const GURL& validated_url,
90 const GURL& validated_url,
captive_portal_tab_helper.cc 73 const GURL& validated_url,
96 tab_reloader_->OnLoadStart(validated_url.SchemeIsSecure());
131 const GURL& validated_url,
  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h 116 const GURL& validated_url,
122 const GURL& validated_url,
web_auth_flow.cc 214 const GURL& validated_url,
219 BeforeUrlLoaded(validated_url);
224 const GURL& validated_url,
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 99 const GURL& validated_url,
107 const GURL& validated_url,
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.h 85 const GURL& validated_url,
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 60 const GURL& validated_url,

Completed in 428 milliseconds

1 2